﻿
/*----------------------------------  LIQUID CSS ------------------------------------*/


#Header-Liquid .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-Liquid .Header-Title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#Header-Liquid .Header-Title h1 {
        font-size: 4.1em;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        color: #fff;
        padding-top:6%;
    }

/*------------------------------------------ LIQUID CONTENT ------------------------------------------------------------------- */


#Liquid #OneSection {
    background-color: #f2eadc;
    height: auto;
}

#Liquid #OneSection .container-fluid {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

#Liquid #OneSection .col-lg-12 {
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }

#Liquid #OneSection p {
        color: #31251c;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
        line-height: 37px;
        font-size: 1.1em;
        font-family: AvenirNextLTPro-Regular;
    }

#Liquid #TwoSection .container-fluid {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#Liquid #TwoSection h1 {
    font-size: 3.5em;
    color: #31251c;
    font-family: 'Cormorant', serif;
    font-weight: 500;
}

#Liquid #TwoSection .Icon h6 {
    font-size: 1.1em !important;
    color: #31251c !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
}

#Liquid #TwoSection .AwardContent .offset-xl-1  {
    color: #31251c;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    line-height: 30px;
    font-size: 0.9em;
    font-family: AvenirNextLTPro-Regular;
}



@media only screen and (max-width: 1690px) {

   
    #Liquid #OneSection .container-fluid {
        width: 80%;
    }

    #Liquid #TwoSection .container-fluid {
        width: 80%;
    }
}

@media only screen and (max-width: 1450px) {



}

@media only screen and (max-width: 1370px) {

   
}

@media only screen and (max-width: 1030px) {

   


}

@media only screen and (max-width: 995px) {

    #Liquid #OneSection .container-fluid {
        width: 90%;
    }

    #Liquid #TwoSection .container-fluid {
        width: 90%;
    }

    #Liquid #TwoSection .Icon h6 {
        font-size: 1em !important;
    }

    #Liquid #TwoSection .Icon img {
        width:90px !important;
        height:72px !important;

    }

    #Liquid #OneSection .col-lg-12 {
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }

    #Liquid #OneSection p {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    #Liquid #TwoSection .AwardContent .offset-xl-1  {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }



}

@media only screen and (max-width: 680px) {
    
    
    #Header-Liquid .Header-Background {
        height: 300px !important;
    }

    #Header-Liquid .Header-Title {
        width: 100%;

    }

        #Header-Liquid .Header-Title h1 {
            font-size: 3.5em;
            text-align: center;
        }
  
}

