@font-face { font-family: heading; 
    src: url('../static/Lato-Black.ttf'); }
    @font-face { font-family: body; 
        src: url('../static/Roboto-Medium.ttf'); }
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h2,h3, p{
    font-family: "body" !important;
}


body { 
z-index: 9;
border: 5vw solid #272F33; 
background-color: #F1ECE7;
}

main{
	padding: 3rem 0 2rem 0;
}
header .overlay{
	position: absolute;
	top: 5vw;
	width: 89.18vw;
	height: 500px;
	background: linear-gradient(0deg, #00000088 30%, #ffffff44 100%);
}

.custom-container{
    margin-bottom: 5rem;;
}

.path{
    z-index: -1;
    position:absolute;
    margin-top: 30rem;
    margin-right:30rem;
    scale: 1.2;
}
header .img-container{
	background-image: url(https://media.istockphoto.com/vectors/warli-art-vector-id1004222788?k=20&m=1004222788&s=170667a&w=0&h=TuZFVQYLWjqcAV612kptj9fmj324v4GT5qlJUjJlb10=);
	
	min-height: 500px;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



header #heading {
    
    margin-left: 3vw;
    position: absolute;
	/* top: calc(-5rem - 5vw); */
	z-index: 1;
}

header #heading h1 {
    background:  #272F33;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-family: "heading";
    font-weight: 700;
    font-size: calc(3rem + 4.5vw);
}


.bubble-flex{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.bubble-flex-left{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding-left: 2.5vw;
    padding-bottom: 5rem;
}



.bubble-flex-right{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	padding-left: 2.5vw;
}
.bubble-flex-center{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-left: 2.5vw;
}

.bubble-1{

	width: 25em;
	height:40em;
    margin-bottom: 5rem;
	border-radius: 250px 250px ;
	background-image: url(https://static.igem.wiki/teams/4372/wiki/home-1.jpg);
    background-position: left ;
    background-size: cover;
    background-repeat: no-repeat;

}

.bubble-2{

	width: 25em;
	height:40em;
    margin-bottom: 5rem;

	border-radius: 250px 250px 0 250px;
    background-image: url(https://static.igem.wiki/teams/4372/wiki/home-2.jpg);
    background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
}

.bubble-3{

	width: 25em;
	height:40em;
    margin-bottom: 5rem;

	border-radius: 250px 250px 250px 0;
	background-image: url(https://static.igem.wiki/teams/4372/wiki/home-2-1.jpg);
    background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
}

.bubble-4{
    
	width: 25em;
	height:40em;
    margin-bottom: 5rem;

	border-radius: 250px 250px ;
    background-image: url(https://static.igem.wiki/teams/4372/wiki/home-4.jpg); 
    background-size: cover;
        background-position: center ;
    background-repeat: no-repeat;
    
}

.mascot{
	position: relative;
	top: -20em;
	left: 45em;
	scale: 1.5;
}

.mascot-2{
	position: relative;
	top: -20em;
	left: 25em;
	scale: 1.5;
}

.mascot-3{
	position: relative;
	top: -20em;
	left: 50em;
	scale: 1.5;
}



.text-box{
	width: 30em;
}
.text-box p{
	font-family: 'Lato';
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 275;
    text-align: justify;
	font-size: 1.45em;
	line-height: 38px;
}


.para-textbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	align-content: flex-start;
}

.para-textbox h1{
	padding: 2em 0;
	font-size: 2.8rem;
}
.para-textbox p{
	padding-bottom: 3em; 
	text-align: justify;
	font-size: 1.6rem;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
}

.problem-textbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	align-content: flex-start;
}

.problem-textbox h1{
	padding: 2em 0;
	font-size: 2.8rem;
}
.problem-textbox p{
	padding-bottom: 3em; 
	font-size: 1.6rem;
	font-family: 'Roboto';
	font-style: normal;
	text-align: justify;

	font-weight: 200;}
	



/* TEAM */
.team-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	}
	
	.member1 {  height: 35rem; width:25rem; margin-bottom: 5rem;  border-radius: 250px 250px; background-image: url(https://static.igem.wiki/teams/4372/wiki/team1.jpg); background-position: center;  }
	.member2 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member3 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member4 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member5 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member6 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member7 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member8 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }
	.member9 {  height: 35rem; width:25rem; margin-bottom: 5rem; border-radius: 250px 250px ; background-color:#272F33 }

/* Collaboration */
.collaboration-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 4em;
	grid-row-gap: 5em;
	}
	
	







.left-aligned { margin-left: auto; }
.bg-dark { background-color: #F1ECE7; }
.bg-hero { background-color: #F1ECE7;
; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }




/* NAV */
/** * Fullscreen Switch **/

.navbar {
    transition: all 0.3s ease, transform 0.5s ease;
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
	height: 7.5rem;
    z-index: 1030;
	margin: 0 5vw;
}
.scroll-down .navbar {
    transform: translate3d(0, -100%, 0);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.scroll-up .navbar {
    transform: none;
}


#navbar-row {
   display: flex;
	flex-direction: raow;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center; 
}
#navbar-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 0px;
}
    
    .navbar-brand { grid-area: 1 / 1 / 2 / 2; 
    font-size: 2.25rem;}
    .controls { grid-area: 1 / 2 / 2 / 3; 
    display: flex;
justify-content: flex-end;
align-items: flex-end; }

.navbar-brand a{
    font-size: 2.25rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 200;
    margin-left: 1.5rem;
    transition: all 0.3s ease;
    color: white;
    display: flex;
    align-items: center;
}
.navbar-brand i.navbar-logo {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    background: url(https://static.igem.wiki/teams/4372/wiki/igem-logo-white.png);
    background-position: center;
    
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem;
}
.navbar-brand span {
    display: inline-block;
}
.navbar-brand span strong {
    font-weight: 600;
}
.navbar-brand:hover, .navbar-brand:visited {
    color: white;
}
.nav-colored {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.nav-colored .navbar-brand {
    color: black;
}
.nav-colored .navbar-brand:visited {
    color: black;
}
.nav-colored #menuSwitch .menu-icon {
    background-color: black;
}
.nav-colored #menuSwitch .menu-icon:before, .nav-colored #menuSwitch .menu-icon:after {
    background-color: black;
}
.nav-colored #themeSwitchWrapper {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.menu-open .navbar-brand {
    transform: translate(0%, 15%);
}
#progress-container {
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 6px;
    background-color: white;
    position: fixed;
    left: 0;
}
#progress-container #nav-progress-bar {
    height: 6px;
}
.nav-colored #progress-container {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

#navbar-row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}




#menuSwitch {
    cursor: pointer;
    padding: 20px 6px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    transition: transform 0.3s;
}
#menuSwitch .menu-icon {
    background-color: white;
    height: 3px;
    width: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
