*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   /* border: 1px solid red; */
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }


.navcolor{
    background-color:#5A5F3E;
}

.uppercase{
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2.5px;
}

.logo{
    color: #EBE2D1;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 30px;
    letter-spacing: 2.5px;
}

.menuitems{
    letter-spacing: 2px;
}

h3, h2, p{
    color: #3C4A30;
    font-weight: 100;
    letter-spacing: .7px;
    }

.cream{
    color:#EAE6DE;
}

p{
    font-weight: 200;
    letter-spacing: 1px;
}

body{
    background-color: #EAE6DE;
}



.buttoncolor{
    color:#EBE2D1;
}

.nav-link{
    color: #EBE2D1;
    font-size: 19px;
    font-weight:200;
}

.active{
    text-decoration: underline;
    color:#EBE2D1 !important;
}

.fullnav{
    width: 100%;
}

.logo{
    color: #EBE2D1;
}

nav button{
    color: #EBE2D1;
}

.buttons{
  border: 1px solid #3C4A30;
  color: #3C4A30;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-style: italic;
  letter-spacing: 1px;
}

.font-italic{
    font-style: italic;
}

.buttons:hover{
    background-color: #3C4A30;
    color:#EAE6DE;
}

.form_footer{
    background-color: #EAE6DE;
}

.form{
    padding: 15px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #3C4A30;
}

.form_footer{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.form_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/*footer*/
.footer { 
    background-color: #5A5F3E; 
} 

.footer-content h2 { 
    color: #EAE6DE; 
} 

.footer-content h5, 
.footer-content p, 
.footer-links a { 
    color: #EAE6DE; 
} 

.footer-links a:hover { 
    text-decoration: underline; 
} 

.footer hr { 
    background-color: #fff; 
} 

.text-end{
    display: flex;
    flex-direction: row;
}

.list-inline-item a i{
    gap: 3em;
    font-size: 25px;
    padding-right: 16px;
}





/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {

    .navbar-nav{
        display: flex;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
        
    }

    .heroimg{
        height: 410px;
        width: 100%;
        object-fit: cover;
    }

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .logogreen{
        width: 40%;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 20px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

    /*Home Page Section 2 */

    .main2_container{
        display: flex;
        background-color: #5A5F3E;
        flex-direction: column;
        }

    .main2_container h2{
        margin-left: 30px;
        margin-top: 30px;
        color: #EAE6DE
    }

    .main2_container p{
        padding: 30px;
        font-size: 18px;
        color: #EAE6DE
    }

    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    /*Home Section 3*/
    .indexsec3_container{
        background-color: #EAE6DE;
    }

    .indexsec3_text h3{
        padding: 40px;
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 80px;
    }

     /*Home Section 3, Text Over Image*/

    .textontop{
        position: relative;
        text-align: left;
        color:#EAE6DE;
        width: 100%;
    }

    .textontop img{
        width: 100%;
    }

    .backimg{
        width: 100%;
    }

    .centered{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }


    .centered h2{
        margin-bottom: 50px;
    }

    .centered p{
        font-size: 19px;
        line-height: 35px;
    }

    .d_none{
        display: none;
    }

     /*Home Section 4, Meet Thomas and Carter*/

    .indexteam_container{
        background-color: #5A5F3E;
        display: flex;
        flex-direction: column;
    }

    .teamimg{
        padding: 50px;
    }

    .indexteam_container h2, .indexteam_container p{
        padding-left: 30px;

    }

    .indexteam_container p{
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }


    /*Form Section */

    .form_footer h2{
        margin-top: 40px;
    }

    .form_footer p{
        padding: 30px;
        text-align: center;
    }

    .form_flex .buttons_container{
        margin-top: 30px;

    }

    .form_flex .buttons{
        background-color: #5A5F3E;
        color: #EAE6DE;
        width: 50%;
    }

    .form_flex .buttons:hover{
        background-color: #EAE6DE;
        color:#3C4A30;
    }

    .form_flex{
        margin-bottom: 40px;
    }

/* Footer footer footer */
 footer h4{
    margin-bottom: 35px;
 }

 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

 /*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
 .carousel_container{
    width: 100%;
    height: 558px;
 }

 .carousel-item{
    width: 100%;
    height: 558px;
 }

 .carousel-item img{
    object-fit: cover;
    height: 558px;
    width: 100%;
 }

 .hide_img{
    display:none;
 }

 /* Carousel Text*/
 .projects_sec1_container{
    background-color: #EAE6DE;
    width: 100%;
    align-items: center;
    justify-content: center;
 }

 .projects_sec1_container p{
    padding: 30px;
 }

 /*Section 2 Projects Page*/
 .projects_sec2_titlebutton{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 35px;
    margin-bottom: 20px;
 }

 .projectsimg_container .hide{
    display: none;
 }

 .projectsimg_container{
    width: 100%;
    background-color: #EAE6DE;
 }

 .projectsimg_container img{
    width: 100%;
    object-fit: cover;
 }

.projectsimg_container p{
    padding: 30px;
}


/*Section 5 detail image in green back*/
.sec5_imgleft{
    display: none;
}

.projects_sec5_container{
    background-color: #5A5F3E;
    width: 100%;
}

.sec5_imgright{
    display: flex;
    justify-content: center;
}

.sec5_imgright img{
    width: 75%;
    object-fit: cover;
    padding: 25px;
}

/*How we work */

.projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.sidebyside_img{
    display: flex;
    align-items: center;
    justify-content: center;
 }

.sidebyside{
    gap: 3em;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-left: 30px;
}

.flex_row_3{
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-top: 20px;
}

.col-md-3{
    margin-bottom: 25px;
}

/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 100%;
    display: flex;
}

.about_img img{
    width: 100%;
    object-fit: contain;
}

.about_text{
    background-color: #5A5F3E;
    width: 100%;
}

.about_text h2, p{
    padding: 30px;
}

/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 30px;
}

.aboutus_2text_container{
    width: 100%;
}

/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 600px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 70%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }

  /*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
  .img_banner{
    width: 100%;
    margin: 0px;
    height: 120px;
  }

  .img_banner img{
    height: 120px;
    width: 100%;
    object-fit: cover;
  }

  /*Contact Us FORM */
  .form_contactus_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contactus_form{
    width: 95%;
  }

