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

*{
    font-family: 'Poppins', sans-serif;
}

/* Bannner styles */
.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/notebook-banner.jpg);
    background-position: center;
    background-size: cover;
}

.notebook_icon{
    visibility: hidden;    
}

.banner_text{
    color: white;
    font-size: 90px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  p{
    font-weight: 600;

  }
  .months{
    padding-bottom: 80px;
  }

  .notebook{
    margin-top: 30px;
    margin-left: 150px;
    margin-right: 150px;
    border: 0px ;
    border-left: 5px #122331 solid;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3px;
    color:  #122331;
    transition: all 0.5s ease;
}

h2{
    padding: 20px 10px 20px 50px;
}
h4{
    color:  #204a6d;
}

/* Plus/minus button----------------------------------*/
.ground{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color:  #122331;
    margin-left: 835px;
}
.june{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color:  #122331;
    margin-left: 905px;

}
.july{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color:  #122331;
    margin-left: 900px;
}
.august{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color: #122331;
    margin-left: 886px;
}
.september{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color:  #122331;
    margin-left: 882px;
}
.october{
    border: none;
    font-size:35px;
    background:  white;
    font-weight: bolder;
    cursor: pointer;
    color:  #122331;
    margin-left: 872px;
}
/* End of Plus/minus button -------------------------------- */

#grd_content, #content, #content_1, #content_2, #content_3, #content_4 {
    display: none;
    width: 100%;
    margin: 5px;
    padding-left: 40px;
    padding-right: 70px;
    color: #204a6d;
  }

.content-heading{
    font-size: 20px;
    font-weight: bolder;
    color: #204a6d;
}

.notebook-heading{
    display: flex;
    justify-content: space-between;
}

.lab_team{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.notebook_list{
    padding-left: 50px;
}
.notebook_list li{
    list-style: square;
    font-weight: 900;
}
/* ------------------ */
.kick-off_picture, .GPS_module, .gene_annotation{
    margin-left: 200px;
}
.logo_brainstorm, .GPS_module_sentence{
    margin-left: 400px;
}

.kick-off_sentence, .gene_annotation_sentence{
    margin-left: 200px;
}

.logo_brainstorm_sentence{
    margin-left: 400px;
}
/* ------------------ */




  /* Tablet landscape */
@media screen and (max-width: 1490px){
    h3{
        top: 30%;
        font-size: 95px;   
      }
    #grd_content,#content, #content_1, #content_2, #content_3, #content_4 {
        display: none;
      }
    .body_section .banner{
        background-position: center;
        height: 70vh;
    }
    .banner_text{
        top: 40%;
    }
    h2{
        display: none;
        font-size: 20px;
        padding: 10px 5px 10px 20px;

    }
    .notebook_icon{
        visibility: visible;
        padding: 20px 50px 20px 10px;
        font-size: 20px;
    }
    .ground,.june, .july, .august, .september, .october{
        border: none;
        font-size:35px;
        font-weight: bolder;
        background:  white;
        cursor: pointer;
        margin-left: 21px;
        color: #122331;
    }
    .notebook{
        margin-top: 30px;
        margin-left: 110px;
        margin-right: 110px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        color: #204a6d;
        
    }
    
    .notebook-heading{
        display: flex;
        justify-content: none;
    }
    
}
@media screen and (max-width: 1280px){
    .body_section .banner{
        background-position: center;
    }
    h3{
        top: 50%;
        font-size: 85px;
        
      }
      #grd_content,#content, #content_1, #content_2, #content_3, #content_4 {
        display: none;
      }
     
    .lab_team{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .lab_team img{
        padding-top: 20px;
    }
    .GPS_module{
        padding-top: 20px;
    }

    .kick-off_picture, .GPS_module, .gene_annotation{
        margin-left: 0px;
    }
    .logo_brainstorm, .GPS_module_sentence{
        margin-left: 0px;
    }
    
    .kick-off_sentence, .gene_annotation_sentence{
        margin-left: 0px;
    }
    
    .logo_brainstorm_sentence{
        margin-left: 0px;
    }

}

