@font-face {
  font-family: 'Poppins Regular';
  src: url('https://static.igem.wiki/teams/4455/wiki/poppins-regular.ttf ') format('opentype');
}

.breadcrumb-class{
    padding-top: 6%;
    filter: blur(0) !important;
}

body{
    font-weight: 200;
    position: relative;
}

html{
    box-sizing: border-box;
    height: 100%;
}

.name{
  margin-top: 10px !important;
}

.colors {
    border: 1px solid black;
    margin: 25px auto;
    padding: 10px;
    background-color: black;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% {
      transform: translate3d(85px,0,0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.contributions {
    text-shadow: 2px 2px 2px black;
    color: white !important;
    font-size: 50px;
    text-align: center;
    font-family: 'Poppins Regular';
    margin-top: -9% !important;
}

.contribution-quote {
    font-size: 25px;
    text-align: center;
    font-family: 'Poppins Regular';
    font-style: italic;
    margin-bottom: 1% !important;
    text-shadow: 2px 2px 2px black;
}

.top-notch{
    background: linear-gradient(#2DCFFF, #714BFF);
    width: 100%;
    color: white;
    margin: 0 30px;
    position: absolute;
    margin-top: -12%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.content{
    margin: 0 10%;
    font-family: 'Poppins Regular', sans-serif;
}

.hero-image {
    background-image: url('https://static.igem.wiki/teams/4455/wiki/background.jpg');
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 23%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
}

.section-two{
    width: 100%;
    position: absolute;
    margin-top: -17%;
}

@media (min-height: 500px) {
    .modal-body { height: 400px; }
}

@media (min-height: 800px) {
    .modal-body { height: 600px; }
}

/* width */
::-webkit-scrollbar {
    width: 20px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2DCFFFcd;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2DCFFFcd;
  }

  .close{
    background-color:rgba(0, 0, 0, 1);
    color: white;
  }

  .column-one{
    text-align: center;
  }

  .column-two{
    text-align: center;
  }

  .row-one-images{
    text-align: center;
  }

  #frog-one{
    border-radius: 1000px;
    border: 5px solid white;
    padding: 0;
    transition-duration: .5s;
    height: auto;
  }

  #frog-one:hover{
    transform: scale(1.25);
  }

  #frog-two{
    border-radius: 1000px;
    border: 5px solid white;
    padding: 0;
    transition-duration: .5s;
    height: auto;
  }

  #frog-two:hover{
    transform: scale(1.25);
  }

  #frog-three{
    border-radius: 100000px;
    border: 5px solid white;
    padding: 0;
    transition-duration: .5s;
    height: auto;
  }

  #frog-three:hover{
    transform: scale(1.25);
  }

  .team-captain{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #3ef0ff;
    font-family: 'Poppins Regular', sans-serif;
    border-radius: 10px;
  }

  .wet-lab{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #9af9b2;
    font-family: 'Poppins Regular', sans-serif;
    border-radius: 10px;
  }

  .dry-lab{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #ffa77e;
    border-radius: 10px;
  }

  .wiki{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #d456fe;
    border-radius: 10px;
  }

  .wiki-lead{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #d456fe;
    border-radius: 10px;
  }

  .human-practices-lit{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #ff3eff;
    border-radius: 10px;
  }

  .human-practices-lead{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #ff3eff;
    border-radius: 10px;
  }

  .filter-prototyping{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #FF5555;
    border-radius: 10px;
  }

  .filter-prototyping-lead{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #FF5555;
    border-radius: 10px;
  }

  .modeling{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #FFF355;
    border-radius: 10px;
  }

  .modeling-lead{
    margin-top: 10px;
    padding: 1px 1px 1px 1px !important;
    background-color: #FFF355;
    border-radius: 10px;
  }

.modal{
    text-align: center;
    /*background-color: rgba(255, 255, 255, 1) !important;*/
    border-style: none !important;
}

.modal-title{
    font-size: 35px;
}

.modal-content{
    background-color: rgba(0, 0, 0, 0.65) !important;
    text-align: center !important;
}

.modal{
    background-color: rgba(255, 255, 255, 0.2);
}

.parent-div{
    position: relative;
}

.p{
  font-family: 'Poppins Regular', sans-serif;
}