.green_send_btn{
    margin-top: 30px;
}


/*Green banner */
.greenbanner_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
}

.contact_letter{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.contact_letter img{
    width: 80%;
}

.contact_text{
    text-align: center;
    margin-bottom: 40px;;
}

.contact_text a{
    color:#EAE6DE;
    cursor: pointer;
}

  


}

  



/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

    .navbar-nav{
        display: flex;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
       
    }

    .heroimg{
        height: 410px;
        width: 100%;
        object-fit: cover;
    }

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .logogreen{
        width: 40%;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 19px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

    /*Home Page Section 2 */

    .main2_container{
        display: flex;
        background-color: #5A5F3E;
        flex-direction: column;
        }
    
    .main2_container h2{
        margin-left: 30px;
        margin-top: 30px;
        color: #EAE6DE
        }
    
    .main2_container p{
        padding: 30px;
        font-size: 18px;
        color: #EAE6DE
        }
    
    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        }

    
        /*Home Section 3*/
    .indexsec3_container{
        background-color: #EAE6DE;
        width: 100%;
    }

    .indexsec3_text h3{
        padding: 40px;
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 80px;
    }

     /*Home Section 3, Text Over Image*/

    .textontop{
        position: relative;
        text-align: left;
        color:#EAE6DE;
        width: 100%;
        object-fit: cover;
    }

    .backimg{
        object-fit: cover;
        width: 100%;
        padding-bottom: 25px;
    }


    .centered{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }


    .centered h2{
        margin-bottom: 50px;
    }

    .centered p{
        font-size: 19px;
        line-height: 35px;
    }

    .d_none{
        display: none;
    }



     /*Home Section 4, Meet Thomas and Carter*/

    .indexteam_container{
        background-color: #5A5F3E;
        display: flex;
        flex-direction: column;
    }

    .teamimg{
        padding: 60px;
    }

    .indexteam_container h2, .indexteam_container p{
        padding-left: 30px;

    }

    .indexteam_container p{
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    /*Form Section */

    .form_footer h2{
        margin-top: 40px;
    }

    .form_footer p{
        padding: 30px;
        text-align: center;
    }

    .form_flex{
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }


    .form_flex .buttons{
        background-color: #5A5F3E;
        color: #EAE6DE;
        width: 50%;
        align-items: center;
    }

    .form_flex .buttons_container .buttons:hover{
        background-color: #EAE6DE;
        color:#3C4A30;
    }

/* Footer footer footer */
footer h4{
    margin-bottom: 35px;
 }

 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

  /*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
 .carousel_container{
    width: 100%;
    height: 558px;
 }

 .carousel-item{
    width: 100%;
    height: 558px;
 }

 .carousel-item img{
    object-fit: cover;
    height: 558px;
    width: 100%;
 }

 /* Carusel Text*/
 .projects_sec1_container{
    background-color: #EAE6DE;
    width: 100%;
    align-items: center;
    justify-content: center;
 }

 .projects_sec1_container p{
    padding: 30px;
 }

 .hide_img{
    display:none;
 }


 /*Section 2 Projects Page*/
 .projects_sec2_titlebutton{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 35px;
    margin-bottom: 20px;
 }

 .projectsimg_container .hide{
    display: none;
 }

 .sidebyside_img{
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .projectsimg_container{
    width: 100%;
    background-color: #EAE6DE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }

 .projectsimg_container img{
    width: 70%;
    object-fit: cover;
 }

.projectsimg_container p{
    padding: 30px;
    text-align: center;
}


/*Section 5 detail image in green back*/
.sec5_imgleft{
    display: none;
}

.projects_sec5_container{
    background-color: #5A5F3E;
    width: 100%;
}

.sec5_imgright{
    display: flex;
    justify-content: center;
}

.sec5_imgright img{
    width: 55%;
    object-fit: cover;
    padding: 25px;
}

.howwework{
    display: flex;
    flex-direction: column;
}

.sidebyside{
    display: flex;
    flex-direction: row;
}

/*How we work */

.projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.sidebyside{
    gap: 3em;
    align-items: center;
    justify-content: start;
    margin-top: 40px;
    padding-left: 30px;
}

.flex_row_3{
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-top: 20px;
}

.col-md-3{
    margin-bottom: 25px;
}

/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 100%;
    display: flex;
}

.about_img img{
    width: 100%;
    object-fit: contain;
}

.about_text{
    background-color: #5A5F3E;
    width: 100%;
}

.about_text h2, p{
    padding: 30px;
}


/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 30px;
}

.aboutus_2text_container{
    width: 100%;
}

/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 600px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 50%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }



  /*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
  .img_banner{
    width: 100%;
    margin: 0px;
    height: 140px;
  }

  .img_banner img{
    height: 120px;
    width: 100%;
    object-fit: cover;
  }


/*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
    .img_banner{
        width: 100%;
        margin: 0px;
        height: 120px;
      }
    
      .img_banner img{
        height: 120px;
        width: 100%;
        object-fit: cover;
      }
    
/*Contact Us FORM */
      .form_contactus_container{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .contactus_form{
        width: 90%;
      }
      
    .green_send_btn{
        margin-top: 30px;
    }

/*Green banner */
.greenbanner_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
}

