@import url("./css/chillax.css");

body {
  padding-top: 0;
  background-color: black;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #242d2a !important;
  opacity: 0.9;
}
.bg-hero {
  background-color: #45b06cff;
}
/* .parts a{
  text-decoration: none !important;
  color: #042117;
} */
ul.nosqr {
  list-style-type: none;
}
/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}

/*************************** 
             Menu 
   ***************************/
nav .container {
  max-width: 1920px;
  margin-left: 4.346%;
}
nav {
  background-color: #242d2a;
  opacity: 92%;
  width: 100%;
  height: 69px;
}
.dropdown-toggle::after {
  content: none !important;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 777px) {
  .navbar-brand img {
    height: 50px;
  }
  .nav-item {
    background-color: darkcyan;
  }
}
.nav-item {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  height: 69px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.nav-item a {
  font-family: "Chillax-Extralight";
  color: #c0d8d0 !important;
  font-size: 15pt;
  word-spacing: 0.3vw;
}
.nav-item:hover {
  color: #071c15;
  background-color: #33cc99;
}
.dropdown-menu {
  background-color: #33cc99;
  min-width: 0;
  width: -webkit-fill-available;
  width: -moz-min-content;
  border: 0;
  border-radius: 0;
  margin-top: 5px !important;
}
.dropdown-menu.show {
  animation: f-in 0.6s;
}
@keyframes f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu a {
  font-family: "Chillax-Light";
  color: #093525 !important;
  text-align: center;
  font-size: 12pt;
  word-spacing: 15pt;
  overflow-wrap: break-word;
}
.dropdown-item {
  padding: 0;
}
.dropdown-item:hover {
  background-color: #33cc99;
  color: #ceeae0 !important;
}
.dropdown-menu .divider {
  height: 0.25pt;
  margin: 15pt 0;
  background-color: #178757;
  overflow: hidden;
  width: 85%;
  margin-inline: auto;
}
ul > li:first-child > a.dropdown-item {
  margin-top: 20px;
}
ul > li:last-child > a.dropdown-item {
  margin-bottom: 20px;
}
ul.navbar-nav > li:first-child {
  padding-left: 30px;
  padding-right: 30px;
}
ul.navbar-nav > li:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

/*************************** 
            Layout 
   ***************************/

/*** Home Stucture ***/
header {
  display: grid;
}
.home-bg {
  height: 100vh;
  background-image: url("https://static.igem.wiki/teams/4583/wiki/team/home-pic-bg00.png");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding: 0 0 20vw 0;
  animation: f-in 3s;
}
.header-title {
  max-width: 70vw;
  position: relative;
  top: 40vh;
  left: 5vw;
  margin: 10px;
  animation: f-in 5s;
}
.row {
  --bs-gutter-x: 0;
}
.container-fluid {
  padding: 0 !important;
  background-color: rgb(170, 210, 170);
}
.home-box {
  margin: 0 auto;
  width: auto;
  height: auto;
  text-align: center;
}
figcaption {
  font-family: "Chillax-Light";
  font-size: 3vh;
  text-align: center;
  /*font-style: oblique;*/
  padding-bottom: 1.6vw;
}
/*** Fade Animation ***/
.hidden {
  opacity: 0 !important;
  transition: 1s !important;
}
.fade-Xin-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.6s;
}
.fade-Xin-right {
  opacity: 0;
  transform: translateX(100%);
  transition: 0.6s;
}
.fade-Xin-show {
  opacity: 1;
  transform: translateX(0);
}
.fade-Yin-top {
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.6s;
}
.fade-Yin-show {
  opacity: 1;
  transform: translateY(0);
}
.fadeB {
  animation: fadeB 1.5s;
}
@keyframes fadeB {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
/***************************
           Home
    **************************/
.wrapper-home {
  width: 100%;
  background-image: url("https://static.igem.wiki/teams/4583/wiki/team/home-pic-darkbg.png");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-blend-mode: darken;
}
.particle {
  width: 7.3376px;
  height: 7.3376px;
  left: 0;
  top: 0;
  border-radius: 50%;
  position: absolute;
  background: #ff3366;
  transition: 2s;
}
/***** Earth *****/
.wrapper-earth {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 79px;
  overflow: hidden;
  margin: 0 0 15vw 0;
}
.bg-earth {
  position: absolute;
  top: 13vw;
  width: 100vw;
  left: 20vw;
  text-align: center;
  z-index: 9;
}
.bg-earth img {
  width: 100vw;
  transition: 2s;
}
.bg-earth-content {
  font-family: "Chillax-Bold";
  font-size: 20vw;
  color: #33cc99;
  opacity: 9%;
  text-align: left;
  position: absolute;
  left: -5vw;
  width: 110vw;
  height: 100vh;
  line-height: 50vh;
  padding: 0 0 10vh 0;
}
.earth-title {
  font-family: "Chillax-Semibold";
  font-size: 4.5vw;
  color: #c0d8d0;
  text-align: left;
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: 70vw;
  transition: 3s;
}
.earth-text {
  font-family: "Chillax-Extralight";
  font-size: 1.35vw;
  min-inline-size: 10px;
  color: #afddcd;
  text-align: left;
  position: absolute;
  top: 25vw;
  left: 5vw;
  width: 30vw;
  transition: 3s;
}
/***** Waiting *****/
.waiting {
  font-family: "Chillax-Medium";
  font-size: 2vw;
  min-inline-size: 10px;
  color: #afddcd;
  text-align: center;
  position: relative;
  padding-top: 10vw;
  padding-bottom: 10vw;
  width: 100%;
  margin: 15vw 0 0 0;
}
/***** Timeline *****/
.wrapper-timeline {
  width: 100%;
  height: 100vh;
  display: grid;
  align-content: stretch;
  justify-content: center;
  margin: 15vw 0;
  padding: 10vh 0;
  position: relative;
  top: 79px;
}
.wrapper-timeline img {
  width: 95vw;
  height: auto;
}
.line-upper-text {
  font-family: "Chillax-Light";
  font-size: 1.5vw;
  min-inline-size: 10px;
  color: #c0d8d0;
  text-align: left;
  position: relative;
  left: 5vw;
  width: 30vw;
}
.line-bottom-text {
  font-family: "Chillax-Light";
  font-size: 1.3vw;
  min-inline-size: 10px;
  color: #c0d8d0;
  text-align: center;
  position: relative;
  right: 5vw;
  display: grid;
  justify-content: end;
}
.virtural-block {
  height: 80px;
  opacity: 0;
}
/***** Numbers *****/
.wrapper-numbers {
  position: relative;
  width: 100%;
  height: 200vh;
  top: 79px;
  overflow: hidden;
  display: grid;
  align-content: center;
  row-gap: 25vh;
  margin: 15vw 0;
}
.wrapper-numbers p {
  position: absolute;
  font-family: "Chillax-Extralight";
  font-size: 1.8vw;
  color: #c0d8d0;
  word-spacing: 0.2vw;
  opacity: 0.9;
}

.wrapper-numbers b {
  position: absolute;
  font-family: "Chillax-Bold";
  font-size: 10.8vw;
  color: #ff3366;
  word-spacing: -0.5vw;
  opacity: 0.9;
  top: 5%;
  left: 41%;
}

.top-t {
  left: 18vw;
  top: 1.5vw;
}

.bot-t {
  right: 18vw;
  bottom: 0.6vw;
  margin-bottom: 0;
}

.num-abd {
  display: grid;
  justify-content: center;
  position: relative;
  align-items: start;
}

.num-abd span {
  position: absolute;
  font-family: "Chillax-Medium";
  font-size: 2.4vw;
  word-spacing: -0.5vw;
  color: #ff3366;
  opacity: 0.9;
  top: 55%;
  left: 56%;
}

.wrapper-numbers img.pic {
  width: 70vw;
  max-height: 33vh;
  opacity: 60%;
}

.num-02 {
  display: grid;
  justify-content: center;
  position: relative;
  align-items: start;
}

.num-peri {
  display: grid;
  justify-content: center;
  position: relative;
  align-items: end;
}

.num-peri img.pic {
  width: 70vw;
  max-height: 33vh;
  opacity: 60%;
}

/***** Graph *****/
.wrapper-graph {
  position: relative;
  width: 100%;
  height: 200vh;
  top: 79px;
  overflow: hidden;
  display: grid;
  align-content: space-evenly;
  margin: 15vw 0;
}
.graph {
  display: grid;
  justify-items: end;
  position: relative;
}
.graph-pic {
  display: grid;
  justify-items: center;
}
.graph-pic img {
  margin: 0;
}
.graph p {
  font-family: "Chillax-Light";
  font-size: 1.5vw;
  min-inline-size: 10px;
  color: #c0d8d0;
  text-align: right;
  position: relative;
  right: 5vw;
  width: 30vw;
  display: grid;
  align-content: end;
}
#graph-bottom-text {
  font-family: "Chillax-Regular";
  font-size: 1.8vw;
  min-inline-size: 10px;
  color: #33cc99;
  text-align: center;
  display: grid;
}
#graph-bottom-text > p > b {
  font-family: "Chillax-Bold";
}
/***** Gradient *****/
.wrapper-gradient {
  background: url("https://static.igem.wiki/teams/4583/wiki/team/home-pic-background2.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: left;
  position: relative;
  width: 100%;
  height: 120vh;
  top: 79px;
  overflow: hidden;
  display: grid;
  align-content: space-evenly;
  justify-content: end;
  grid-auto-flow: column;
}

#gradient-phb {
  display: grid;
  justify-content: center;
  align-content: center;
  top: 10vh;
  width: 60vw;
  transform: rotateZ("90");
  transition: 2s;
}

