*{
    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_paragraph{
        margin-left: 40px;
        margin-right: 40px;
        margin-top:30px ;
    }

     /*INFO SECTION  */
    .ashesi_session_container{
        width: 900px;
        height: 800px;
        margin-left:300px;
        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:300px;
        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%;
  }
    .inclusivity_banner{
    width: 100%;
    height: 40vh;
    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;

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

  #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: 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_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;
    }
    .diversity_image_1{
    margin-left:90px;
    border-radius:10px;
  }


}
@media screen and (max-width: 780px){
     .education_banner{
    background-position: center;
    height: 40vh;
  }
  .education_banner_text{
      top: 25%;
      font-size: 75px;
    left:42%;
  }
     .inclusivity_banner{
    width: 100%;
    height: 40vh;
    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;

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

  #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: 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_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;
    }
    .diversity_image_1{
    margin-left:90px;
    border-radius:10px;
  }
    
}
@media screen and (max-width: 700px){
  .education_banner{
    background-position: center;
    height: 30vh;
  }
  .education_banner_text{
    top: 22%;
    font-size: 35px; 
    left:40%;
}
  .inclusivity_banner{
    width: 100%;
    height: 40vh;
    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;

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

    #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: 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;
    }
    .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;
    }
    .diversity_image_1{
    margin-left:30px;
    border-radius:10px;
     width: 300px;
  }

}
@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;
    }
}


