﻿

/*----------------------------------  CONTACT CSS ------------------------------------*/


#Header-Contact .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-Contact .Header-Title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    #Header-Contact .Header-Title h1 {
        font-size: 4.1em;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        color: #fff;
        padding-top: 6%;
    }

/*------------------------- CONTACT CONTENT ---------------------------- */

#Contact #OneSection {
    background-color: #f2eadc;
    height: 400px !important;
}

#Contact #TwoSection .container-fluid {
    margin-top: -19% !important;
    width: 80% !important;
}

#Contact #TwoSection h1 {
    font-size: 3.5em;
    color: #31251c;
    font-family: 'Cormorant', serif;
    font-weight: 500;
}

#Contact #TwoSection p {
    width: 80% !important;
    font-size: 1em;
    color: #31251c;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 2.5em;
}


@media only screen and (max-width: 680px) {


    #Header-Contact .Header-Background {
        height: 300px !important;
    }

    #Header-Contact .Header-Title {
        width: 100%;
    }

        #Header-Contact .Header-Title h1 {
            font-size: 3.5em;
            text-align: center;
        }

    #Contact #OneSection {
        visibility:hidden;
        height: 50px !important;
    }

    #Contact #TwoSection .container-fluid {
        margin-top: 0% !important;
        width: 95% !important;
    }

    #Contact #TwoSection h1 {
        font-size: 2.7em;
    }

}


/*-----------------------------------  EVERY PAGE CONTACT ----------------------- ---------------*/

#EveryPageContact h3 {
    font-family: AvenirNextLTPro-Bold;
    font-size:1.2em;
}


@media only screen and (max-width: 680px) {

    #EveryPageContact {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

}