/*

green: #27AE60

brown: #774F38;

*/


body{
    margin: 0;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 1.2em;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Raleway";
}

p{
    line-height: 170%;
}


section{
    padding-top: 70px;
    padding-bottom: 50px;
}

.section-header{
    text-align: center;
    color: #A37E58;
    font-size: 150%;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.section-header:after{
    display: block;
    background-color: #27AE60;
    margin: 20px auto;
    height: 2px;
    width: 130px;
    content: " ";
}

.banner{
    height: 200px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.banner h2{
    line-height: 200px;
    font-size: 170%;
    font-weight: bold;
}

.highlight{
    color: #27AE60;
}

.mini-header{
    background-color: #25373D;
    height: 50px;
    color: #E7E7E7;
    font-size: 80%;
}

.mini-header-contact{
    float: left;
}

.mini-header-contact ul{
    list-style: none;
}

.mini-header-contact li{
    float: left;
    font-size: 75%;
}

.mini-header-social{
    float: right;
    height: 50px;
}

.mini-header-social li{
    list-style: none;
    float: left;
    margin-right: 20px;
    font-size: 75%;
}

.mini-header-social li:last-child{
    margin-right: 0;
}



.mini-header i{
    line-height: 50px;
}


.main-header{
    height: 150px;
    position: relative;
}

.main-header img{
    width: 150px;
    height: 90px;
    position: absolute;
    top: 30px;
}

.header-box{
    position: absolute;
    width: auto;
    font-size: 80%;
}

.header-box-location{
    left: 250px;
    top: 40px;
}

.header-box-working-hours{
    left: 600px;
    top: 40px;
}

.header-box-header{
    display: block;
    font-size: 150%;
    font-weight: bold;
}

.header-box-icon{
    float: left;
}

.header-box-text{
    float: left;
    padding-left: 10px;
}

.header-box i{
    color: #E2B13C;
}




/* ------ Section Hero -------- */

#section-hero{
    height: 500px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cocoa-1.jpg");
    background-size: cover;
    position: relative;
}

#hero-text{
    height: 150px;
    width: 650px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 170px;
    padding: 20px;
}

#hero-text h1{
    margin: 0;
    padding: 0;
    color: #fff;
}


/* ------ Section About -------- */



#section-about img{
    width: 100%;
    height: auto;
    margin-top: 40px;
}


.section-about-text p{
    font-size: 85%;
}

#section-about ul{
    list-style: none;
    font-size: 85%;
}

#section-about li{
    margin-bottom: 15px;
}

#section-about i{
    color: #27AE60;
}




/* ------ Section Choose us -------- */

#section-choose-us{
    padding: 0;
    color: #774F38;
    background-color: #E2D5C1;
}


#choose-us-main{
    padding-top: 40px;
    padding-bottom: 50px;
}

.choose-us{
    padding-left: 20px;
    text-align: left;
    -webkit-box-shadow: -3px 9px 25px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 9px 25px -10px rgba(0,0,0,0.75);
    box-shadow: -3px 9px 25px -10px rgba(0,0,0,0.75);
}

#section-choose-us img {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
}

.choose-us-text{
    padding-bottom: 10px;
    font-size: 80%;
}

.choose-us-text .choose-us-header{
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}



/* ------ Section Operations -------- */

#section-operations{

}

#section-operations img{
    width: 90%;
    height: auto;
    float: left;
}

.operations-text{
    width: 400px;
}

.operations-text h3{
    font-size: 150%;
    font-weight: bold;
}

.operations-text p{
    font-weight: bold;
}



#section-map{
    background-color: #E2D5C1;
}

#mapDiv{
    width: 100%;
    height: 300px;
}


#sustainability{
    background-color: #543511;
    color: #D4C098;
    padding: 0;
    height: 200px;
}

#sustainability-text{
    float: left;
}

#sustainability-text h3{
    line-height: 200px;
}

#sustainability-icon{
    float: right;
}

#sustainability-icon img{
    width: 100px;
    margin-top: 50px;
}

/* ------ Section News -------- */


.news-item{
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
}

.news-item h5{
    font-weight: bold;
    margin-bottom: 15px;
}