.contact_letter{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.contact_letter img{
    width: 70%;
}

.contact_text{
    text-align: center;
    margin-bottom: 40px;;
}

.contact_text a{
    color:#EAE6DE;
    cursor: pointer;
}

      
   
}







/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .navbar-nav{
        display: flex;
        margin-left: 40px;
        margin-bottom: 0px;
        gap: 2em;
    }

    .navbar-nav{
        display: flex;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
       
    }

    .heroimg{
        width: 100%;
        object-fit: cover;
    }

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .logogreen{
        width: 22%;
        margin-top: 50px;
        margin-bottom: 30px;
        object-fit: contain;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

     /*Home Page Section 2 */

     .main2_container{
        display: flex;
        background-color: #5A5F3E;
        flex-direction: column;
        }
    
    .main2_container h2{
        margin-left: 30px;
        margin-top: 30px;
        color: #EAE6DE
        }
    
    .main2_container p{
        padding: 30px;
        font-size: 18px;
        color: #EAE6DE
        }
    
    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        }   

    .handsimg{
        width: 100%;
        padding: 60px;
    }


        /*Home Section 3*/
        .indexsec3_container{
            background-color: #EAE6DE;
            width: 100%;
        }
    
        .indexsec3_text h3{
            padding: 60px;
            font-weight: 100;
            font-size: 20px;
            text-align: center;
            margin-bottom: 30px;
            padding-top: 85px;
        }
    
         /*Home Section 3, Text Over Image*/
    
        .textontop{
            position: relative;
            text-align: left;
            color:#EAE6DE;
            width: 100%;
            object-fit: cover;
        }
    
        .backimg{
            object-fit: cover;
            width: 100%;
            padding-bottom: 35px;
        }
    
    
        .centered{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
        }
    
    
        .centered h2{
            margin-bottom: 50px;
        }
    
        .centered p{
            font-size: 19px;
            line-height: 35px;
        }
    
        .d_none{
            display: none;
        }
    
    
    
         /*Home Section 4, Meet Thomas and Carter*/
    
        .indexteam_container{
            background-color: #5A5F3E;
            display: flex;
            flex-direction: column;
        }
    
        .teamimg{
            padding: 100px;
        }
    
        .indexteam_container h2, .indexteam_container p{
            padding-left: 30px;
    
        }
    
        .indexteam_container p{
            margin-top: 30px;
            padding-right: 35px;
            margin-bottom: 30px;
        }

    /*Form Section */

    .form_footer h2{
        margin-top: 40px;
    }

    .form_footer p{
        padding: 30px;
        text-align: center;
    }


    .form_flex .buttons{
        background-color: #5A5F3E;
        color: #EAE6DE;
        width: 100%;
    }

    .form_flex .buttons:hover{
        background-color: #EAE6DE;
        color:#3C4A30;
    }

    .form_flex{
        margin-bottom: 40px;
    }

