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

.medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 90px;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
  .tables{
    align-items: center;
    margin-left: 200px;
  }
  .table_1 {
    font-family: arial, sans-serif;
    font-weight: bold;
    border-collapse: collapse;
    width: 500px;
    margin-left: 30px;
  }
  .table_2 {
    font-family: arial, sans-serif;
    font-weight: bold;
    border-collapse: collapse;
    width: 500px;
    margin-left: 40px;
  }
  .bronze_heading{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 450px;
    background: #ffffff;
    color: #cd7f32;
    border-radius:5px;
    width: 600px;
    border-right:3px #122331 solid;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .silver_heading{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 450px;
    background: #122331;
    color: #e5e5e5;
    width: 600px;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .gold_heading{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 450px;
    background: #ffffff;
    border-right:3px #122331 solid;
    color: #fdc500;
    width: 600px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  td, th {
    border: 2px solid black;
    text-align: left;
    padding: 8px;
  }
  a{
  color: rgb(130, 183, 201);
}
  tr:nth-child(odd) {
  background-color: #122e45;
    color:white;
}
  .tables{
    display: flex;
  }
  .gold_table,.silver_table{
    margin-left: 450px;
  }

  .medals_container{
    border-radius: 10px;
  }
  
@media screen and (max-width: 1280px){
  .medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 70px;
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
   .tables{
    display: block;   
     align-items:start;
     margin-left:45px;
  }
  .table_1, .table_2{
    margin-bottom: 30px;
    width: 650px;
    margin-left:300px;
  }
    .gold_table,.silver_table{
    margin-left: 35px;
  }

  .gold_heading, .silver_heading, .bronze_heading{
    width:740px;
    margin-left:300px;
  }
}
@media screen and (max-width: 1024px){
   .medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 70px;
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
   .tables{
    display: block;   
     align-items:start;
     margin-left:45px;
  }
  .table_1, .table_2{
    margin-bottom: 30px;
    width: 650px;
    margin-left:155px;
  }
    .gold_table,.silver_table{
    margin-left: 35px;
  }

  .gold_heading, .silver_heading, .bronze_heading{
    width:740px;
    margin-left:150px;
  }
 
  
}
@media screen and (max-width: 975px){
    .medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 70px;
    margin: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
   .tables{
    display: block;   
     align-items:start;
     margin-left:45px;
  }
  .table_1, .table_2{
    margin-bottom: 30px;
    width: 650px;
    margin-left:50px;
  }
    .gold_table,.silver_table{
    margin-left: 35px;
  }

  .gold_heading, .silver_heading, .bronze_heading{
    width:740px;
    margin-left:35px;
  }
  
}
@media screen and (max-width: 768px){
  .medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 70px;
    margin: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
   .tables{
    display: block;   
     align-items:start;
     margin-left:45px;
  }
  .table_1, .table_2{
    margin-bottom: 30px;
    width: 650px;
    margin-left:10px;
  }
    .gold_table,.silver_table{
    margin-left: 45px;
  }

  .gold_heading, .silver_heading, .bronze_heading{
    width:700px;
    margin-left:35px;
  }
  
  
}
@media screen and (max-width: 700px){
  .medal_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/first-place-medal.jpg);
    background-position: center;
    background-size: cover;
    overflow-y: auto;
}
.medal_banner_text{
    color: white;
    font-size: 70px;
    margin: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
  }
   .tables{
    display: block;   
     align-items:start;
     margin-left:45px;
  }
  .table_1, .table_2{
    margin-bottom: 30px;
    width: 300px;
    margin-left:0px;
  }
    .gold_table,.silver_table{
    margin-left: 45px;
  }

  .gold_heading, .silver_heading, .bronze_heading{
    width:350px;
    margin-left:15px;
  }
  
}

