@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{
    background-color: rgb(30, 30, 30);
}
body{
    margin: 0%;
    color: white;
    font-family: 'Montserrat' sans-serif;
}
h1{
    font-family: 'Montserrat Alternates';
    color: white;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #818181; 
}
::-webkit-scrollbar-thumb {
    background: #434343; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.navbutton{
    color: black;
    margin: 2.5vw;
    position: fixed;
    border-radius: 40px;
    display: flex;
    height: 4.5vw;
    width: 4.5vw;
    background-color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 250%;
    cursor: pointer;
    transition: background-color 250ms;
}
.navbutton:hover{
    background-color: #93f6ff;
}
.logo{
    position: fixed;
    right: 0;
    height: 15%;
}
.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;
}
.main{
    display: block;
    padding: 128px;
    color: white;
    background-color: rgb(30, 30, 30);
    font-weight: 400;
    text-align: center;
}
.introcontainer{
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin-bottom: 5vh;
    height: 75vh;
    display: grid;
    background-color: rgba(0, 0, 0, 0.38);
    background-image: url(https://static.igem.wiki/teams/4324/wiki/header-images/header-bg-all-colours-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}
.imgcutter{
    background-color: white;
    aspect-ratio: 1/1;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.introcontainer .imgcutter{
    height: 45vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0);
}
.carriers .imgcutter{
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.headerimg{
    filter: opacity(.5);
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mainheading{
    font-family: 'Montserrat Alternates';
    white-space: nowrap;
    color: rgb(250, 252, 233);
    font-size: 7vw;
    text-align: center;
    letter-spacing: 8px;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -120%);
}
.info-container{
    padding-left: 10%;
    padding-right: 10%;
}
.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);
}
.carriers{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.pfp{
    width: 100%;
    height: auto;
    background-color: white;
}
.carriers .imgcutter {
    width: 30%;
    margin-right: 30px;
}
.carriers p{
    width: 100%;
    height: 100%;
    text-align: left;
}
.carriers .imgcutter, .carriers p{
    float: left;
}
.accoridioncontainer{
    display: inline-block;
    width: 100vh;
}
.accordion{
    background-color: #d2bf2f;
    align-self: flex-start;
    position: relative;
    color: black;
    cursor: pointer;
    padding: 18px;
    height: 50%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.active, .accordion:hover{
    background-color: #fff28b;
}
.panel{
    width: 37vw;
    padding: 0 18px;
    background-color: rgb(52, 52, 52);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: 'Montserrat', sans-serif;
}
.lightblue{
    background-color: #64e3f1 !important;
}
.blue{
    background-color: #0daab5 !important;
}
.darkblue{
    background-color: #0c7b83 !important;
}
.break{
    height: 10px;
}
h2{
    font-family: 'Montserratbold', sans-serif;
    font-size: 4vw;
    color: #f7e134;
}
h3{
    font-family: 'Montserratbold', sans-serif;
    font-size: 2vw;
    color: #ecb9db;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    font-weight: normal;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2vw;
    letter-spacing: 1px;
}
figure{
    margin-top: 20px;
    margin-bottom: 20px;
    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-family: 'Montserrat';
    font-size: 1.5vw;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
}
a{
    color: #64e3f1;
    text-decoration: underline;
}
li{
    font-family: 'montserrat', sans-serif;
    font-size: 1vw;
    margin-bottom: 10px;
}
iframe{
    width: 100%;
    height: 70vh;
}
.candycontainer{
    position: relative;
}
.candycontainer svg{
    position: absolute;
    bottom: -50px;
}
.candy{
    animation: candypopup1 500ms ease 0s 1 normal forwards;
}
body table{
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-size: 1vw;
    border-collapse: collapse;
    text-align: center;
    color: white;
}
.maintable, .maintable th, .maintable td{
    border: 2px solid white;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}
.tableheader{
    font-family: 'Montserratbold';
    background-color: #ff97dc64;
}
td img{
    max-width: 100%;
}
.footer{
    background-color: white;
    padding: 2%;
}
.footer h3{
    margin-left: 50px;
}
.footertable tr td a{
    text-decoration: none;
    color: inherit;
}
.logotable{
    max-width: 100vw;
}
.logotable tr td{
    max-width: 20vw;
    padding-left: 5%;
    padding-right: 5%;
}