@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;
  scroll-behavior: smooth;
}

.entre_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/entre-banner.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.entre_banner_text{
    color: white;
    font-size: 90px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }

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

  .right{
    width: 750px;
    vertical-align: top;
    float: right;
    padding-left: 150px;
    
   
  }
  .right div + div{
    margin-top: 20px;
  }
/* .right .overview_statement_container{
  width: 900px;
  margin-top: 50px;
  margin-right: 100px;
  border-radius: 10px;
  margin-bottom: 70px;
  background: white;
  border-radius: 10px;
} */
.right .problem_statement_heading{
  margin-top: 80px;
}
.right p{
  font-size: 16px;
  font-weight: bold;
}
 
.overview_heading{
    padding-bottom: 0px;
    padding-top: 20px;
}
.underline{
  border: 2px #122331 solid;
  width: 65px;
  margin-bottom: 10px;
}


.left{
  position: sticky;
  width: 300px;
  height: 550px;
  background: #122331;
  float: left;
  top:20%;
  margin-top: 90px;
  margin-bottom: 350px;
  margin-left: 10px;
  color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
 .left .unordered_list{
  list-style: none;
  margin-top: 40px;
  padding-left: 40px;
  
 }

 .left .unordered_list .ordered_lists{
  padding-bottom: 10px;
 }
 .left .unordered_list .ordered_lists a{
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: white;
  transition: all 0.2s ease-in-out;
  padding: 5px 5px;
 }
 .left .unordered_list .ordered_lists a:hover{
  color: #409fd6;
 }


 .market_unordered{
  list-style: none;
 }
 .market_list{
  padding-left: 30px;
 }
 .market_list a{
  text-decoration: none;
  padding-bottom: 5px;
  color: black;
 
 }
 .contribution_table{
  align-items: center;
  margin-left: 300px;
  margin-top: 50px;
}
table{
  font-family: arial, sans-serif;
  font-weight: bold;
  border-collapse: collapse;
  width: 1000px;
  margin-left: 0px;
}
td, th {
  border: 2px solid black;
  text-align: left;
  padding: 4px;
}
.images{
 width:320px;
}


/* ------------------------------------------------------- */

.content_container{
  width: 900px;
}
@media screen and (max-width: 1430px){
  
  .left{
    display: none;
  }
  .right{
    /* width: 750px; */
    vertical-align: top;
    float: left;
    align-items: center;
    width: 100%;
  }
   .contribution_table{
  margin-left: 130px;
  margin-top: 50px;
}
}

@media screen and (max-width: 1280px){
  
  .left{
    display: none;
  }
  .right{
    /* width: 750px; */
    vertical-align: top;
    float: left;
    align-items: center;
    width: 100%;
  }
    .contribution_table{
  margin-left: 50px;
  margin-top: 50px;
}
}
@media screen and (max-width: 1024px){
  .entre_banner{
    background-position: center;
    height: 70vh;
  }
  .entre_banner_text{
      top: 30%;
      font-size: 75px;   
  }
  .container{
    width: 100%;
    margin-left: 0px;
    clear: both;
    
  }
  .left{
    display: none;
  }
  .right{
    /* width: 750px; */
    vertical-align: top;
    float: left;
    padding-left: 50px;
    width: 100%;
  }
  .contribution_table{
  margin-left: 50px;
  margin-top: 50px;
}

}
.agbogbloshie{
  display: flex;
}
.more_info{
  margin-left: 55px;
}
.mvp_images{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 970px){
  .entre_banner{
    background-position: center;
    height: 40vh;
  }
  .entre_banner_text{
      top: 25%;
      font-size: 75px;   
  }
  .container{
    width: 100%;
    margin-left: 0px;
    clear: both;
    
  }
  .left{
    display: none;
  }
  .right{
    /* width: 750px; */
    vertical-align: top;
    float: left;
    padding-left: 50px;
    width: 100%;
  }
  .content_container{
    width: 700px;
  }
  .right .overview_statement_container{
    width: 700px;
 
  } 
     .contribution_table{
  margin-left: 50px;
  margin-top: 50px;
}
 iframe{
  width: 700px
 }
}
@media screen and (max-width: 768px){
  iframe{
  width: 600px
 }
}

@media screen and (max-width: 700px){
  .entre_banner{
    background-position: center;
    height: 30vh;
  }
  .entre_banner_text{
    top: 22%;
    font-size: 35px;   
}
.right{
  vertical-align: top;
  float: left;
  padding-left: 50px;
  width: 100%;
}
.container{
  width: 100%;
  margin-left: 0px;
  clear: both;
}
.content_container{
  width: 300px;
}
.right .overview_statement_container{
  width: 300px;
  
} 
.images{
  width: 320px;
}
.mvp_images{
 display:block;
 margin-left: 30px;
}
 iframe{
  width: 320px
 }

}

@media screen and (max-width: 1280px){
    table{
  width: 650px;
}
}
@media screen and (max-width: 1024px){
  table{
  width: 650px;
}
}
@media screen and (max-width: 975px){
  table{
  width: 650px;
}
}
@media screen and (max-width: 768px){
  table{
  width: 650px;
}
}
@media screen and (max-width: 700px){
  table{
  width: 300px;
}
}