/*Footer Footer Footer */
.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 0;
}


 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

   /*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
 .carousel_container{
    width: 100%;
    height: 658px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAE6DE;
 }

 .carousel-item{
    width: 100%;
    height: 658px;
 }

 .carousel-item img{
    object-fit: cover;
    height: 658px;
    width: 100%;
 }

 /* Carusel Text*/
 .projects_sec1_container{
    background-color: #EAE6DE;
    width: 100%;
    align-items: center;
    justify-content: center;
 }

 .projects_sec1_container p{
    padding: 35px;
 }

 /*How we work */

.projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.hide_img{
    display:none;
 }

 .sidebyside_img{
    display: flex;
    align-items: center;
    justify-content: center;
 }

.sidebyside{
    gap: 3em;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-left: 30px;
}

.flex_row_3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3em;
}

.col-md-3{
    margin-bottom: 25px;
}

/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_img img{
    width: 70%;
    object-fit: contain;
    padding: 40px;
}

.about_text{
    background-color: #5A5F3E;
    width: 100%;
}

.about_text h2, p{
    padding: 30px;
}

/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 65px;
}

.abouttext_container{
    border: 1px solid #3C4A30;
}

.aboutus_2text_container{
    width: 100%;
    display: flex;
    padding-left: 40px;


}

.aboutus_textside{
    width: 33%;
}


/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 400px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 30%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }

  /*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
  .img_banner{
    width: 100%;
    margin: 0px;
    height: 160px;
  }

  .img_banner img{
    height: 160px;
    width: 100%;
    object-fit: cover;
  }


  /*Contact Us FORM */
  .form_contactus_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contactus_form{
    width: 70%;
  }
  
.green_send_btn{
    margin-top: 30px;
}

/*Green banner */
.greenbanner_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
}

.contact_letter{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5A5F3E;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.contact_letter img{
    width: 40%;
}

.contact_text{
    text-align: center;
    margin-bottom: 40px;;
}

.contact_text a{
    color:#EAE6DE;
    cursor: pointer;
}


       

}