#gradient-phb img {
  height: 68vh;
}
.gradient-text {
  display: grid;
  justify-content: center;
  width: 40vw;
  padding-right: 4vw;
}
.phb-spacing-bar {
  width: 100%;
  height: 7px;
  background-color: #33cc99;
  position: relative;
  top: 79px;
}
.grd-top {
  display: grid;
  justify-content: end;
  margin-right: 15vh;
}
b#grd-poly {
  font-family: "Chillax-Regular";
  font-size: 3.5vh;
  color: #18513d;
  text-align: end;
  letter-spacing: 0.2vw;
  padding-right: 4%;
}
b#grd-phb {
  font-family: "Chillax-Bold";
  font-size: 25vh;
  line-height: 1.1;
  color: #18513d;
  letter-spacing: 0.8vw;
  text-align: end;
}
b#grd-white {
  line-height: 6.5vh;
  height: 6.5vh;
  width: 97%;
  background-color: #239b70;
  border-radius: 3.8vw;
  text-align: center;
  font-family: "Chillax-Medium";
  font-size: 2.2vh;
  color: #c0d8d0;
  letter-spacing: 0.3vw;
}
.grd-ftr {
  margin-top: 15vh;
  margin-right: 15vh;
  display: grid;
  justify-content: end;
  font-family: "Chillax-Light";
  font-size: 3.2vh;
  color: #18513d;
  padding-right: 4%;
  text-align: end;
}

