*{
    margin: 0;   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    scroll-behavior: smooth;
    }

html{
    height: 100%;
}


body{
      margin: 0;
      padding: 0;
      font-size: 15px;
      overflow-y: hide;
      overscroll-behavior: contain;
      height: 100%;
      background-color: #f8f8f8;
    }

/*TYPE*/

a{
  text-decoration: none;
}    

.service-text{
  font-size: 18px;
  line-height: 150%;
}

p {
  color:#808080;
}


h1{
  font-size: 64px;
  font-weight: 800;
  color: white;
  letter-spacing: 3px;
  z-index: 1;
  }
  
h2{
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  margin: 60px;
  margin-bottom: -70px;
  }
  
  
  
h3{
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 140.4%;
  margin-bottom: 24px;
  margin-top: 24px;
  color:#081F32;
  
  }
  
h4{
  font-size: 15px;
  font-weight: 400; 
  margin-top: 10px;
  margin-bottom: 10px;
  color: #808080;
  }
  
h5{
  font-size: 12px;
  font-weight: 500; 
  color: #6E798C;
  }
  

.contents > a{
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-top:12px;
  color: #999999;
  font-weight: 700;
}

.two-columns> p {
  max-width: 500px;
}

/* service headings */
.service-box > h3, .service-box-list > h3, .service-box-list > div > h3 {
  font-weight: 600;
  color: #04626b;
  margin-top:0;
}

/* CONTAINERS AND BOXES*/

.service-box{
  background-color: white;
  border-radius: 6px;
  max-width: 550px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 48px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 48px;
}

.service-box-list{
  width: 100%;
  background-color: white;
  border-radius: 6px;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 48px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 48px;
}


.two-columns{
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  align-self: space-around;
}

.vl {
  position: relative;
  border-bottom: 0px ;
    border-right: 2px solid #eaeaea;
    height: 100%;
    margin: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}




section{
  margin-top: 60px;
  margin-bottom: 60px;
}

/*NAVIGATION */

.hamburger-menu{
  display: none;
  overflow: hidden;
}

.overlay{
  display: none;
  overflow: hidden;
}

/* 

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
} */


/* FORMATTING CLIENTS SECTION */
.clients{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 850px;
  margin: auto;
}

.img{
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  margin-top: 24px;
}

.services{
  background-image: url(../images/client-logos/services.png);
}

.people{
  background-image: url(../images/client-logos/people.png);
}

.contact{
  background-image: url(../images/client-logos/contact.png);
}

.client{
  height: 60px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 12px;
  transition: all 0.2s;
}