/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .navbar-nav{
        display: flex;
        margin-left: 40px;
        margin-bottom: 0px;
        gap: 2em;
    }

    nav{
        height: 80px;
    }

    /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
        display: flex;
        height: 944px;
        flex-direction: row;
    }

   

    .heroimg_container{
        width: 50%;
        height: 944px;
        object-fit: cover;
    }

    .heroimg{
        width: 100%;
        height: 944px;
    }
    

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .logogreen{
        width: 30%;
        margin-top: 50px;
        margin-bottom: 40px;
        object-fit: contain;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

    
     /*Home Page Section 2 */

   
     .main2_container{
        display: flex;
        background-color: #5A5F3E;
        width: 100%;
        flex-direction: row-reverse;
        }


    .handsimg{
        width: 50%;
        padding: 60px;
    }

    .w50{
        width: 50%;
        padding-left: 40px;
    }
    
    .main2_container h2{
        margin-top: 45px;
        color: #EAE6DE
        }
    
    .main2_container p{
        font-size: 18px;
        color: #EAE6DE;
        margin-top: 20px;
        }
    
    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        } 
        
        
     /*Home Section 3*/
     .indexsec3_container{
        background-color: #EAE6DE;
        width: 100%;
    }

    .indexsec3_text h3{
        padding: 60px;
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 85px;
    }

     /*Home Section 3, Text Over Image*/

    .textontop{
        position: relative;
        text-align: center;
        color:#EAE6DE;
        width: 100%;
        object-fit: cover;
    }

    .backimg{
        object-fit: cover;
        width: 100%;
        padding-bottom: 65px;
        height: 930px;
    }


    .centered{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5em;
    }


    .centered h2{
        margin-bottom: 50px;
        text-align: center;

    
    }

    .centered p{
        font-size: 19px;
        line-height: 35px;
        text-align: left;
        line-height: 75px;
    }




     /*Home Section 4, Meet Thomas and Carter*/

    .indexsec4_container{
        width: 100%;
        display: flex;
    }
    
     .indexteam_container{
        background-color: #5A5F3E;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 50%;
    }

    .d_none{
        display: block;
        width: 50%;
    }


    .teamimg{
        padding: 70px;
    }

    .indexteam_container h2, .indexteam_container p{
        padding-left: 30px;

    }

    .indexteam_container p{
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }


/*Form Section */

    .form_footer h2{
        margin-top: 60px;
    }

    .form_footer p{
        padding: 30px;
        text-align: center;
        font-size: 18px;
        width: 80%;
    }


    .form_flex .buttons{
        background-color: #5A5F3E;
        color: #EAE6DE;
        width: 100%;
    }

    .form_flex .buttons:hover{
        background-color: #EAE6DE;
        color:#3C4A30;
    }

    .form{
        font-size: 18px;
        font-weight: 100;
    }

    .form_flex{
        margin-bottom: 50px;
    }

/*Footer Footer Footer */
.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 15;
}

.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 0;
}


 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

/*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
.carousel_container{
    width: 43%;
} 

.creamback{
    background-color: #EAE6DE;
}

.projects_sec1_container{
    display: flex;
}

.projectsimg_container img{
    display: block;
}

.projects_sec1_container p{
    width: 50%;
    justify-content: center;
    margin-bottom: 40px;
}

/*2 photos with woman black and white*/
.projects_sec5_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sec5_imgleft{
    width:50%;
    display:block;
}

.sec5_imgleft img{
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.sec5_imgright{
    width: 50%;
}

.sec5_imgright img{
    padding: 20px;
}

 /*How we work */

 .projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.projects_sec2_titlebutton{
    margin-bottom: 40px;
}

.sidebyside_img{
    display: flex;
    justify-content: center;
    width: 70%;
    margin-bottom: 20px;
}

.sidebyside_img img{
    display: flex;
    object-fit: cover;
    height: 330px;
}

.sidebyside{
    display: flex;
    justify-content: start;
    padding-left: 50px;
}

.flex_row_3{
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 50px;
    gap: 3em;
}

.col-md-3{
    margin-bottom: 25px;
}

/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 50%;
    display: flex;
    height: 943px;
    align-items: center;
    justify-content: center;
}

.about_img img{
    width: 80%;
    object-fit: contain;
    padding: 70px;
    
}

.about_text{
    background-color: #5A5F3E;
    width: 50%;
    height: 943px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.about_text h2, p{
    padding: 30px;
}

/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 65px;
}