.news-item h5 a{
    color: #C80253;
    text-decoration: none;
}

.news-item h5 a:hover{
    color: #607860;
    text-decoration: none;
}

.news-item img{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}


.news-item .news-item-date{
    font-size: 70%;
    font-weight: bold;
}

.news-item .news-item-preview{
    font-size: 70%;
}

.news-item-readmore{
    margin-top: 30px;
    font-size: 70%;
    text-transform: uppercase;
    font-weight: bold;
}

.news-item-readmore a{
    padding: 15px;
    background-color: #0A6927;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
}

.news-item-readmore a:hover{
    padding: 15px;
    background-color: #FFFFFF;
    color: #0A6927;
    text-decoration: none;
    margin-top: 25px;
    border: 2px solid #0A6927;
    transition: background-color 0.2s;
}


/*    About us page     */


#about-us-banner{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../images/cocoa-1.jpg");
    background-position: top center;
}

#about-us{
    background-color: #fff;
}


#about-us h2{
    margin-bottom: 40px;
}


#about-us h5{
    margin-bottom: 20px;
    color: #774F38;
}


#about-us ul{
    font-size: 80%;
}


#about-us-main-img{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

#about-us p{
    font-size: 80%;
}


.missions{
    margin-bottom: 15px;
}

.mission-icon{
    float: left;
    margin-right: 30px;
}

.mission-icon img{
    width: 50px;
}

.mission-text{
    float: left;
    width: 400px;
}

.mission-text h4{
    color: #27AE60;
}


#section-impact{
    background-color: #F0F0F0;
    padding-left: 30px;
    padding-right: 20px;
}

#section-impact h3{
    margin-bottom: 30px;
    text-align: center;
}

#section-impact h4{
    color: #774F38;
}

#section-impact p{
    font-size: 80%;
}

.impact{
    width: 80%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-left: 4px solid #A18A67;
    background-color: #DAD0B5;
}


.impact-icon img{
    width: 60px;
    margin-bottom: 10px;
}

.impact-text{
    float: left;

}



/*    Contact us     */

#contact-us-banner{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../images/cocoa-1.jpg");
    background-position: top center;
}




.form-message{
    margin: 15px auto;
    padding: 15px;

}


.success{
    background: #27AE60;
    color: white;
}

.failure{
    background: #FF0033;
    color: white;
}


/* Form Styles */

#section-contact-us{
    background-color: #fff;
}

.contact-us-box h3{
    font-size: 150%;
    color: #27AE60;
}


.contact-us-box > p{
    font-size: 70%;
}


#contact-form{
    margin-top: 30px;
}


#contacts-main{
    padding-left: 30px;
}

.contact-us-box input{
    width: 100%;
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid grey;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    font-size: 80%;

}

.contact-us-box textarea{
    width: 100%;
    padding: 20px 20px;
    border: 0;
    border-bottom: 1px solid grey;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    height: 250px;
}

.contact-us-box button{
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
}


.contacts{
    width: 480px;
    margin-bottom: 40px;
}


.contacts-icon{
    float: left;
    margin-right: 20px;
    color: #27AE60;;
}


.contacts-text{
    float: left;
    color: #3B3737;
    font-size: 85%;
}



.contacts-text p{
    font-size: 80%;
    margin-bottom: 0;
}


.contacts-header{
    display: block;
}


#contact-us-map{
    width: 100%;
    height: 400px;
}










/********** Footer *********/

footer{
    font-size: 70%;
    color: #D4C098;
    padding-top: 50px;
    background-color: #543511;
}

footer h4{
    font-weight: bold;
    color: #27AE60;
}

footer ul{
    list-style: none;
}

footer li{
    float: left;
    margin-right: 20px;
}


.copyright{
    padding: 10px;
}

.copyright p{
    font-weight: bold;
    text-align: center;
}


.global-haulage{
    letter-spacing: 2px;
    font-family: Raleway;
}



/********** Bootstrap Overrides *********/



.bg-light {
    background-color: #129339 !important;
}

.navbar{
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #0A6927;
    transition: 0.4s background-color;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 30px;
}



























































