@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Bungee+Spice&family=Lato:wght@300&family=Poppins:wght@200&display=swap');


*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  scroll-behavior: smooth;
}

.human_banner{
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(9, 25, 77, 0.55),rgba(3, 22, 73, 0.55)), url(https://static.igem.wiki/teams/4746/wiki/human-banner.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.human_banner_text{
    color: white;
    font-size: 80px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .human_practice_container{
    width: 1100px;
    margin-left: 5px;
    clear: both;
    
  }
  .human_practice_container::before, .human_practice_container::after{
    content: '';
    display: table;
    clear: both;
  }
 

  .right_container{
    width: 650px;
    vertical-align: top;
    float: right;
    padding-left: 50px;
    top: 20%;
  }
  .right_container div + div{
    margin-top: 20px;
  }

  .left_container{
    position: sticky;
    width: 270px;
    height: 250px;
    background: transparent;
    float: left;
    top:20%;
    margin-top: 50px;
    margin-bottom: 350px;
    margin-left: 100px;
    margin-right: 80px;

  }

  .human_buttons{
    display: block;
  }
  .human_buttons h3{
    margin-top: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
  .human_button_1{
    margin-top: 10px;
    margin-bottom:20px;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 30px;
    font-size: 20px;
    cursor: pointer;
    background:white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-left: 5px #122331 solid;
    border-radius: 5px;
    width:300px;
  }
  .human_button_2{
    border: none;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 30px;
    cursor: pointer;
    background:white; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-left: 5px #122331 solid;
    border-radius: 5px;
    width:300px;
    margin-bottom:10px;
    
  }
  .human_overveiw{
    width: 50vw;
    border-radius: 5px;
    margin-left: 380px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .human_overveiw p{
    margin: 15px 50px 50px 50px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
  }
  .headin{
    margin-top: 80px;
    margin-left: 630px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
  }
  
  .human_underline{
    border: 2px #122331 solid;
    width: 45px;
    margin-bottom: 0px;
  }
  .right_section{
    width: 900px;
    margin-top: 75px;
  }
  .right_section p{
    font-size:16px;
    line-height:33px
  }
    /* INTEGRATED HUMAN PRACTICE */
  .engineers_photos{
    display: flex;
    margin-left: 35px;
    margin-top: 5px;
  }
  .engineers_photo_1{
    margin-right: 30px;
  }
  /* END OF INTEGRATED HUMAN PRACTICE */

.agbogbloshie{
  display: flex;
}
.more_info{
  margin-left: 55px;
}

  @media screen and (max-width: 1490px){

    .left_container{
      position: sticky;
      width: 270px;
      height: 250px;
      background: transparent;
      float: left;
      top:20%;
      margin-top: 50px;
      margin-bottom: 350px;
      margin-left: 80px;
      margin-right: 50px;
  
    }
    .right_container{
      width: 650px;
      vertical-align: top;
      float: right;
      padding-left: 50px;
      top: 20%;
      border-left: 7px #122331 solid;

    }
    .right_section{
      width: 750px;
    }
    .prompt-to-click{
      display: none;
    }
      /* INTEGRATED HUMAN PRACTICE */
  .engineers_photos{
    display: flex;
    margin-left: 45px;
  }
  .engineers_photo_1{
    margin-right: 30px;
    
  }
  .engineers_photo_1, .engineers_photo_2{
    width: 300px;
  }
  /* END OF INTEGRATED HUMAN PRACTICE */
    
       
   }
     @media screen and (max-width: 1490px){
    .right_container{
      border:none;
    }
  }
   @media screen and (max-width: 1490px){
   .ashesi_session_container, .career_choice_container{
     margin-left:-80px;
   }
 }
@media screen and (max-width: 1400px){
    .right_container{
      border:none;
      float:left;
      margin-left:140px;
      width:100%
      
    }
  .left_container{
    display:none;
  }
  .right_section{
      width: 1080px;
    }
    .engineers_photos{
    display: flex;
    margin-left: 45px;
  }
  .engineers_photo_1{
    margin-right: 30px;
    
  }
  .engineers_photo_1, .engineers_photo_2{
    width: 500px;
  }
  }

   
   @media screen and (max-width: 1280px){
    .human_banner_text{
      color: white;
      font-size: 75px;
      margin: 0;
      position: absolute;
      text-transform: uppercase;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .headin{
      margin-top: 80px;
      margin-left: 530px;
      text-transform: uppercase;
      font-weight: bolder;
      font-size: 20px;
    }
    .human_overveiw{
      width: 90vw;
      border-radius: 5px;
      margin-left: 50px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .left_container{
      display: none;
    }
    .right_container{
      width: 90vw;
      vertical-align: top;
      float: left;
      border-left: none;
      top: 20px;
      visibility: visible;
    }
    .right_section{
      width: 90vw;
    }
    .right_section p{
      font-size:16px;
      line-height:33px
  }
      /* INTEGRATED HUMAN PRACTICE */
  .engineers_photos{
    display: flex;
    margin-left: 45px;
  }
  .engineers_photo_1{
    margin-right: 30px;
    
  }
  .engineers_photo_1, .engineers_photo_2{
    width: 500px;
  }
  .right_container{
      border:none;
      float:left;
      margin-left:10px;
      width:100%
  /* END OF INTEGRATED HUMAN PRACTICE */
    
   
    
  }

  @media screen and (max-width: 1024px){
    .human_banner_text{
      color: white;
      font-size: 55px;
      margin: 0;
      position: absolute;
      text-transform: uppercase;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .right_container{
      width: 900px;
      vertical-align: top;
      float: left;
      border-left: none;
      top: 20px;
      visibility: visible;
    }
    .left_container{
      display: none;
    }
    .human_overveiw{
      width: 90vw;
      border-radius: 5px;
      margin-left: 50px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .human_practice_container{
      width: 900px;
    }
    .headin{
      margin-top: 80px;
      margin-left: 430px;
      text-transform: uppercase;
      font-weight: bolder;
      font-size: 20px;
    }

        /* INTEGRATED HUMAN PRACTICE */
.engineers_photos{
  display: flex;
  margin-left: 45px;
}
.engineers_photo_1{
  margin-right: 30px;
  
}
.engineers_photo_1, .engineers_photo_2{
  width: 400px;
}
/* END OF INTEGRATED HUMAN PRACTICE */
  }

  @media screen and (max-width: 970px){
    .human_banner{
      width: 100%;
      height: 40vh;
  }
  .human_banner_text{
    font-size: 45px;
    top: 25%;
  }
  .right_container{
    width: 500px;
  }
  .human_practice_container{
    width: 600px;
  }
  .headin{
    margin-top: 80px;
    margin-left: 320px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
  }
  .human_overveiw{
    margin-left: 38px;
  }

  /* INTEGRATED HUMAN PRACTICE */
.engineers_photos{
  display: flex;
  margin-left: 45px;
}
.introduction_text{
  padding-bottom: 5px;
}
.engineers_photo_1{
  margin-right: 30px;
  
}
.engineers_photo_1, .engineers_photo_2{
  width: 300px;
}
/* END OF INTEGRATED HUMAN PRACTICE */
}

@media screen and (max-width: 768px){
  .human_banner_text{
    color: white;
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .right_container{
    width: 500px;
  }
  .human_practice_container{
    width: 600px;
  }
  .headin{
    margin-top: 80px;
    margin-left: 310px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
  }
    /* Integrated Human Practice */
  .engineers_photos{
    display: flex;
    margin-left: 25px;
  }
    /* End of Integrated Human Practice */
}

@media screen and (max-width: 700px){
  .human_banner{
    width: 100%;
    height: 30vh;
}
.human_banner_text{
  color: white;
  font-size: 20px;
  top: 22%;
  left: 50%;

}
.human_practice_container{
  width: 300px;
  margin-left: 0px;
}
.right_container{
  width: 300px;
  padding: 0;
}
.right_section{
  margin-left: 10px;
}
.right_section p{
    font-size:16px;
    line-height:33px
  }

  /* INTEGRATED HUMAN PRACTICE */
.engineers_photos{
  display: block;
  margin-left: 25px;
}

.engineers_photo_1{
  margin-bottom: 30px;
  
}
.engineers_photo_1, .engineers_photo_2{
  width: 300px;
}
/* END OF INTEGRATED HUMAN PRACTICE */
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
.inclusivity_banner{
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(9, 25, 77, 0.55),rgba(3, 22, 73, 0.55)), url(https://static.igem.wiki/teams/4746/wiki/inclusivity-banner.jpg);
    background-position: center;
    background-size: cover;

}
#diversity{
    margin-top: 80px;
}
.diversity_image_1{
  margin-left:200px;
  border-radius:10px;
}


.inclusivity_banner_text{
    color: white;
    font-size: 80px;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    width: 35vw;
}

.education_banner{
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(9, 25, 77, 0.55),rgba(3, 22, 73, 0.55)), url(https://static.igem.wiki/teams/4746/wiki/education-banner.jpg);
    background-position: center;
    background-size: cover;
    
}

.education_banner_text{
    color: white;
    font-size: 80px;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    width: 35vw;
  }

   #education_overview_section{
      width: 800px;
      border-radius: 5px;
      margin-left: 350px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;
    }
    .education_paragraph{
        margin-left: 40px;
        margin-right: 40px;
        margin-top:30px ;
    }

     /*INFO SECTION  */
    .ashesi_session_container{
        width: 900px;
        height: 800px;
        margin-left:3px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .ashesi_session_heading{
        text-align: center;
        margin-top: 20px;
        font-size: 30px;
        text-transform: uppercase;

    }
    .ashesi_session_images{
        display: flex;
        margin-top: 20px;

    }
    .ashesi_image_1, .ashesi_image_2{
        border-radius: 5px;   
    }
    .ashesi_image_1{
        margin-left: 120px;
    }
    .ashesi_image_2{
        margin-left: 40px;
    }
    .diversity_image_1{
        margin-left: 200px;
    }
     /*END OF INFO SECTION  */


    /*CAREER CHOICE SECTION  */
    .career_choice_container{
        width: 900px;
        height: 800px;
        margin-left:3px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .career_heading{
        text-align: center;
        margin-top: 20px;
        font-size: 30px;
        text-transform: uppercase;
    }
    .career_images{
        display: flex;
        margin-top: 20px;
    }
    .career_image_1,.career_image_2{
        border-radius: 5px;
    }
    .career_image_1{
        margin-left: 120px;
    }
    .career_image_2{
        margin-left: 40px;
    }
     /*END OF CAREER CHOICE SECTION  */

     @media screen and (max-width: 1280px){
  #education_overview_section{
      width: 700px;
      border-radius: 5px;
      margin-left: 300px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;
    }
      .career_choice_container{
        width: 900px;
        height: 800px;
        margin-left:200px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .ashesi_session_container{
        width: 900px;
        height: 800px;
        margin-left:200px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

}
@media screen and (max-width: 1024px){
  .education_banner{
    background-position: center;
    height: 70vh;
  }
  .education_banner_text{
      top: 30%;
      font-size: 75px;   
  }
 
  #education_overview_section{
      width: 700px;
      border-radius: 5px;
      margin-left: 180px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;
    }
    .ashesi_session_container{
        width: 900px;
        height: 800px;
        margin-left:65px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
     .career_choice_container{
        width: 900px;
        height: 800px;
        margin-left:65px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
  

}
@media screen and (max-width: 970px){
  .education_banner{
    background-position: center;
    height: 40vh;
  }
  .education_banner_text{
      top: 25%;
      font-size: 75px;
    left:42%;
  }

  #education_overview_section{
      width: 700px;
      border-radius: 5px;
      margin-left: 60px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;
    }
      .ashesi_session_container{
        width: 700px;
        height: 1040px;
        margin-left:5px;
       margin-bottom: 12px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
     .career_choice_container{
        width: 700px;
        height: 900px;
        margin-left:65px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .career_image_1{
        margin-left: 30px;
    }
    .career_image_2{
        margin-left: 40px;
    }
    .ashesi_image_1{
        margin-left: 30px;
    }
    .ashesi_image_2{
        margin-left: 40px;
    }


}
@media screen and (max-width: 780px){
     .education_banner{
    background-position: center;
    height: 40vh;
  }
  .education_banner_text{
      top: 25%;
      font-size: 75px;
    left:42%;
  }

  #education_overview_section{
      width: 600px;
      border-radius: 5px;
      margin-left: 85px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;
    }
     .ashesi_session_container{
        width: 700px;
        height: 1040px;
        margin-left:0px;
       margin-bottom: 12px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
     .career_choice_container{
        width: 700px;
        height: 900px;
        margin-left:35px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .career_image_1{
        margin-left: 30px;
    }
    .career_image_2{
        margin-left: 40px;
    }
    .ashesi_image_1{
        margin-left: 30px;
    }
    .ashesi_image_2{
        margin-left: 40px;
    }
    
}
@media screen and (max-width: 700px){
  .education_banner{
    background-position: center;
    height: 30vh;
  }
  .education_banner_text{
    top: 22%;
    font-size: 35px; 
    left:40%;
}

    #education_overview_section{
      width: 350px;
      border-radius: 5px;
      margin-left: 30px;
      margin-top: 80px;
      margin-bottom: 50px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-right: 5px #0074B7 solid;

    }
    
      .ashesi_session_container{
        width: 370px;
        height: 2100px;
        margin-left:15px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
     .career_choice_container{
        width: 370px;
        height: 230vh;
        margin-left:15px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .ashesi_session_images, .career_images{
        display:block
    }
    
    
    .career_image_1{
        margin-left: 30px;
    }
    .career_image_2{
        margin-left: 30px;
    }
    .ashesi_image_1{
        margin-left: 30px;
    }
    .ashesi_image_2{
        margin-left: 30px;
    }

}
@media screen and (max-width: 375px){
     .ashesi_session_container{
        width: 370px;
        height: 450vh;
        margin-left:15px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
     .career_choice_container{
        width: 370px;
        height: 450vh;
        margin-left:15px;
        border-radius: 20px;
        border: 2px solid #0a2e4d;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
}




