
.divSocialMediaWrapper {
    width: 100%;
    /*text-align: center;*/
}


.divStats div {
    flex-basis: 25%;
}

.divStatsHide {
    display: none;
}

h1 {
    font-family: Cormorant, sans-serif;
    font-size: 3em;
    margin: 4px 0 4px 0;
    font-weight: normal;
}

h2 {
    font-family: Cormorant, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h3 {
    font-family: Cormorant, sans-serif;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h4 {
    font-family: Cormorant, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h5 {
     font-family: Outfit, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

/*********** content ***************************************/
.divCont {
    text-align: left;
     font-family: Outfit, sans-serif;
    font-size: 1.5em;
}

.divBlurb1 {
    height: 300px;
    margin: 0px 0px 10px 0px;
}

.divBlurb2 {
    height: 300px;
}

.divQuotesWrapper {
    height: 550px;
}

.divQuotes {
    font-size: 1.5em;
}

/*********** Header ***************************************/
.divMenuLogo {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
}

    .divMenuLogo img {
        margin-left: 0;
    }

.divMenuSearch {
    width: 100%;
    max-width: 100%;
}

/*footer **********************************************/

.divFooterContact {
    float: none;
    margin-top:30px;
    padding:20px;
    /*display: inline-block;*/
}

.divFooterContent {
    color: #ffffff;
    padding: 0px;
}

.divFooterMenu {
    position: relative;
    top: 30px;
    float: none;
    /*display: inline-block;*/
}

.divFooterCopyright {
    position: relative;
    /*top: 110px;*/
}


/******* Contact page ***************************/
.divContactForm {
    width: 100%;
    min-width: unset;
    border-radius: 0;
}

.divContactFormThank {
    width: 100%;
    min-width: unset;
    border-radius: 0;
}

.divContactList {
    width: 100%;
    text-align:center;
}

.divContactdd {
    width: 100%;
    text-align: center;
}

.divFlexShowMobile {
   display:flex !important;
}


.divFlexShowWide {
   display:none !important;
}