@media screen and (max-width: 1024px){
    h3{
        top: 30%;
        font-size: 95px;   
      }
    #grd_content, #content, #content_1, #content_2, #content_3, #content_4 {
        display: none;
      }
    .body_section .banner{
        background-position: center;
        height: 40vh;
    }
    .banner_text{
        top: 25%;
    }
    h2{
        display: none;
        font-size: 20px;
        padding: 10px 5px 10px 20px;

    }
    .notebook_icon{
        visibility: visible;
        padding: 20px 50px 20px 10px;
        font-size: 20px;
    }
    .ground, .june, .july, .august, .september, .october{
        border: none;
        font-size:35px;
        font-weight: bolder;
        background:  white;
        cursor: pointer;
        margin-left: 21px;
        color: #122331;
    }
    .notebook{
        margin-top: 30px;
        margin-left: 110px;
        margin-right: 110px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        color: #204a6d;
        
    }
    
    .notebook-heading{
        display: flex;
        justify-content: none;
    }
}
/* End of Tablet landscape */


/* Tablet portrait */
@media screen and (max-width: 970px){
    h3{
        top: 30%;
        font-size: 95px;   
      }
    #grd_content, #content, #content_1, #content_2, #content_3, #content_4 {
        display: none;
      }
    .body_section .banner{
        background-position: center;
        height: 40vh;
    }
    .banner_text{
        top: 25%;
    }
    h2{
        display: none;
        font-size: 20px;
        padding: 10px 5px 10px 20px;

    }
    .notebook_icon{
        visibility: visible;
        padding: 20px 50px 20px 10px;
        font-size: 20px;
    }
    .ground, .june, .july, .august, .september, .october{
        border: none;
        font-size:35px;
        font-weight: bolder;
        background:  white;
        cursor: pointer;
        margin-left: 21px;
        color: #122331;
    }
    .notebook{
        margin-top: 30px;
        margin-left: 110px;
        margin-right: 110px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        color: #204a6d;
        
    }
    
    .notebook-heading{
        display: flex;
        justify-content: none;
    }
   
    .lab_team{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .kick-off_picture, .GPS_module, .gene_annotation{
        width: 350px;
        margin-left: 0px;
    }
    .logo_brainstorm, .GPS_module_sentence{
        margin-left: 0px;
    }
    
    .kick-off_sentence, .gene_annotation_sentence{
        margin-left: 0px;
    }
    
    .logo_brainstorm_sentence{
        margin-left: 0px;
    }
}
/* Tablet portrait */




/* mobile mode */

@media screen and (max-width: 700px){
    h3{
        top: 25%;
        font-size: 45px;
      }
    h2{
        display: none;
        font-size: 20px;
        padding: 10px 5px 10px 20px;

    }
    .banner_text{
        top: 25%;
        font-size: 60px;
    }
    .notebook_icon{
        visibility: visible;
        padding: 20px 50px 20px 10px;
        font-size: 20px;
    }
    
    
    .body_section .banner{
        height: 35vh;
        background-position: center;
    }
    .ground, .august, .june, .july, .september, .october{
        border: none;
        font-size:30px;
        background:  white;
        cursor: pointer;
        color:  #122331;
        margin: 5px 5px 5px 30px;
        font-weight: bolder;

        
    }
    .notebook{
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        color: #204a6d;
        
    }
    .notebook-heading{
        display: flex;
        justify-content: none;
    }
    #grd_content, #content, #content_1, #content_2, #content_3, #content_4 {
        display: none;
        width: 100%;
        margin: 5px;
        padding-left: 30px;
      }
      .lab_team{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .lab_team img{
        width: 270px;
        padding-top: 20px;
    }
    .kick-off_picture{
        width: 280px;
    }
    .GPS_module{
        padding-top: 20px;
        width: 300PX;
    }
    .gene_annotation{
        width: 280px;
    }
}