#menuSwitch .menu-icon:before {
    content: "";
    position: relative;
    bottom: 8px;
    left: 5px;
    background-color: #fff;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 2px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
#menuSwitch .menu-icon:after {
    content: "";
    position: relative;
    top: 5px;
    left: 5px;
    background-color: #fff;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 2px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
#fullscreenMenuWrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background: #181818;
}
#fullscreenMenuWrapper label {
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 100%;
    cursor: pointer;
    top: 32px;
    right: 30px;
}
#fullscreenMenuWrapper ul {
    list-style: none;
    transition: transform 0.5s;
    transition: opacity 0 !important;
    transform: translateY(-10%);
}
#main-nav.menu-open .navbar-brand {
    transform: translate(0%, 15%);
}
#main-nav.menu-open #themeSwitchWrapper {
    display: none !important;
}
#main-nav.menu-open #fullscreenMenuWrapper {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}
#main-nav.menu-open #fullscreenMenuWrapper ul {
    opacity: 1;
    transform: translateY(0);
}
#main-nav.menu-open #menuSwitch {
    transform: translate(0%, 25%);
    padding-left: 10px;
}
#main-nav.menu-open #menuSwitch:hover .menu-icon:after, #main-nav.menu-open #menuSwitch:hover .menu-icon:before {
    background-color: pink;
}
#main-nav.menu-open .menu-icon {
    background: black;
}
#main-nav.menu-open .menu-icon:before {
    transform: rotate(45deg);
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 2px;
}
#main-nav.menu-open .menu-icon:after {
    opacity: 1;
    transform: rotate(-45deg);
    top: -2px;
    left: 0;
    height: 2px;
}
/** * Fullscreen Menu Items **/
#fullscreenMenu {
    position: relative;
    justify-content: center;
    display: flex;
}
#fullscreenMenu .col-xl-3, #fullscreenMenu .col-xl-6 {
    background-color: #181818;
}
#fullscreenMenu .col-xl-3 {
    z-index: 0;
}
#fullscreenMenu .nav-header {
    height: 7vh;
}
#fullscreenMenu .teamLogo {
    height: 100px;
    padding: 1.2rem;
}
#fullscreenMenu #close-label {
    padding: 1.5rem;
}
#fullscreenMenu #close-label p {
    padding-right: 3.5rem;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    padding-top: 0.8rem;
    transition: all 0.3s;
}
#fullscreenMenu #close-label p:hover {
    color: pink;
    cursor: pointer;
}
#fullscreenMenu #close-label p.hover {
    color: pink;
    cursor: pointer;
}
#fullscreenMenu #contact-links {
    padding: 0 0 1rem 3rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#fullscreenMenu #contact-links li {
    display: inline-block;
    border-left: 1px solid #a4a4a4;
}
#fullscreenMenu #contact-links li:first-of-type {
    border-left: 0px;
}
#fullscreenMenu #contact-links li:first-of-type a {
    margin-left: 0;
}
#fullscreenMenu #contact-links li:first-of-type a i {
    margin-left: 0;
}
#fullscreenMenu #contact-links a {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 1rem;
    line-height: 1.3;
    font-size: 1.4rem;
}
#fullscreenMenu #contact-links a:hover {
    color: pink;
}
#fullscreenMenu #contact-links a:hover i {
    filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(0%) hue-rotate(208deg) brightness(94%) contrast(87%);
}
#fullscreenMenu #contact-links a span {
    display: inline-block;
}
#fullscreenMenu #contact-links i {
    display: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 15px;
    transition: all 0.2s;
    filter: brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(2%) hue-rotate(36deg) brightness(94%) contrast(88%);
}
#fullscreenMenu #contact-links i.email {
    background-image: url(../assets/icons/email.svg);
}
#fullscreenMenu #contact-links i.insta {
    background-image: url(../assets/icons/instagram-brands.svg);
}
#fullscreenMenu #contact-links i.twitter {
    background-image: url(../assets/icons/twitter-brands.svg);
}
#fullscreenMenu #contact-links i.sample {
    background-image: url(../assets/icons/sample.svg);
}
#fullscreenMenu .nav-footer {
    height: 7vh;
}
#fullscreenMenu #nav-headings {
    padding: 4rem 0 0 3rem;
    border: 0;
}
#fullscreenMenu #nav-headings > ul > li {
    margin-bottom: 0.7rem;
}
#fullscreenMenu #nav-headings > ul > li > a {
    transition: color 0.5s ease;
    color: white;
    text-decoration: none;
    line-height: 3rem;
    font-family: "Lato";
    font-weight: 300;
    font-size: 2.5rem;
    position: relative;
}
#fullscreenMenu #nav-headings > ul > li > a::before {
    width: 0;
    content: "";
    height: 1px;
    background-color: green;
    display: inline-block;
    bottom: 0.3em;
    position: relative;
    transition: width 0.25s, margin-right 0.25s;
}
#fullscreenMenu #nav-headings > ul > li > a:hover::before {
    width: 30px !important;
}
#fullscreenMenu #nav-headings li.active > a {
    color: green;
}
#fullscreenMenu #nav-headings li.active > a::before {
    width: 20px;
    margin-right: 5px;
}
#fullscreenMenu #nav-headings li.active .mobile-nav-items {
    padding-left: 25px;
}
#fullscreenMenu #nav-headings li.inactive a {
    color: rgba(124, 124, 124, 0.7);
}
#fullscreenMenu #nav-headings li.inactive .mobile-nav-items {
    padding-left: 0;
}
#fullscreenMenu .mobile-nav-items {
    padding-left: 0;
    transition: padding 0.3s ease, color 0.3s ease;
    display: none;
}
#fullscreenMenu .mobile-nav-items li a {
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 1.1rem;
    line-height: 1.5;
    transition: color 0.3s ease;
}
#fullscreenMenu .mobile-nav-items li a:hover {
    text-decoration: none;
    color: rgb(132, 217, 132);
}
#fullscreenMenu .tab-content {
    color: white;
}
#fullscreenMenu .tab-content .tab-pane {
    visibility: hidden;
    opacity: 0;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(1) {
    padding-top: 0.5rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(2) {
    padding-top: 3.6rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(3) {
    padding-top: 7.5rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(4) {
    padding-top: 11rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(5) {
    padding-top: 14.7rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(6) {
    padding-top: 18.3rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(7) {
    padding-top: 22.5rem;
}
#fullscreenMenu .tab-content .tab-pane:nth-of-type(8) {
    padding-top: 23.2rem;
}
#fullscreenMenu .tab-content .active {
    visibility: visible;
    opacity: 1;
    animation: opac 0.5s;
}
@keyframes opac {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
#fullscreenMenu #nav-items {
    padding: 4rem 4rem 0 0;
    transition: visibility 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 0;
}
#fullscreenMenu #nav-items li {
    padding: 0.25rem 0;
    text-align: right;
}
#fullscreenMenu #nav-items a {
    color: #CEA5F6;
}
#fullscreenMenu #nav-items a {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    text-decoration: none;
    padding-bottom: 8px;
    transition: color 0.5s;
}
#fullscreenMenu #nav-items a:hover, #fullscreenMenu #nav-items a:focus {
    color: #F56DE7;
}


