@font-face {
  font-family: myFirstFont;
  src: url(https://static.igem.wiki/teams/4418/wiki/artesy-free.ttf);
}
body { padding-top: 0px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #66CCCC; }

aside{
    float: left;
    padding-top: 5em;
}
.navbar-logo{
  position: absolute;
  top: -5px;
  left: 10px;
  width: 4%;
  z-index: -1
}
.text-black{
  color:rgb(0, 0, 0)
}
.bg-footer{
  background-color: #fff;
  opacity:0.9
}
.text-blue {
  text-align: center;
font-family: myFirstFont;
font-size: 120px;}

.nav-item {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.goalicon{
  height: 1em;
}

.goal-heading{
    font-size: 6em;
   display: flex;
align-items: center;
justify-content: center;
}


.modalT {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalT-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.sub-navigation-content {
  padding:2em 0;
  border-right: solid 3px #66CCCC;
  max-width: 220px
}
.sub-navigation-chapter a{
  color: #212832;
  font-size: 1.2em;
  padding: 0.3em 0.3em 0 0.5em;
  display: block
}
a.main-nav-link.active {
  font-weight: normal;
  color: #66CCCC;
}
.main-nav-link {
  cursor: pointer;
  text-decoration: none;
  font-weight:bold;
}
#to-top-arrow a, #to-top-arrow a:visited, #to-top-arrow a:active{
  color: #66CCCC;
  font-size: 2em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.5em 1em 0 2em;
  display: block
}

#to-top-arrow a:hover{
  color: #66CCCC;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* Class that is added to subnav by JS to keep it sticky */
.sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 1em;
}

/*Carousel*/
.sections-container{
  width: 90%;
  margin:  auto;
}

.carousel {
  overflow: hidden;
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/7;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider section {
    width: 25%;
}
/*** ***/

.main-body {
  margin: 50px;
}

/********* cool link Courtesy of Leiden 2020 **************/

/* for side navbar */

.cool-link::after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  top: -0.5em;
  opacity: 0;
  height: 3px;
  background: #66CCCC;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cool-link:hover::after {
  width: 90%;
  height: 3px;
  opacity: 1;
  position: relative;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.cool-link2::after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 3px;
  background: #66CCCC;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cool-link2:hover::after {
  width: 90%;
  height: 3px;
  position: relative;
  opacity: 1;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* for IHP collapsible sections */

p.ihp_input{
  text-align:left;
}
p.ihp_integration{
  text-align:right;
}
h3.ihp_input{
  text-align:left;
}
h3.ihp_integration{
  text-align:right;
}

.content-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em
}
.content-wrap h2 {
  font-size: 1.3em;
}

.content-wrap p{
  padding-top: 0.3em;
}
.question-hp {
  width: 53%;
}
.question-content{
  display: block;
  border-right: solid 3px #66CCCC;
  padding-right: 2em;
}

.integration-hp {
  width: 45%;
}

.popout{
width: 100%;
margin: 1.5em auto;
position: relative;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
scroll-margin-top: 79px;
max-width: 1000px;
padding-top: 1em;

}

.collapsible::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 5px;
  width: 95%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #66CCCC;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.collapsible:hover::before{
  height: 25px;
}

.collapsible {
  outline : none !important;
}

.collapsible-content {
    max-height: 0;
    position: relative;
    overflow-y: hidden;
    width:95%;
    -webkit-transition: all 0s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collapsible-content-wrapper {
  margin: auto;
  text-align: justify;
  width: 80%;
  padding: 1em  0;
} 
.collapsible-content-wrapper h2 {
  font-size: 1.5em;

}


.collapsible::after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #212832;
  border-radius: 3px;
  width: 95%;
  z-index: -1;
}



/* 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:#66CCCC }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: rgb(0, 0, 0); text-decoration: none; }
footer a:hover { color: #66CCCC; }
footer .social-media-handle {width: 48px;}
footer .sponsor {width: 128px;}

/* Generated on: Sat Oct 08 2022 15:23:15 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{height:auto}input[type='search']{-webkit-appearance:none}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.container {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  clear: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  clear: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  float: right;
  clear: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  float: left;
  mix-blend-mode: normal;
}

.image {
  position: relative;
  padding-right: 93px;
  padding-left: 85px;
  float: none;
}

.list {
  position: -webkit-sticky;
  position: sticky;
  left: 3px;
  right: 23px;
  display: block;
  padding-right: 64px;
  padding-left: 33px;
}

.paragraph {
  padding-right: 150px;
  padding-left: 150px;
  float: none;
  clear: none;
}

.heading {
  padding-left: 160px;
}

.testimonial-slider-large {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 80px 30px;
  float: none;
  clear: none;
  background-color: #ffffff;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-slider-two {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.testimonial-info-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.hero-heading-left {
  position: relative;
  padding: 80px 30px;
  background-color: #ffffff;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
  width:100%;
}


.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  background-color: #ffffff;
}

.hero-stack {
  position: relative;
  padding: 80px 30px;
  background-color: #ffffff;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}

/*** tooltip ***/
/*maybe implement a flash on click instead of just highlight */
li:target {
  background-color: #66CCCC;
}
/* what does this do?*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:hover {
  text-decoration: none;
}


[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* attributions, inspired by Korea SIS */

.attributions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.attribution-box {
    margin: 30px 100px 0px 100px;
    display: flex;
    border-radius: 20px;
}
h2.attribution-name{
  font-size: 1.5em;
}
.attribution-text{
  padding: 10px;
  overflow: auto;
  margin-left: 1rem;
}
img.attribution-img{
  border-radius: 0.5em;
  height: 12em;
  width: auto;
  
}
div.figurecenter{
  display: flex;
  justify-content: center;
}
img.figurecenter{
  max-width:100%;
  overflow:auto;
}
p.figurecaption{
  font-style: italic;
  text-align: center;
}
blockquote{
  font-size: 1.5em;
  font-style: bold;
  text-align: center;
}
.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