@media screen and (max-width: 777px) {
  .nav-item {
    height: 10vh;
  }
  .nav-item a {
    text-align: center !important;
  }
  .dropdown-menu {
    min-width: 50vw;
  }

  #gradient-phb {
    opacity: 0;
  }

  .gradient-text {
    width: 100vw;
  }
}
/***** Introduction *****/
.wrapper-introduction {
  position: relative;
  width: 100%;
  top: 79px;
  overflow: hidden;
  display: grid;
  margin: 15vw 0;
}
.bg-intro-content {
  font-family: "Chillax-Bold";
  font-size: 20vw;
  color: #33cc99;
  opacity: 13%;
  text-align: center;
  position: absolute;
  width: 100vw;
  line-height: 50vh;
  margin-top: 5vw;
  display: grid;
  align-content: center;
  row-gap: 50px;
}
.home-short-bar {
  position: relative;
  width: 10vw;
  height: 0.4vw;
  background-color: #65cea8;
  top: 20px;
  left: -25px;
}
.fir {
  font-family: "Chillax-Bold";
  margin-top: 5vw;
  line-height: 1;
  font-size: 3.5vw;
  color: #c0d8d0;
  word-spacing: -0.25vw;
}
.sec {
  font-family: "Chillax-Regular";
  margin-top: 15vh;
  margin-left: 3rem;
  font-size: 1.5vw;
  color: #33cc99;
  word-spacing: 0.5vw;
}
.sec > p > b {
  font-family: "Chillax-Bold";
}
.sec p {
  margin-bottom: 0;
}

