﻿/*body {
    background: #000;
    color: #fff;
}

section {
    display: block;
}

.cover {
    height: calc(100vh - 14rem);
    text-align: center;
    position: relative;
    overflow: hidden;
}


.main-farmer {
    background-image: url('../Images/farmer_future_1.jpg');
    background-size: cover;
}

.main-sudan {
    background-image: url('../Images/southsudan_1.jpg');
    background-size: cover;
}

.main-mba {
    background-image: url('../Images/mba_challenge_1.jpg');
    background-size: cover;
}

.main-forrest {
    background-image: url('../Images/agroforestry_1.jpg');
    background-size: cover;
}

.forrest-img {
    background-image: url('../Images/agroforestry_2.jpg') !important;
}

.forrest-img-2 {
    background-image: url('../Images/agroforestry_3.jpg') !important;
}

.forrest-img-3 {
    background-image: url('../Images/agroforestry_4.jpg') !important;
}

.vcenter > * {
    display: table-cell;
    vertical-align: middle;
}

.vcenter {
    display: table !important;
    height: 100% !important;
}

.cover__subtitle {
    color: #9f7020;
    font-size: 2rem;
}

.cover__title {
    font-size: 4.2rem;
    color: #fff;
    margin-top: 0.5em;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-weight: bold;
    text-transform: uppercase;
}

.cover__know-more {
    position: absolute;
    width: 16rem;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    bottom: 20px;
    font-size: 1.4rem;
    cursor: pointer;
    left: calc(50% - 8rem);
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.quote {
    font-size: 3.6rem;
    position: relative;
    line-height: 1.2em;
    font-weight: 100;
    color: #fff;
}


    .quote:before {
        content: '"';
        position: absolute;
        left: -14px;
        top: 164px;
        color: #9f7020;
    }

    .quote:after {
        content: '"';
        color: #9f7020;
        position: relative;
        display: inline-block;
        top: 30px;
        left: 16px;
    }

.block-quote {
    height: 50rem;
    color: #fff;
}

.block-quote__right__text {
    font-size: 1.6rem;
    line-height: 1.6em;
}

.aaa-farmer-text {
    padding-top: 5em;
    padding-bottom: 5em;
}

.aaa-farmer, .support-coffee {
    background: #fff;
    height: 40em;
    color: #000;
}

.aaa-img {
    background-image: url('../Images/farmer_future_2.jpg');
    background-size: cover;
    height: 40em;
}

.support-sudan-img {
    background-image: url('../Images/southsudan_2.jpg');
    background-size: cover;
    height: 40em;
}

.challange-img {
    background-image: url('../Images/mba_challenge_2.jpg');
    height: 40em;
    background-size: cover;
}

.facts-sudan-img {
    background-image: url('../Images/southsudan_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}

.facts-mba-img {
    background-image: url('../Images/mba_challenge_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}


.future {
    height: 40em;
    background: #272727;
}

.future-img {
    background-image: url('../Images/farmer_future_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}

.block-regular__text__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #9f7020;
    margin-bottom: 4em;
}

.block-regular__text h4 {
    font-size: 2.4rem;
}

.colombia {
    background: #272727;
    height: 40em;
}

.colombia-img {
    background-image: url('../Images/farmer_future_4.jpg');
    background-size: cover;
    height: 40em;
}

.farmer {
    width: 100%;
}

#farmers {
    height: 25em;
    top: 0;
}

.recycle {
    background: url('../Images/recycle-small.jpg') no-repeat center #272727;
    height: 29rem !important;
    max-width: 300px;
    min-width: 200px;
    background-size: 100%;
    background-position: 0 20px;
}

.recycle__title {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #fff;
    margin-left: 4rem;
    margin-right: 15rem;
}

.recycle__text {
    font-size: 1.4rem;
    color: #999;
    margin-left: 4rem;
    margin-top: 10px;
    margin-bottom: 2em;
    margin-right: 2rem;
}

.recycle-div .btn {
    margin-left: 3em;
    width: auto;
    display: inline-block;
    text-transform: none;
    border-width: 2px;
    padding: 1em 2em;
    color: #9f7020;
    border-color: #9f7020;
    border-radius: 0;
}

.recycle-div {
    background: #272727;
}

.first-cap::first-letter {
    float: left;
    font-size: 300%;
    line-height: 25px;
    padding-top: 10px;
    color: #9f7020;
    padding-right: 20px;
    font-style: italic;
    padding-left: 3px;
    padding-bottom: 5px;
}

.silver-cap::first-letter {
    float: left;
    font-size: 300%;
    line-height: 25px;
    padding-top: 10px;
    color: #989898;
    padding-right: 20px;
    font-style: italic;
    padding-left: 3px;
    padding-bottom: 5px;
}

.silver-quote:before {
    color: #989898;
}

.silver-quote:after {
    color: #989898;
}

.facts-sudan h4 {
    color: #9f7020;
    font-size: 14px;
}

@media screen and (max-width: 990px) {
    .cover {
        height: calc(100vh - 20rem);
        text-align: center;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

    .cover__title {
        font-size: 5.5rem;
    }

    .cover__know-more {
        position: absolute;
        width: 100%;
        font-size: 35px;
        font-weight: bold;
        cursor: pointer;
        right: 0;
        bottom: 10%;
        left: auto;
        color: #fff;
    }

    .cover__subtitle {
        font-size: 5rem;
    }

    .aaa-farmer {
        height: 105em;
        top: 82em;
    }

    .support-coffee {
        top: 68em;
        height: 68em;
    }

    .support-sudan-img {
        height: 69em;
        top: -69em;
    }

    .facts-sudan-img {
        height: 69em;
    }

    .aaa-img {
        height: 82em;
        top: -105em;
    }

    .quote {
        width: 100%;
        padding: 9%;
        font-size: 6rem;
        padding-left: 8%;
        padding-right: 4%;
    }

    .aaa-farmer-text {
        font-size: 4rem;
        padding-top: 1em;
        padding-bottom: 1em;
    }


    .block-quote__right__text {
        font-size: 3.6rem;
    }

    .block-quote-div {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 4em;
    }

    .first-cap::first-letter {
        font-size: 350%;
        padding-top: 42px;
        padding-right: 39px;
    }

    .future-img {
        height: 65em;
    }

    .future {
        height: 30em;
        font-size: 2.5em;
        line-height: 2.2;
    }

    .sudan-future {
        height: 41em;
    }

    .block-regular__text__title {
        font-size: 34px;
        margin-bottom: 1em;
    }

    .colombia {
        height: 30em;
        font-size: 2.5em;
        top: 25em;
        line-height: 2.2;
    }

    .colombia-img {
        height: 63em;
        top: -75em;
    }

    .colombia h4, .future h4, .aaa-farmer h4, .support-coffee h4 {
        font-size: 5.4rem;
    }

    .facts-sudan h4 {
        font-size: 32px;
    }

    .recycle__title {
        font-size: 3.6rem;
    }

    .recycle__text {
        display: none;
    }

    .recycle-div {
        width: 100%;
    }

        .recycle-div .btn {
            margin-top: 1em;
            margin-left: 1em;
            font-size: 30px;
            padding: 6%;
        }

    .recycle__title {
        margin-left: 1em;
        margin-right: 0;
    }

    .challange-img {
        height: 96em;
        top: -103em;
        position: relative;
    }

    .mba-text {
        top: 96em;
        position: relative;
    }
}*/



