@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%;
  }

  .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: 35vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }

  .project-desc {
    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;
  }

  .why-arsenic {
    font-size: 35px;
    text-align: center;
    transform: rotate(-10deg);
    font-family: 'Poppins Regular', sans-serif;
    font-style: italic;
    margin-bottom: 5% !important;
    text-shadow: 2px 2px 2px black;
  }

  .container-fluid{
    background: linear-gradient(#2DCFFF, #714BFF);
    width: 100%;
    color: white;
    margin: 0 30px;
    position: absolute;
    margin-top: -13%;
    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;
  }

  p{
    margin-bottom: 3% !important;
    margin-top: 3% !important;
  }


.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;
}

.collaborations p {
  margin-top: 0 !important;
}