.box-3 {
  display: flex;
  justify-content: space-around;
  margin-top: 12vh;
}

#intro-thr b {
  background-color: #33cc99;
  opacity: 0.8;
  border-radius: 1.6vw;
  font-weight: normal;
  width: 20vw;
  height: 7vw;
  line-height: 7vw;
  color: #042117;
  font-family: "Chillax-Semibold";
  font-size: 2.8vw;
  text-align: center;
}

#intro-thr b:hover {
  opacity: 100%;
}
/* challenges */
.wrapper-challenges {
  position: relative;
  width: 100%;
  top: 79px;
  overflow: hidden;
  display: grid;
}
.wrapper-challenges > .container > .sec > p > b {
  font-family: "Chillax-Bold";
}
.bg-cha-content {
  font-family: "Chillax-Bold";
  font-size: 20vw;
  color: #33cc99;
  opacity: 13%;
  text-align: center;
  position: absolute;
  width: 100vw;
  line-height: 50vh;
  word-spacing: -0.25vw;
  display: grid;
  row-gap: 50px;
  margin-top: 5vw;
}
.cha .fir {
  font-family: "Chillax-Bold";
  margin-top: 5vw;
  line-height: 1;
  font-size: 3.5vw;
  color: #c0d8d0;
  word-spacing: -0.25vw;
}

.cha .sec {
  font-family: "Chillax-Regular";
  margin-top: 15vh;
  margin-bottom: 15vh;
  margin-left: 3rem;
  font-size: 1.5vw;
  color: #33cc99;
  word-spacing: 0.5vw;
}

.squ-2 {
  display: flex;
  justify-content: space-around;
}

.QS {
  display: flex;
  max-width: 30vw;
}

.squ-2 > .rel {
  max-width: 30vw;
}

.squ-2 > .rel:hover {
  src: "https://static.igem.wiki/teams/4583/wiki/team/home-pic-02b.png";
}
.cha img {
  position: relative;
  width: 30vw;
}

/* about us */
.wrapper-about {
  position: relative;
  width: 100%;
  height: 150vh;
  top: 79px;
  overflow: hidden;
  display: grid;
}
.bg-about-content {
  font-family: "Chillax-Bold";
  font-size: 20vw;
  color: #33cc99;
  opacity: 13%;
  text-align: left;
  position: absolute;
  width: 130vw;
  line-height: 50vh;
  word-spacing: -0.25vw;
  margin-top: 5vw;
  left: -10vw;
}
.about .fir b {
  font-family: "Chillax-Bold";
  margin-top: 5vw;
  line-height: 1;
  font-size: 3.5vw;
  color: #c0d8d0;
  word-spacing: -0.25vw;
}
/******************************************************
                          Inside pages 
         ******************************************************/