body {
    background: #000;
    color: #fff;
}

section {
    display: block;
    height:40em;
}

.cover {
  
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 1rem;
}


.main-farmer {
    background-image: url('../Images/farmer_future_1.jpg');
    background-size: cover;
}

.main-sudan {
    background-image: url('../Images/southsudan_1.jpg');
    background-size: cover;
}

.main-mba {
    background-image: url('../Images/mba_challenge_1.jpg');
    background-size: cover;
}

.main-forrest {
    background-image: url('../Images/agroforestry_1.jpg');
    background-size: cover;
}

.forrest-img {
    background-image: url('../Images/agroforestry_2.jpg') !important;
}

.forrest-img-2 {
    background-image: url('../Images/agroforestry_3.jpg') !important;
}

.forrest-img-3 {
    background-image: url('../Images/agroforestry_4.jpg') !important;
}

.vcenter > * {
    display: table-cell;
    vertical-align: middle;
}

.vcenter {
    display: table !important;
    height: 100% !important;
}

.cover__subtitle {
    color: #fff;
    font-size: 2rem;
}

.cover__title {
    font-size: 3rem;
    color: #fff;
    margin-top: 0.5em;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-weight: bold;
    text-transform: uppercase;
}

.cover__know-more {
    position: static;
    width: 16rem;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    bottom: 20px;
    font-size: 1.4rem;
    cursor: pointer;
    left: calc(50% - 8rem);
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#quote
{
    height:30em;
}
.quote {
        font-size: 4.5rem;
    padding: 2rem;
    position: relative;
    line-height: 1.2em;
    /*font-family: "Avenir", Helvetica, Arial, sans-serif;*/
    font-weight: 100;
    color: #fff;
}


    /*.quote:before {
        content: '"';
        position: absolute;
        left: calc(2rem - 20px);
        top: 2rem;
        color: #9f7020;
    }

    .quote:after {
        content: '"';
        color: #9f7020;
        position: relative;
        display: inline-block;
        bottom: 0;
        right: -10px;
    }*/

.block-quote {
    height: auto;
    color: #fff;
}

.block-quote__right__text {
    /* font-size: 1.6rem; */
    line-height: 1.6em;
    /*-webkit-transform: translate3d(0, 6rem, 0);
    transform: translate3d(0, 6rem, 0);
    opacity: 0;*/
}

.aaa-farmer-text {
    padding-top: 2em;
    padding-bottom: 2em;
}

.aaa-farmer, .support-coffee {
    background: #fff;
    height: 560px;
    color: #000;
}

.aaa-img {
    background-image: url('../Images/farmer_future_2.jpg');
    background-size: cover;
    height: 40em;
}

.future-img {
    background-image: url('../Images/farmer_future_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}
.main-aluminium {
    background-image: url('../Images/aluminium_1.jpg');
}

.aluminium-img-1 {
    background-image: url('../Images/aluminium_2.jpg');
}

.aluminium-img-2 {
    background-image: url('../Images/aluminium_3.jpg');
}

.real-farmer-1 {
    background-image: url('../Images/real_farmer_1.jpg');

}.real-farmer-2 {
    background-image: url('../Images/real_farmer_2.jpg');
}
 .real-farmer-3 {
    background-image: url('../Images/real_farmer_3.jpg');
    background-repeat:no-repeat;
}

.aaa-1  {
    background-image: url('../Images/aaa_sustainability_1.jpg');
}
 .aaa-2 {
    background-image: url('../Images/aaa_sustainability_2.jpg');
}

 .aaa-3 {
    background-image: url('../Images/aaa_sustainability_3.jpg');
}
.support-sudan-img {
    background-image: url('../Images/southsudan_2.jpg');
    background-size: cover;
    height: 40em;
}

.challange-img {
    background-image: url('../Images/mba_challenge_2.jpg');
    height: 40em;
    background-size: cover;
}

.facts-sudan-img {
    background-image: url('../Images/southsudan_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}

.facts-mba-img {
    background-image: url('../Images/mba_challenge_3.jpg');
    background-size: cover;
    background-position: right;
    height: 40em;
}

.never-end-1 {
    background-image: url('../Images/never_ending_1.jpg');
}

.never-end-2 {
    background-image: url('../Images/capsules.jpg');
}

.never-end-3 {
    background-image: url('../Images/never_ending_3.jpg');

}

.future {
    height: 40em;
    background: #272727;

float:right;
}



.block-regular__text__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #9f7020;
    margin-bottom: 2rem;
}

.block-regular__text h4 {
    font-size: 2.4rem;
}

.colombia {
    background: #272727;
    height: 40em;
}

.colombia-img {
    background-image: url('../Images/farmer_future_4.jpg');
    background-size: cover;
    height: 40em;
}

.farmer {
    width: 100%;
}

#farmers {
    height: auto;
    top: 0;
}

.recycle {
    background: url('../Images/recycle-small.jpg') no-repeat center #272727;
    height: 29rem !important;
    max-width: 300px;
    min-width: 200px;
    background-size: 100%;
    background-position: 0 20px;
}

.recycle__title {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #fff;
    margin-left: 4rem;
    margin-right: 15rem;
}

.recycle__text {
    font-size: 1.4rem;
    color: #999;
    margin-left: 4rem;
    margin-top: 10px;
    margin-bottom: 2em;
    margin-right: 2rem;
}

.recycle-div .btn {
    margin-left: 3em;
    width: auto;
    display: inline-block;
    text-transform: none;
    border-width: 2px;
    padding: 1em 2em;
    color: #9f7020;
    border-color: #9f7020;
    border-radius: 0;
}

.recycle-div {
    background: #272727;
}

.first-cap::first-letter {
    float: left;
    font-size: 300%;
    line-height: 25px;
    padding-top: 10px;
    color: #9f7020;
    padding-right: 20px;
    font-style: italic;
    padding-left: 3px;
    padding-bottom: 5px;
}

.silver-cap::first-letter {
    float: left;
    font-size: 300%;
    line-height: 25px;
    padding-top: 10px;
    color: #989898;
    padding-right: 20px;
    font-style: italic;
    padding-left: 3px;
    padding-bottom: 5px;
}

.silver-quote:before {
    color: #989898;
}

.silver-quote:after {
    color: #989898;
}

.facts-sudan h4 {
    color: #9f7020;
    font-size: 14px;
}

   .float-right-desktop {
    float:right;
}


   .container-slider.bottom-pagination .ui-slider__pagination a:hover
   {
    background: #fff;
    color: #000 !important;
   }
@media screen and (max-width: 990px) {
    .future, .colombia {
        height: auto;
        padding: 2rem 0;
    }

    .aaa-farmer, .support-coffee {
        height: auto;
    }

    .cover {
        height: auto;
    }
    #quote
{
    height:13em;
}

    .future-img{
        height: 25em;
    }


    .recycle-div .btn
    {
        margin-left:0;
        padding: 5%;
    }
    .recycle__text
    {
        margin: 0  auto;
    }

    .quote
    {
        font-size:25px;
        padding:2%;
    }

    .colombia-img, .aaa-img, .forrest-img-3, .forrest-img-2
    {
        height: 22em !important;
    }

}