.inside-parent-div{
    position: absolute;
}

.modal-body{
    height: 250px;
    overflow-y: auto;
}

.patras-image {
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
    top: 0;
    bottom: 0;
}

.the-patras-button{
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

/*Help*/

.breadcrumb-class{
    padding-top: 6%;
    filter: blur(0) !important;
}

body{
    font-weight: 200;
    position: relative;
}

html{
    box-sizing: border-box;
    height: 100%;
}

.colors {
    border: 1px solid black;
    margin: 25px auto;
    padding: 10px;
    background-color: black;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% {
      transform: translate3d(85px,0,0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.collaborations {
    text-shadow: 2px 2px 2px black;
    color: white !important;
    font-size: 50px;
    text-align: center;
    font-family: 'Poppins Regular', sans-serif;
    margin-top: -9% !important;
}

.five-teams {
    font-size: 25px;
    text-align: center;
    font-family: 'Poppins Regular', sans-serif;
    font-style: italic;
    margin-bottom: 5% !important;
    text-shadow: 2px 2px 2px black;
}

.top-notch{
    background: linear-gradient(#2DCFFF, #714BFF);
    width: 100%;
    color: white;
    margin: 0 30px;
    position: absolute;
    margin-top: -13.1%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.content{
    margin: 0 10%;
    font-family: 'Poppins Regular', sans-serif;
}

.hero-image {
    background-image: url('https://static.igem.wiki/teams/4455/wiki/background.jpg');
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 23%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
}

.section-two{
    width: 100%;
    position: absolute;
    margin-top: -17%;
}

.why-arsenic-description{
    margin-bottom: 2% !important;
}

.why-arsenic-description-two{
    margin-bottom: 2% !important;
}

.content-one{
    margin-bottom: 2% !important;
}

.another-description{
    margin-bottom: 2% !important;
}

.goals-and-progress{
    margin-bottom: 5% !important;
    font-size: 35px;
    text-align: center;
    text-shadow: 2px 2px 2px black;
}

.unordered-list{
    padding-right: 10% !important;
}

.row-one-images{
    margin-bottom: 2% !important;
    text-align: center !important;
}

.row-two-images{
    margin-bottom: 2% !important;
    text-align: center !important;
}

.row-three-images{
    margin-bottom: 2% !important;
    text-align: center !important;
}

.row-four-images{
    margin-bottom: 2% !important;
    text-align: center !important;
}

.modal{
    text-align: center;
    /*background-color: rgba(255, 255, 255, 1) !important;*/
    border-style: none !important;
}

.modal-title{
    font-size: 35px;
}

.modal-content{
    background-color: rgba(0, 0, 0, 0.8) !important;
    text-align: center !important;
}

.modal{
    background-color: rgba(255, 255, 255, 0.2);
}

.patras-image {
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
    top: 0;
    bottom: 0;
}

.the-patras-button{
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.parent-div{
    position: relative;
}

.inside-parent-div{
    position: absolute;
}

.modal-body{
    height: 250px;
    overflow-y: auto;
}

@media (min-height: 600px) {
    .modal-body { height: 500px; }
}

@media (min-height: 900px) {
    .modal-body { height: 700px; }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90);
  }

  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }

  .close{
    background-color:rgba(0, 0, 0, 1);
    color: white;
  }

  body:before{
    background-color: black;
    pointer-events: none;
    z-index: 100;
    opacity: 1 !important;
}

#special-priyati-image-one{
  width: 300px !important;
  margin: 0 auto !important;
}

#special-priyati-image-two{
  width: 80px !important;
}

#special-priyati-image-three{
  width: 75px !important;
}

.another-description{
  margin-bottom: 3% !important;
  font-size: 22px;
}

.another-description-image{
  margin-bottom: 3% !important;
  text-align: center;
}

.the-sub-sections{
  margin-bottom: 3% !important;
  font-size: 35px;
  text-shadow: 2px 2px 2px black;
}

.popup_name{
  top: -10% !important;
  font-size: 35px !important;

  position: -webkit-sticky;
  position: sticky;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 0px;
  background-color: #070c0d;
  z-index: 1;
}

.title_description{
  text-align: left;
  margin-left: 25px;
}