.client:hover{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.ace{
  background-image: url(../images/client-logos/ace.png);
}

.ddot{
  background-image: url(../images/client-logos/ddot.png);
}

.dod{
  background-image: url(../images/client-logos/dod.png);
}

.dom{
  background-image: url(../images/client-logos/dom.png);
}

.enbridge{
  background-image: url(../images/client-logos/enbridge.png);
}
.equinor{
  background-image: url(../images/client-logos/equinor.png);
}
.gdot{
  background-image: url(../images/client-logos/gdot.png);
}
.heda{
  background-image: url(../images/client-logos/heda.png);
}
.hrsd{
  background-image: url(../images/client-logos/hrsd.png);
}
.mdot{
  background-image: url(../images/client-logos/mdot.png);
}
.nasa{
  background-image: url(../images/client-logos/nasa.png);
}
.ncdot{
  background-image: url(../images/client-logos/ncdot.png);
}
.nps{
  background-image: url(../images/client-logos/nps.png);
}
.vdot{
  background-image: url(../images/client-logos/vdot.png);
}
.williams{
  background-image: url(../images/client-logos/williams.png);
}


/* JUMP TO SERVICES */

.jump-to {
  position: relative;
  display: inline-block;
  margin: 60px;
}

.jump-to-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.jump-to-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.jump-to-content a:hover {background-color: #F1F1F1;}

.jump-to:hover .jump-to-content {display: block;}

.jump-to:hover .dropbtn {background-color: #008768; color: #F1F1F1}



/* CONTAINER SETTINGS */

.container {
  background-color: #fff;
  border-radius: 8px;
  width: 420px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.2s;
  margin-right: 24px;
 
}

.mini {
  height: 220px;
}

.flex-minis{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.image-services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

.list-items{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.list-items > hr{
  color: #eaeaea;
  margin-top: 6px;
  margin-bottom: 6px;
}

.container .image-team {
  background-image: url(../images/Fort_Rosalie.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

.container .image-contact {
  background-image: url(../images/Fort_Rosalie.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

.container .bottom {
  padding: 40px;
}

.container .bottom h1,
.container .bottom p {
  text-align: center;
}

.container .bottom h1 {
  text-align: left;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 36px;
  color: #363D40;
  margin-bottom: 12px;
}

.container .bottom h3 {
  color: #363D40;
  margin-bottom: 12px;
}



.container .bottom p {
  color: #808080;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 24px;
}

.main-button {
  display: block;
  background-color: #008768;
  color: #FFF;
  text-align: center;
  border-radius: 60px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}

.service-link{
  color: #008768;
  text-align: right;
  display: flex;
  justify-content: right;
  font-weight: 600;
  margin-top: 24px;
  font-size: 15px;
  transition: all 0.2s;
  text-decoration: none;
  transition: all 0.2s;
}

.service-link:hover{
  color: #6DB8A7;
}

.plain-link{
  text-decoration: none;
}

.main-button:hover {
  background-color: #6DB8A7;
}



.container:hover{
  transform: scale(1.03);
}

.dropbtn {
  background-color: #eaeaea;
  color: #081F32;
  padding: 16px;
  font-size: 16px;
  border: none;
}


/* FOOTER FORMATTING */

footer{
    background-color: #F1F1F1;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-flow: row;
    padding-top: 50px;
    padding-bottom: 50px;

}

.footer-group > h4{
  color: #008768;
  font-weight: 600;
}

.footer-links{
  color: black;
  text-decoration: none;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

a.footer-links:hover{
color: #808080;

}

.footer-group{
    max-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}


.flex-row{
  max-width: 1332px;
  display: flex;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 100px;
}

.breadcrumb{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px;
}

.breadcrumb > a{
  text-decoration: none;
  color: #999999;
  font-weight: 500;
  font-size: 15px;
}

.breadcrumb > p{
  margin-left: 2px;
  text-decoration: none;
  color:#04626b;
  font-weight: 500;
  font-size: 15px;
}

.contents{
  display: flex;
  flex-direction: column;
  margin: 24px;
}

nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 100%;
  position: absolute;
  top: 20;
  margin: auto;
  z-index:15;
}

nav > a{
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

nav > a:first-of-type{
  margin-right: 30%;
}

.logo{
  background-image: url(../images/AECOM_White.png);
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.landing{
  background-image: url(../images/landing.png);
  width: 100%;
  position: relative;
  height: 70%;
  background-position: center;
  background-size: cover;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.landing > h1 {
  margin-left: 24px;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#081F32;
  opacity: 0.6;
}

.contact-img{
  width: 400px;
  height: 300px;
  margin-right: 72px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* SERVICE IMAGES */

/* Archaeology */
.precontact-arch{
  background-image: url(../images/arch/precontact/IMG_0050.JPG);
}

.maritime-arch{
  background-image: url(../images/arch/maritime/maritime.jpg);
}

.urban-arch{
  background-image: url(../images/arch/urban/IMG_0007.JPG);
}

.historical-arch{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

/* HPG need to replace with the exception of cult. landscape */
.architectural{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.cultural-landscape{
  background-image: url(../images/hpg/cult-landscape.JPEG);
}

.historical-research{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.preservation{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

/* GCR  need to replace*/
.project-planning{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.historical-landscape{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.predictive{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.humanities{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

/* LAB need to replace */
.artifact{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.conservation{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.curation{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.lab{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

/* CONSULT PHOTOS need to replace*/
.ferc{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.section106{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.section4f{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}

.mitigation{
  background-image: url(../images/arch/historic/IMG_0021.JPG);
}


.cult-landscapes{
  background-image: url(../images/hpg/cult-landscape.JPEG);
}

/* ICRM */
.d-model{
  background-image: url(../images/ICRM/3d-model.jpg);
}

.data-science{
  background-image: url(../images/ICRM/data-science.jpg);
}

.database{
  background-image: url(../images/ICRM/database.jpg);
}

.streamlined{
  background-image: url(../images/ICRM/streamlined.jpg);
}

/* OUTREACH PHOTOS */
.museum{
  background-image: url(../images/outreach/museum.jpg);
}

.community{
  background-image: url(../images/outreach/community.jpg);
}

.digital-media{
  background-image: url(../images/outreach/digital-media.jpeg);
}

.print-media{
  background-image: url(../images/outreach/print.jpg);
}

/* SPECIALIZED */
.cemetery{
  background-image: url(../images/cemetery/IMG_0639.JPG);
}

.geoarch{
  background-image: url(../images/geo/Geoarch_pics/IMGP4891.JPG);
}

.geophy{
  background-image: url(../images/geo/Geophys_pics/IMG_0932.JPG);
}

.hazmat{
  background-image: url(../images/hazmat/Field\ 5-3-10\ 003.jpg);
}

/* SPECIALTY */
.zooarch{
  background-image: url(../images/specialty/zooarch.png);
}

/* replace bioarch img*/
.bioarch{
  background-image: url(../images/geo/Geoarch_pics/IMGP4891.JPG);
}

.archaeobotany{
  background-image: url(../images/specialty/botany.png);
}

.ceramics{
  background-image: url(../images/ceramics/Lab\ Special\ Services_ceramics_glass.jpg);
}




.contents > .active{
   color: black;
}

.overview{
  width: 700px;
}


/* MEDIA QUERIES FOR SMALLER SCREENS */
@media only screen and (max-width: 1350px) {

  a{
    text-decoration: none;
  }
  h1{
    font-size: 36px;
    margin-left: 24px;
  }

  .service-text{
    width: 100%;
  }

  .contact-img{
    width: 100%;
    height: 40vw;
    margin-right: 0;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  

  .service-box > h3, .service-box-list > h3, .service-box-list > div > h3 {
    font-weight: 600;
    color: #04626b;
    margin-top:0;
  }

  footer {
    flex-flow: column;
    width: 100%;
  }

  .footer-group {
    margin-top: 20px;
  }

  .footer-links{
    line-height: 40px;

  }

  h2{
    margin-left: 10%;
    margin-bottom: 0;
  }
  
  .container{
    margin: 24px 24px 24px 24px;
  }

  .flex-row{
    justify-content: center;
    /* flex-direction: row; */
    flex-wrap: wrap;
    margin: auto;
    align-content: center;
    /* display: flex; */
  }

  nav{
    display:none;
    overflow: hidden;
  }

  .hamburger-menu{
    position: sticky;
    display: block;
    overflow: visible;
    text-align: right;
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-size: 48px;
    color: #F1F1F1;
    position: absolute;
    z-index: 3;
  }
  

  .overlay {
    height: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #081F32;
    background-color: rgba(8, 31, 50, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }

  .service-box{
    background-color: white;
  border-radius: 6px;
    margin: 24px;
    width: 100%;
    align-items: center;
  }

  .service-box-list{
    background-color: white;
  border-radius: 6px;
    width: 100%;
    max-width: 550px;
    align-items: left;
    /* max-width: 550px; */
    margin: 24px;
    align-items: center;
  }

  .two-columns{
    display: flex;
    flex-direction: column; 
    justify-content: space-around;
    align-self: space-around;
  }
  
  .vl {
    border-right: 0px ;
    border-bottom: 2px solid #eaeaea;
    height: 100%;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    margin-bottom: 5%;
    text-decoration: none;
    font-size: 60px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #6DB8A7;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 65px;
  }

  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 65px;
  top: 15px;
  right: 25px;
  }

}
