@font-face {
    font-family: "Montserrat";
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/montserrat-regular.ttf');
}
@font-face {
    font-family:"Montserratbold" ;
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/montserrat-bold.ttf');
}
@font-face {
    font-family: 'Montserrat Alternates';
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/montserratalternates-regular.ttf');
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/montserratalternates-extrabold.ttf');
}
@font-face {
    font-family: "Roboto Mono";
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/robotomono-regular.ttf');
    src: url('https://static.igem.wiki/teams/4324/wiki/fonts/robotomono-bold.ttf');
}
html{
    margin: 0%;
    padding: 0%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #818181; 
}
::-webkit-scrollbar-thumb {
    background: #434343; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.navbutton{
    font-family: 'Roboto Mono', monospace;
    margin: 50px;
    border-radius: 35px;
    display: grid;
    position: fixed;
    height: 70px;
    width: 70px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    align-content: center;
    font-weight: bold;
    font-size: 40px;
    cursor: pointer;
    transition: all 250ms;
}
.navbutton:hover{
    background-color: #93f6ff;
}
.sidenav{
    height: 93.6vh;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
    transition: 0.5s;
}
.sidenav a, .dropdown {
    cursor: pointer;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: flex;
    transition: 0.3s;
    font-family: 'Roboto Mono';
    background: none;
    border: none;
    text-align: left;
    align-items: center;;
}
.dropdown{
    width: 100%;
}
.sidenav a:hover, .dropdown:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.dropdown-container{
    display: none;
    background-color: #262626;
    padding-left: 8px;
    text-overflow: none;
    transition: all 0.3s;
}
.dropdown-container a{
    font-size: 20px !important;
}
.active1{
    color: white;
    background-color: #1a7b84;
}
.dropdown-pointer{
    position: absolute;
    padding-right: 20px;
    right: 0px;
}
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.main{
    display: block;
    padding: 10vw;
    color: white;
    background-color: rgb(30, 30, 30);
    font-weight: 400;
    text-align: center;
}
.menubar{
    display: flex;
    position: fixed;
    height: 75px;
    width: 100%;
    background-color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index:99;
} 
.introcontainer {
    background: rgba(0, 0, 0, 0.8);
    background-image: url(https://static.igem.wiki/teams/4324/wiki/bricksmalldark0010-1-350.jpeg);
    background-blend-mode: darken;
    height: calc(100vh - 18px);
}
.introtext{
    text-align: center;
    font-size: xx-large;
    background-size: cover;
    background-color: rgba(47, 47, 47, 0.323);
    border-radius: 20vw;
    box-shadow: 0 0 50px 0 rgba(47, 47, 47, 0.323), 0 0 1000px 0 rgba(30, 30, 30);
    padding: 5vw;
    line-height: 150%;
}
.infocontainer{
    padding: 64px;
    float: right;
    box-shadow: 0 0 10px lightgray;
    background-color: white;
    border-radius: 5px;
    width: 50%;
    text-align: center;
}
.information{
    padding: 5%;
    margin-top: 5%;
    background-color: rgb(30, 30, 30);
    box-shadow: 0 4px 20px 0 rgba(250, 252, 233, 0.15), 0 4px 30px 0 rgba(250, 252, 233, 0.10);
}
.complex{
    font-family: 'Roboto Mono';
    border-radius: 10px;
    background-color: #0a0a0a;
    padding: 5%;
    text-align: left;   
    margin-top: 30px;
}
#problemblob{
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(https://static.igem.wiki/teams/4324/wiki/deadfield.jpeg);
    background-size: cover;
    background-blend-mode: darken;
    padding: 10%;
    font-size: x;
}
.colourchange {
    animation: color-change 3s infinite;
    font-family: 'montserratbold';
  }
body{
    font-family: 'Montserrat';
    background-color: black;
    padding: 0%;
    margin: 0%;
}
figure{
    height: 70vh;
    display: inline;
    font-family: 'Roboto Mono';
    color: #1a7b84;
}
figure img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure figcaption{
    font-size: 1.5vw;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
}
#small{
    font-size: 1vw;
}
#medium{
    font-size: 2vw;
}
#large{
    font-size: 3vw;
}
#xlarge{
    font-size: 4vw;
}
.textimage{
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    color: whitesmoke;
    align-items: center;
    justify-content: center;
}
.textimage img{
    padding-left: 50px;
    padding-right: 50px;
}
.hidden{
    opacity: 0;
    transition: all 1s;
}
.show{
    transition-delay: 100ms;
    opacity: 1;
}
.toplogo{
    position: fixed;
    right: 0;
    margin-top: 20px;
    height: 150px;
}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: scale();
    animation-name: animate;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    z-index: 99;
}
.gold{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10vw;
    margin: 5vw;
    animation: spinning 0.5s infinite linear;
    z-index: 0;
}
.footer{
    background-color: white;
}
.footer h3{
    margin-left: 50px;
}
.footertable tr td a{
    text-decoration: none;
    color: inherit;
}
td img{
    max-width: 100%;
}
iframe{
    width: 100%;
    height: 70vh;
}
.dinner::before{
    content: '';
    color: #f7e134;
    animation: dinner 12s infinite ;
}
/*put animations here please*/
@keyframes color-change {
    0% { color: white; }
    50% { color: #00eaff; }
    100% { color: white; }
  }
@keyframes fadeIn{
    0% {
        opacity: 0;
        padding-bottom: 100px;
    }

    100% {
        opacity: 1;
        padding-bottom: 0;
    }
}
@keyframes animate {
    0% {
      filter: drop-shadow(0px 0px 1px #fff)
      drop-shadow(0px 0px 3px #fff)
      drop-shadow(0px 0px 10px #80fff2)
      drop-shadow(0px 0px 30px #4dd3ff)
      drop-shadow(0px 0px 50px #12b7c6);
    }
  
    100% {
      filter: drop-shadow(0px 0px 3px #fff)
      drop-shadow(0px 0px 6px #fff)
      drop-shadow(0px 0px 15px #80fff2)
      drop-shadow(0px 0px 40px #4dd3ff)
      drop-shadow(0px 0px 60px #00eaff); 
    }
}
@keyframes dinner {
    0%{
        content: "dinner";
        color: #f7e134;
    }
    10%{
        content:"veggies";
    }
    20%{
        content: "lunch";
        color: #0daab5;
    }
    30%{
        content: "breakfast";
        color: #ecb9db
    }
    40%{
        content: 'steak';
    }
    50%{
        content: 'noodles';
        color: #0daab5;
    }
    60%{
        content: 'salad';
    }
    70%{
        content: "chicken nuggies";
    }
    80%{
        content: 'sushi';
    }
    90%{
        content: 'fruit';
        color: #ecb9db
    }
    100%{
        content: 'dinner';
    }

}
@keyframes spinning {
    0%{
        rotate: 360deg;
    }
    100%{
        rotate: 0deg;
    }
}