@media only screen and (max-width: 1600px) {
    #fullscreenMenu #nav-headings > ul > li {
        margin-bottom: 0.25rem;
   }
    #fullscreenMenu #nav-headings > ul > li > a {
        font-size: 2rem;
   }
    #fullscreenMenu #nav-items a {
        font-size: 1.1rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(1) {
        padding-top: 0.5rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(2) {
        padding-top: 3.2rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(3) {
        padding-top: 6.5em;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(4) {
        padding-top: 9.7rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(5) {
        padding-top: 12.8rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(6) {
        padding-top: 15.5rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(7) {
        padding-top: 20rem;
   }
    #fullscreenMenu .tab-content .tab-pane:nth-of-type(8) {
        padding-top: 21rem;
   }
    #fullscreenMenu #contact-links a {
        font-size: 1.2rem;
   }
   .path{
    margin-top: 20rem;
    scale: 0.8;
   
}
    
    
}

@media only screen and (max-width: 1400px) {
    #fullscreenMenu #nav-headings {
        padding-left: 2rem;
   }
    #fullscreenMenu #nav-items {
        padding-right: 2rem;
   }
    #fullscreenMenu #contact-links {
        padding-left: 2rem;
   }
    
   .path{
    margin-top: 20rem;
    scale: 0.7;
   
}
}

