﻿
/*----------------------------------  LOGISTIC CSS ------------------------------------*/


#Header-Logistic .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-Logistic .Header-Title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    #Header-Logistic .Header-Title h1 {
        font-size: 4.1em;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        color: #fff;
        padding-top:6%;
    }

    /*------------------------- LOGISTIC CONTENT ---------------------------- */

#Logistic #OneSection {
    background-color: #f2eadc;
    height:auto;
}

#Logistic #OneSection .container-fluid {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

#Logistic #OneSection .col-lg-12 {
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }

#Logistic #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;
    }

#Logistic #TwoSection .container-fluid {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#Logistic #TwoSection h1 {
    font-size: 3.5em;
    color: #31251c;
    font-family: 'Cormorant', serif;
    font-weight: 500;
}

#Logistic #TwoSection .Padding {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}

#Logistic #TwoSection 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;
}



@media only screen and (max-width: 1690px) {


    #Logistic #OneSection .container-fluid {
        width: 80%;
    }

    #Logistic #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) {

    #Logistic #OneSection .container-fluid {
        width: 90%;
    }

    #Logistic #TwoSection .container-fluid {
        width: 90%;
    }


    #Logistic #OneSection .col-lg-12 {
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }

    #Logistic #OneSection p {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }


    #Logistic #TwoSection p {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }


}

@media only screen and (max-width: 680px) {


    #Header-Logistic .Header-Background {
        height: 300px !important;
    }

    #Header-Logistic .Header-Title {
        width: 100%;
    }

        #Header-Logistic .Header-Title h1 {
            font-size: 3em;
            text-align: center;
        }
}