.inp-bg {
  height: 100vh;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  display: grid;
  align-content: center;
  animation: f-in 2s;
}
.inp-title {
  display: grid;
  justify-content: center;
  text-align: left;
  color: #33cc99;
  font-family: "Chillax-Bold";
  font-size: 8vw;
  animation: f-in 3s;
}
.wrapper-inp {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  display: grid;
  align-content: center;
  position: relative;
}
.spacing-bar {
  width: auto;
  height: 7px;
  background-color: #33cc99;
  position: relative;
}
.wiki-content {
  background-color: white;
  font-family: "Chillax-Regular";
  font-size: 2vh;
  color: #030511;
  padding: 4vw;
  margin-left: 17%;
}
.sidenav-wrapper {
  height: 100%;
  display: flex;
  position: absolute;
  margin-left: 0;
}
.sidenav {
  margin-top: 40px;
  font-family: "Chillax-Regular";
  font-size: 1.2vh;
  color: #bdf2df;
  padding-left: 2vw;
  padding-right: 2vw;
  line-height: 3vh;
  position: sticky;
  top: 89px;
  align-self: self-start;
}
.sidenav a:hover {
  color: #33cc99;
}
.sidenav a {
  color: #bdf2df;
  text-decoration: none;
}
#progress-container {
  position: fixed;
  left: 16.6666666667%;
  top: 69px;
  height: 100%;
  width: 4px;
}
#progress-bar {
  width: 3px;
  background-color: aquamarine;
  height: 0%;
}
.sidenav strong {
  color: #33cc88;
  font-weight: normal;
}

/*********<<<***<<<  Masonry  >>>***>>>*********/
.card {
  list-style: none;
  position: relative;
  border: none;
  background-color: black;
  opacity: 90%;
}
.card-body {
  background-color: black;
  opacity: 90%;
}
.wrapper-team .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.reveal-on-scroll {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(+15%);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.reveal {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.card-body > h2 {
  font-family: "Chillax-Bold";
  color: #c0d8d0;
  font-size: 2vw;
  word-spacing: -3.75px;
}
.card-body small.text-muted {
  font-family: "Chillax-Regular";
  font-size: 1.1vw;
  color: #33cc99 !important;
  word-spacing: 0.5vw;
}

/*****<<< NOTEBOOK >>>*****/
* {
  margin: 0;
  padding: 0;
}
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 75%;
  position: relative;
}
.timeline-container {
  transition: 0.2s;
}
.timeline-header-title {
  font-family: "Chillax-Bold";
  font-weight: normal;
  font-size: 5vw;
  display: flex;
  justify-content: center;
  color: white;
  opacity: 0.9;
}
.timeline-header-subtitle {
  font-family: "Chillax-Regular";
  font-weight: normal;
  font-size: 3vw;
  display: flex;
  justify-content: center;
  color: white;
  opacity: 0.9;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
}
.timeline-content img {
  width: 100%;
}
.timeline-content-title {
  font-family: "Chillax-Bold";
  font-weight: normal;
  font-size: 2vw;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: white;
}
.timeline-content-desc {
  font-family: "Chillax-Bold";
  font-weight: normal;
  font-size: 1vw;
  margin: 0;
  box-sizing: border-box;
  color: #33cc99;
  line-height: 2.5vw;
}
.timeline::before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: #33cc99;
  opacity: 0.07;
}
@media only screen and (max-width: 777px) {
  .timeline::before {
    left: 40px;
  }
}
.timeline-item {
  padding: 200px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item::before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: #33cc99;
  opacity: 0.5;
  font-size: 2vh;
  font-family: "Chillax-Regular";
  border-left: 2px solid #33cc99;
  top: 70%;
  margin-top: -5px;
  margin-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even)::before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-right: 2px solid #33cc99;
  padding-right: 15px;
  opacity: 0.5;
}
.timeline-item-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
/*,.m,*/
.timeline-item-active::before {
  top: 50%;
  transition: 0.3s and 0.2s;
  opacity: 1;
  padding-left: 10px;
}
.timeline-item-active .timeline-content-title {
  margin: 50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline img {
  max-width: 80%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.card-body p {
  font-family: "Chillax-Light";
  font-size: 1.1vw;
  color: #c0d8d0;
}

/***************** 
      Graphic-Design 
      *****************/
.gd-t1 {
  font-family: "Chillax-Semibold";
  font-size: 4.7vh;
  color: #33cc99;
  text-decoration: none;
}

.gd-t1:hover {
  color: #33cc99;
}

.gd-t2 {
  font-family: "Chillax-Semibold";
  font-size: 4vh;
  color: #33cc99;
  text-decoration: none;
}

.gd-t2:hover {
  color: #33cc99;
}

.gd-t3 {
  font-family: "Chillax-Semibold";
  font-size: 3.2vh;
  color: #33cc99;
  text-decoration: none;
}

.gd-t3:hover {
  color: #33cc99;
}

/* list-style-image: url("https://static.igem.wiki/teams/4583/wiki/graphic-design/liststyle.png"); */
.wiki-content ul {
  list-style-type: square;
  text-align: left;
  margin-bottom: 4vh;
}

.wiki-content b {
  font-family: "Chillax-Semibold";
  color: #33cc99;
}

#colorlump {
  display: flex;
  justify-content: end;
  margin: 15px;
}

.colorlump-folded {
  height: 300px;
  width: 13.4%;
  transition: 1s;
  display: grid;
  align-items: end;
}

.colorlump-folded p {
  font-family: "Chillax-Light";
  font-size: 3vh;
  color: white;
  opacity: 0;
  transition: 1s;
  padding-left: 20px;
}

.hide {
  opacity: 0;
  position: fixed;
}

.show {
  opacity: 1 !important;
  transition: 1s;
}

.colorlump-unfolded {
  width: 46.8%;
  transition: 1s;
}

figcaption {
  font-size: 1.2vh;
  margin: 10px;
}
/**************  // tale-pf // **************/
.table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #33cc99;
  line-height: 4.5vh;
}

