﻿




/*----------------------------------  FACILITIES CSS ------------------------------------*/


#Header-Facilities .Header-Background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#Header-Facilities .Header-Title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    #Header-Facilities .Header-Title h1 {
        font-size: 4.1em;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        color: #fff;
        padding-top: 6%;
    }

/*------------------------- FACILITIES CONTENT ---------------------------- */

#Facilities #OneSection {
    background-color: #f2eadc;
    height: 400px !important;
}

#Facilities #TwoSection .container-fluid {
    margin-top: -19% !important;
    width: 80% !important;
}

#Facilities #TwoSection h1 {
    font-size: 3.5em;
    color: #31251c;
    font-family: CormorantMedium;
    /* font-family: 'Cormorant', serif;
    font-weight: 600;*/
}

#Facilities #TwoSection p {
    width: 90% !important;
    font-size: 1em;
    color: #31251c;
    /* font-family: 'Lato', sans-serif;
    font-weight: 400;*/
    font-family: AvenirNextLTPro-Regular;
    line-height: 2.3em;
}



@media only screen and (max-width: 680px) {


    #Header-Facilities .Header-Background {
        height: 300px !important;
    }

    #Header-Facilities .Header-Title {
        width: 100%;
    }

        #Header-Facilities .Header-Title h1 {
            font-size: 3.5em;
            text-align: center;
        }


    #Facilities #OneSection {
        visibility:hidden;
        height:50px !important;
    }

    #Facilities #TwoSection .container-fluid {
        margin-top: 0% !important;
        width: 90% !important;
    }
}