.abouttext_container{
    border: 1px solid #3C4A30;
}

.aboutus_2text_container{
    width: 100%;
    display: flex;
    padding-left: 40px;


}

.aboutus_textside{
    width: 33%;
}

/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 400px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 25%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }

/*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
  .img_banner{
    width: 100%;
    margin: 0px;
    height: 180px;
  }

  .img_banner img{
    height: 180px;
    width: 100%;
    object-fit: cover;
  }


    /*Contact Us FORM */
    .form_contactus_container{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .contactus_form{
        width: 60%;
      }
      
    .green_send_btn{
        margin-top: 30px;
    }


/* Green banner */
.greenbanner_container {
    background-color: #5A5F3E;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items:flex-start;
    justify-content: center;
}

.contact_letter, .contact_text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_letter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.contact_letter img {
    margin: 0;
    max-width: 100%; 
}

.contact_text {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin-top: 10px;
}

.contact_text a {
    color: #EAE6DE;
    cursor: pointer;
}



}







/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
        display: flex;
        height: 944px;
        flex-direction: row;
    }

   

    .heroimg_container{
        width: 50%;
        height: 944px;
        object-fit: cover;
    }

    .heroimg{
        width: 100%;
        height: 944px;
    }
    

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .logogreen{
        width: 30%;
        margin-top: 50px;
        margin-bottom: 40px;
        object-fit: contain;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

    
     /*Home Page Section 2 */

   
     .main2_container{
        display: flex;
        background-color: #5A5F3E;
        width: 100%;
        flex-direction: row-reverse;
        }


    .handsimg{
        width: 50%;
        padding: 60px;
    }

    .w50{
        width: 50%;
        padding-left: 40px;
    }
    
    .main2_container h2{
        margin-top: 45px;
        color: #EAE6DE
        }
    
    .main2_container p{
        font-size: 18px;
        color: #EAE6DE;
        margin-top: 20px;
        }
    
    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        }   


     /*Home Section 3*/
     .indexsec3_container{
        background-color: #EAE6DE;
        width: 100%;
    }

    .indexsec3_text h3{
        padding: 60px;
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 85px;
    }

     /*Home Section 3, Text Over Image*/

    .textontop{
        position: relative;
        text-align: center;
        color:#EAE6DE;
        width: 100%;
        object-fit: cover;
    }

    .backimg{
        object-fit: cover;
        width: 100%;
        padding-bottom: 65px;
        height: 930px;
    }


    .centered{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5em;
    }


    .centered h2{
        margin-bottom: 50px;
        text-align: center;

    
    }

    .centered p{
        font-size: 19px;
        line-height: 35px;
        text-align: left;
        line-height: 75px;
    }



     /*Home Section 4, Meet Thomas and Carter*/

    .indexsec4_container{
        width: 100%;
        display: flex;
    }
    
     .indexteam_container{
        background-color: #5A5F3E;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 50%;
    }

    .d_none{
        display: block;
        width: 50%;
    }


    .teamimg{
        padding: 70px;
    }

    .indexteam_container h2, .indexteam_container p{
        padding-left: 30px;

    }

    .indexteam_container p{
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }

/*Form Section */

.form_footer h2{
    margin-top: 60px;
}

.form_footer p{
    padding: 30px;
    text-align: center;
    font-size: 18px;
    width: 80%;
}


.form_flex .buttons{
    background-color: #5A5F3E;
    color: #EAE6DE;
    width: 100%;
}

.form_flex .buttons:hover{
    background-color: #EAE6DE;
    color:#3C4A30;
}

.form{
    font-size: 18px;
    font-weight: 100;
}

.form_flex{
    margin-bottom: 50px;
}

/*Footer Footer Footer */
.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 15;
}

.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 0;
}


 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

 /*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
.carousel_container{
    width: 43%;
} 

.creamback{
    background-color: #EAE6DE;
}

.projects_sec1_container{
    display: flex;
}

.projects_sec1_container p{
    width: 50%;
    justify-content: center;
    margin-bottom: 40px;
}

/*2 photos with woman black and white*/
.projects_sec5_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sec5_imgleft{
    width:50%;
    display:block;
}