.table-text {
  list-style-type: square;
  margin-left: 4%;
  color: #33cc99;
  margin-bottom: 0 !important;
}

.table-text p {
  color: #030511;
  margin-bottom: 0;
}

#table-pf-switch {
  height: 20px;
  margin-right: 4% !important;
}

.switch-open {
  background: url("https://static.igem.wiki/teams/4583/wiki/graphic-design/button-open.png") !important;
}

.table-wrapper {
  display: grid;
}

.table-pf-wrapper > p {
  font-family: "Chillax-Regular";
  font-size: 2.5vh;
  color: #042117;
  text-align: center;
}

.table-pf th {
  font-family: "Chillax-Semibold";
  font-size: 2vh;
  color: white;
  text-align: center;
  border-width: 1.5px;
  background-color: #33cc99;
  padding: 5px;
}

.table-pf td {
  font-family: "Chillax-Regular";
  font-size: 1vh;
  border-width: 1.5px;
  background-color: #fbfffe;
  padding: 5px;
}
.table-pf li {
  list-style-type: disclosure-closed;
}

#table-fo-switch {
  height: 20px;
  margin-right: 4% !important;
}

.table-fo ul {
  font-family: "Chillax-Semibold";
  font-size: 4vh;
  color: #33cc99;
}

.table-fo p {
  font-family: "Chillax-Regular";
  font-size: 3vh;
  padding-left: 6%;
  padding-right: 6%;
}

.table-fo b {
  padding-left: 0;
}
.table-fo ul {
  font-family: "Chillax-Semibold";
  font-size: 4vh;
  color: #33cc99;
  list-style-type: disclosure-closed;
}

.table-fo td {
  display: flex;
}

.table-fo td > li {
  font-family: "Chillax-Regular";
  font-size: 3vh;
  color: #33cc99;
  list-style-type: square;
  padding-left: 6%;
}

/**************  // diff-color // **************/
#diff-color {
  display: flex;
  justify-content: space-between;
  margin-top: 10px !important;
  margin: 4vw;
}

#diff-color div {
  min-width: 30%;
}
#diff-color p {
  font-family: "Chillax-Bold";
  font-size: 4vh;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#diff-img {
  transition: 1s;
}
.diff-lump-off {
  background-color: #9de0c8;
  transition: 1s;
}

.diff-lump-on {
  background-color: #33cc99;
  transition: 1s;
}