@media only screen and (max-width: 1200px) {
    #fullscreenMenu .contact-button {
        display: none;
   }
    #fullscreenMenu .col-xl-3, #fullscreenMenu .col-xl-6 {
        border-width: 0;
   }
   .path{
    display:none;
   }
    
    
}


@media only screen and (max-width: 768px) {
    iframe{
Display:none;
}
    .navbar-brand {
        font-size: 1.75rem;
        margin-left: 0.75rem;
   }
    .navbar-brand i.navbar-logo {
        height: 2rem;
        width: 2rem;
   }
    #menuSwitch:before {
        top: -6px;
        width: 18px;
        height: 2px;
   }
    #menuSwitch:after {
        top: 4px;
        width: 18px;
        height: 2px;
   }
    #fullscreenMenu #nav-headings {
        padding-left: 2rem;
   }
    #fullscreenMenu #nav-headings > ul > li {
        margin-bottom: 0rem;
   }
    #fullscreenMenu #nav-headings > ul > li > a {
        font-size: 1.7rem;
        line-height: 1.7;
   }
    #fullscreenMenu #nav-headings > ul > li > a:hover::before {
        width: 0 !important;
   }
    #fullscreenMenu #nav-headings > ul > li.active > a:hover::before {
        width: 20px !important;
   }
    #fullscreenMenu #nav-items {
        display: none;
   }
    #fullscreenMenu .mobile-nav-items {
        display: block;
   }
    #fullscreenMenu #contact-links {
        flex-direction: column;
        padding-left: 2rem;
   }
    #fullscreenMenu #contact-links ul {
        margin-bottom: 0;
   }
    #fullscreenMenu #contact-links li {
        border: 0;
        margin: 0.5rem 0;
   }
    #fullscreenMenu #contact-links a {
        font-size: 1.1rem;
        margin: 0;
   }
    #fullscreenMenu #contact-links a i {
        display: inline-block;
   }
    #fullscreenMenu #contact-links a span {
        display: none;
   }
    
}

@media only screen and (max-width: 576px) {
    .navbar-brand {
        font-size: 1.5rem;
        margin-left: 0.5rem;
   }
    .navbar-brand i.navbar-logo {
        margin-right: 0.5rem;
   }
    #menuSwitch {
        margin-right: 5px;
   }
    #themeSwitchWrapper {
        margin-right: 0.5rem;
   }
    #themeSwitchWrapper #themeSwitch label.switch {
        margin: 0 0.5rem;
   }
    
    
}


.custom-container {
    background-image: url(https://static.igem.wiki/teams/4372/wiki/home-art.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}


.Team{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/team-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Attributions{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/attributions-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Collaborations{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/collaborations-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Notebook{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/notebook-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Contribution{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/contributions-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Project{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/collaborations-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}
.DryLab{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/dry-lab-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}
.Math{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/math-modelling-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.WetLab{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/wet-lab-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}


.Experiments{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/experiments-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Result{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/results-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Engineering{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/engineering-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Implementation{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/implementation-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Partnerships{
    background-image: url( https://static.igem.wiki/teams/4372/wiki/partnership-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Human{
    background-image: url(     https://static.igem.wiki/teams/4372/wiki/ihp-art.png
    );
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
}

.Integrated{
    background-image: url(     https://static.igem.wiki/teams/4372/wiki/ihp-art.png
    );
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;

}
.Education{
    background-image: url(     https://static.igem.wiki/teams/4372/wiki/education-and-outreach-art.png) !important
    ;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    margin-bottom: 5rem;
    
}


.Safety{
    background-image: url(https://static.igem.wiki/teams/4372/wiki/safety-art.png) !important;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}
.coll {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