.sec5_imgleft img{
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.sec5_imgright{
    width: 50%;
}

.sec5_imgright img{
    padding: 20px;
}
   
  
/*How we work */

.projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.projects_sec2_titlebutton{
    margin-bottom: 40px;
}

.sidebyside_img{
    display: flex;
    justify-content: center;
    width: 70%;
    margin-bottom: 20px;
}

.sidebyside_img img{
    display: flex;
    object-fit: cover;
    height: 330px;
}

.sidebyside{
    display: flex;
    justify-content: start;
    padding-left: 50px;
}

.flex_row_3{
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 50px;
    gap: 3em;
}

.col-md-3{
    margin-bottom: 25px;
}


/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 50%;
    display: flex;
    height: 943px;
    align-items: center;
    justify-content: center;
}

.about_img img{
    width: 80%;
    object-fit: contain;
    padding: 70px;
    
}

.about_text{
    background-color: #5A5F3E;
    width: 50%;
    height: 943px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.about_text h2, p{
    padding: 30px;
}

/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 65px;
}

.abouttext_container{
    border: 1px solid #3C4A30;
}

.aboutus_2text_container{
    width: 100%;
    display: flex;
    padding-left: 40px;


}

.aboutus_textside{
    width: 33%;
}

/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 500px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 25%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }

/*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
.img_banner{
    width: 100%;
    margin: 0px;
    height: 180px;
  }

  .img_banner img{
    height: 180px;
    width: 100%;
    object-fit: cover;
  }


/*Contact Us FORM */
      .form_contactus_container{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .contactus_form{
        width: 55%;
      }
      
    .green_send_btn{
        margin-top: 30px;
    }


/* Green banner */
.greenbanner_container {
    background-color: #5A5F3E;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items:flex-start;
    justify-content: center;
}

.contact_letter, .contact_text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_letter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.contact_letter img {
    margin: 0;
    max-width: 100%; 
}

.contact_text {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin-top: 15px;
}

.contact_text a {
    color: #EAE6DE;
    cursor: pointer;
}


 
}







/* Extra EXTRA large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {

      /* MAIN PAGE MAIN PAGE MAIN PAGE MAIN PAGE */

    /*Hero section */

    .herosection{
        width: 100%;
        display: flex;
        height: 944px;
        flex-direction: row;
    }

   

    .heroimg_container{
        width: 50%;
        height: 944px;
        object-fit: cover;
    }

    .heroimg{
        width: 100%;
        height: 944px;
    }
    

    .herosection_text{
        background-color: #EAE6DE;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .logogreen{
        width: 30%;
        margin-top: 50px;
        margin-bottom: 40px;
        object-fit: contain;
    }

    .herosection_text h3{
        padding: 30px;
        font-weight: 100;
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .herosection_text .buttons{
        margin-bottom: 60px;
    }

    
     /*Home Page Section 2 */

   
     .main2_container{
        display: flex;
        background-color: #5A5F3E;
        width: 100%;
        flex-direction: row-reverse;
        }


    .handsimg{
        width: 50%;
        padding: 50px;
    }

    .w50{
        width: 50%;
        padding-left: 40px;
    }
    
    .main2_container h2{
        margin-top: 45px;
        color: #EAE6DE
        }
    
    .main2_container p{
        font-size: 19px;
        color: #EAE6DE;
        margin-top: 20px;
        }
    
    .buttons_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        }   


     /*Home Section 3*/
     .indexsec3_container{
        background-color: #EAE6DE;
        width: 100%;
    }


    .indexsec3_text h3{
        padding: 60px;
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 85px;
    }

     /*Home Section 3, Text Over Image*/

    .textontop{
        position: relative;
        text-align: center;
        color:#EAE6DE;
        width: 100%;
        object-fit: cover;
    }

    .backimg{
        object-fit: cover;
        width: 100%;
        padding-bottom: 65px;
        height: 930px;
    }


    .centered{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5em;
    }


    .centered h2{
        margin-bottom: 50px;
        text-align: center;

    
    }

    .centered p{
        font-size: 19px;
        line-height: 35px;
        text-align: left;
        line-height: 75px;
    }




     /*Home Section 4, Meet Thomas and Carter*/

    .indexsec4_container{
        width: 100%;
        display: flex;
    }
    
     .indexteam_container{
        background-color: #5A5F3E;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 50%;
    }

    .d_none{
        display: block;
        width: 50%;
    }


    .teamimg{
        padding: 70px;
    }

    .indexteam_container h2, .indexteam_container p{
        padding-left: 30px;

    }

    .indexteam_container p{
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }

/*Form Section */

.form_footer h2{
    margin-top: 60px;
}

.form_footer p{
    padding: 30px;
    text-align: center;
    font-size: 18px;
    width: 80%;
}


.form_flex .buttons{
    background-color: #5A5F3E;
    color: #EAE6DE;
    width: 100%;
}

.form_flex .buttons:hover{
    background-color: #EAE6DE;
    color:#3C4A30;
}

.form{
    font-size: 18px;
    font-weight: 100;
}

.form_flex{
    margin-bottom: 50px;
}


/*Footer Footer Footer */
.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 15;
}

.flex_footer{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.list-inline-item a i{
    padding: 0;
}


 .col-md-3 h5{
    margin-top: 10px;
    margin-bottom: 15px;
 }

 /*PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE PROJECTS PAGE*/
 /*Carousel*/
 
.carousel_container{
    width: 43%;
} 

.creamback{
    background-color: #EAE6DE;
}

.projects_sec1_container{
    display: flex;
}

.projects_sec1_container p{
    width: 50%;
    justify-content: center;
    margin-bottom: 40px;
}

/*2 photos with woman black and white*/
.projects_sec5_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sec5_imgleft{
    width:50%;
    display:block;
}

.sec5_imgleft img{
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.sec5_imgright{
    width: 50%;
}

.sec5_imgright img{
    padding: 20px;
}
   
/*How we work */

.projects_sec6_container{
    display: flex;
    flex-direction: column;
}

.projects_sec2_titlebutton{
    margin-bottom: 40px;
}

.sidebyside_img{
    display: flex;
    justify-content: center;
    width: 70%;
    margin-bottom: 20px;
}

.sidebyside_img img{
    display: flex;
    object-fit: cover;
    height: 330px;
}

.sidebyside{
    display: flex;
    justify-content: start;
    padding-left: 50px;
}

.flex_row_3{
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 50px;
    gap: 3em;
}

.col-md-3{
    margin-bottom: 25px;
}


/*ABOUT ABOUT ABOUT PAGE */
.about_sec1_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about_img{
    width: 50%;
    display: flex;
    height: 943px;
    align-items: center;
    justify-content: center;
}

.about_img img{
    width: 80%;
    object-fit: contain;
    padding: 70px;
    
}

.about_text{
    background-color: #5A5F3E;
    width: 50%;
    height: 943px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.about_text h2, p{
    padding: 30px;
}

/*About Section text only */

.abouttext_container h2{
    margin-top: 30px;
    padding-left: 65px;
}

.abouttext_container{
    border: 1px solid #3C4A30;
}

.aboutus_2text_container{
    width: 100%;
    display: flex;
    padding-left: 40px;


}

.aboutus_textside{
    width: 33%;
}

/*About us Section of photo with photo on top*/
.aboutus_overlayimg {
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .back_overlay_img {
    width: 100%;
    height: 500px; 
    position: relative; 
  }
  
  .back_overlay_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top_overlay_img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 25%;
    z-index: 1; 
  }
  
  .top_overlay_img img {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }

/*CONTACT PAGE CONTACT PAGE CONTACT PAGE */
.img_banner{
    width: 100%;
    margin: 0px;
    height: 180px;
  }

  .img_banner img{
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

  /*Contact Us FORM */
  .form_contactus_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contactus_form{
    width: 55%;
  }
  
.green_send_btn{
    margin-top: 30px;
}


/* Green banner */
.greenbanner_container {
    background-color: #5A5F3E;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items:flex-start;
    justify-content: center;
}

.contact_letter, .contact_text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_letter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.contact_letter img {
    margin: 0;
    max-width: 100%; 
}

.contact_text {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin-top: 15px;
}

.contact_text a {
    color: #EAE6DE;
    cursor: pointer;
}


  

  
    

}

