#headerImageText h1 {
    color: #0B3F54;
    text-align: left;
    margin-bottom:60px;
}


@media (max-width: 991px) {
    #headerImageText h1 {
        text-align: center;
    }
    .header-button {
        margin-left:auto;
        margin-right:auto;
    }
}

#QualityIngredients {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#Services {

}

@media (min-width: 992px) {
    #Services .block-row {
        margin-left: 80px;
        margin-right: 80px;
    }
}

#Services #tagline {
    color: #50B956;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 8 0px;
}
#Services .square {
    text-align: center;
}
#Services .block, #Services .block-content {
    height: 100%;
}

#Services .block-content {
    box-shadow: 0px 0px 40px 0px rgba(121, 103, 86, 0.4);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(121, 103, 86, 0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(121, 103, 86, 0.4);
    position: relative;
}

#Services .block-content img {
    padding-top: 0px;
    width: 100%;
}
#Services div.block-content .block-header {
    font-weight: 700;
    font-size: 22px;
    padding: 30px 30px 0px 30px;
}
#Services div.block-content .block-copy {
    padding: 0px 40px 40px 40px;
}

@media (min-width: 768px) {
    #Services .square {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    #Services .square {
        margin-bottom: 20px;
    }
}

#Slider {

}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide > .row, .slick-slide > .row > .col-11, .slick-slide > .row > .col-11 > .row-eq-height {
    height: 100%;
}

#Slider .jumbotron {
    background-color: transparent;
}


#nbDiff {
    padding-top:80px;
    padding-bottom:80px;
}

#nbDiff .block {
    height: 100%;
    width: 100%;
    padding: 70px 0px 40px 0px;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: center;
}

section#nbDiff div.block div.block-content .block-header {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0px 50px;
}

section#nbDiff div.block div.block-content .block-copy {
    padding: 0px 40px;
}

#nbDiff p {
    font-size: 18px;
}

@media (min-width: 992px) {
    #nbDiff .square {
        margin-bottom: 0px;
    }
    #nbDiff .block-row {
        margin-left: 80px;
        margin-right: 80px;
    }
}

#nbDiff h3 {
    text-align: center;
}

#nbDiff #tagline {
    padding-bottom: 25px;
}

#Contact {
    color: #ffffff;
    /*padding-top: 80px;*/
    padding-bottom: -100px;
    margin-bottom:120px;
}

    #Contact .contact-text-content {
        text-align:center;
    }

    img.who-we-are-img {
        border-radius: 100%;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

section#Contact {
    background-color: #f6f6f6;
    padding-bottom:100px;
}

section#Contact .container-bg {
    padding-top: 80px;
}

section#Contact div.jumbotron {
    background-color: #f6f6f6;
}

section#Contact .contact-text-content .orange-button {
    display:inline-block;
    margin:40px 0px;
}

section#Contact p.contact-card-header {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
    color: #5F636A;
}

section#Contact .contact-card {
    color: #212529;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom:-100px;
}

section#Contact .contact-card p.contact-card-header {
    margin-top: 30px;
    margin-bottom: 0px;
}

section#Contact .contact-card p.contact-card-role {
    text-align: center;
    color: #50B956;
}


section#Contact .contact-card .orange-button {
    margin: 30px auto -60px auto;
}


@media (min-width: 991px) {
    #Contact .contact-text-content {
        padding: 0px 150px 0px 150px;
    }
    section#Contact div.contact-card {
        min-height: 0px;
        padding: 20px 20px;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    }
}

@media (max-width: 991px) {
    #Contact .contact-text-content {
        padding: 0px 20px 20px 20px;
    }
    section#Contact div.contact-card {
        padding-top:20px;
    }
}

@media (max-width: 1200px) {
    #Contact .orange-button {
        /*width: 200px;*/
        max-width:260px;
    }
}
    section#Slider .col-8 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section#Slider .Slider-header-row {
        padding: 60px 10px;
    }

    .slick-slide {
        margin: 40px 10px;
    }
    /* the parent */
    .slick-list {
        margin: 0 -25px;
        padding: 0 12% 0 12% !important;
    }

    section#Slider .slider-jumbo {
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: background-image 0.5s linear;
        -moz-transition: background-image 0.5s linear;
        -ms-transition: background-image 0.5s linear;
        transition: background-image 0.5s linear;
    }

    section#Slider .qa-row .img-col {
        color: white;
        padding: 100px 30px;
    }

    section#Slider .log-row .img-col {
        color: white;
        padding: 100px 30px;
    }

    section#Slider .cs-row .img-col {
        color: white;
        padding: 100px 30px;
    }

    section#Slider .wh-row .img-col {
        color: white;
        padding: 100px 30px;
    }

    section#Slider .Slider-carousel {
        margin-bottom: -200px;
    }

        section#Slider .Slider-carousel .row {
            height: 100%;
        }

    section#Slider div.item-row {
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    }

        section#Slider div.item-row h1 {
            color: white;
        }

    section#Slider .img-col p {
        font-size: 12px;
    }

    section#Slider .img-col {
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    section#Slider .slider-item-header {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: .1em;
    }

    section#Slider .slider-item-copy {
        padding-bottom: 15px;
    }


    section#Slider .copy-col {
        padding: 30px 20px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: auto !important;
    }

    section#Slider .Slider-container {
        margin-top: 250px;
    }

    section#Slider .Slider-block {
        display: flex;
        flex-direction: column;
        padding: 20px 40px;
        color: #0B3F54;
    }

        section#Slider .Slider-block h3 {
            margin-bottom: 20px;
            font-weight: 700;
        }