/***************** 
     Engineering 
      *****************/

#table-24st-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-10st-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-re-switch {
  height: 20px;
  margin-right: 4% !important;
}

#reference p {
  font-size: 1vh;
}

/***************************
           Hardware
    **************************/
.blacktext li {
  color: #030511;
  font-family: "Chillax-Regular";
  font-size: 2vh;
}
.blacktext li b {
  color: #33cc99;
  font-family: "Chillax-Semibold";
}

/***************************
           Modeling
    **************************/
.formula {
  text-align: center;
}

/***************************
           Experiments
    **************************/

.ex-note {
  background-color: #e1f7f0;
  margin: 10px;
  padding: 2vh;
}

.ex-sub {
  font-size: 0.8vh;
}

#table-01-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-02-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-03-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-04-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-05-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-06-switch {
  height: 20px;
  margin-right: 4% !important;
}

#table-07-switch {
  height: 20px;
  margin-right: 4% !important;
}

/***************************   
                 footer      
   **********************************/

/* background */
footer {
  background-image: url("https://static.igem.wiki/teams/4583/wiki/team/tab-pic-logo02.png");
  background-size: auto 12rem;
  background-repeat: no-repeat;
  background-position: 100% 83%;
}
footer a {
  color: #c0d8d0;
  font-family: "Chillax-Light";
  font-size: 10.5px;
  word-spacing: -3.75px;
  text-decoration: none;
}
footer a:hover {
  color: #33cc99;
  text-decoration: none;
}
b.sign:hover {
  background-color: #33cc99;
  border-radius: 25px;
}

/* 3 title */
footer b.cap {
  display: flex;
  color: #c0d8d0;
  font-size: 22.5px;
  font-family: "Chillax-Bold";
  word-spacing: -3.75px;
}
footer b.mid {
  justify-content: center;
}

/* fir part */
footer > .container > .row > .fir {
  margin-top: 0;
  font-size: 2.8vw;
}
.logo-1 {
  display: flex;
  justify-content: start;
}
.logo-1 img {
  width: 70px;
  margin-right: 1.3rem;
}
.logo-2 {
  margin-top: 10px;
  height: 40px;
}

/* sec part */
footer > .container > .row > .sec {
  margin-top: 0;
  margin-left: 0;
}
.line {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
footer .logo {
  margin-top: 1.4rem;
}
footer .logo img {
  width: 40px;
}

/* tir part */
.text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 1.5rem;
}
b.sign {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #323f3a;
  font-family: "Chillax-Bold";
  color: #c0d8d0;
  font-size: 15.75px;
  word-spacing: -3.75px;
  text-align: center;
  float: left;
}
.in-t {
  padding-left: 2.5rem;
}

/* copyright  */
b#rig {
  color: #33cc99;
  font-family: "Chillax-Bold";
  font-size: 13.5px;
  word-spacing: 3.75px;
  text-align: center;
}
a#rig {
  color: #33cc99;
  font-family: "Chillax-Bold";
  font-size: 13.5px;
  word-spacing: 3.75px;
  text-align: center;
}
a#rig:hover {
  color: #c0d8d0;
  text-decoration: underline;
}

@media only screen and (max-width: 760px) {
  footer .row {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  footer .col {
    margin-bottom: 1.3rem;
  }
  footer .fir b {
    justify-content: center;
  }
  footer .foot-logos {
    text-align: center;
  }
  footer .logo-1 {
    justify-content: space-evenly;
  }
  footer .logo-2 {
    height: 3.3rem;
  }
  footer .logo img {
    width: 45px;
    padding-right: 10px;
  }
}

/***************************   
             loading      
   **********************************/
#loading {
  background-color: #4510;
  height: 100vh;
  /* width: 100vw; */
  /* position: fixed; */
  margin-top: 0px;
  top: 0px;
  display: grid;
  justify-content: center;
}

#loading-center {
  width: 100vw;
  position: absolute;
}

#loading-center-absolute {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.over-h {
  overflow: hidden;
}
