body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #45b06cff; }

/* 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-link{
    color:black;
}
.navbar-brand{
    color:white;
}

.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }

  .curved {
    position: relative;
    background: #2c3e50;
    height: 50vh;
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;
  }
  .custom-shape-divider-bottom-1696363051 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1696363051 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 98px;
}

.custom-shape-divider-bottom-1696363051 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1696368394 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1696368394 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 98px;
}

.custom-shape-divider-bottom-1696368394 .shape-fill {
  fill: #E1E1E1;
}
.custom-shape-divider-top-1696368954 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1696368954 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 98px;
}

.custom-shape-divider-top-1696368954 .shape-fill {
  fill: #FFFFFF;
}



@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url('https://static.igem.wiki/teams/4896/wiki/montserrat-variablefont-wght.ttf') format('ttf');
}

.custom-shape-divider-bottom-1696810380 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1696810380 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 61px;
}

.custom-shape-divider-bottom-1696810380 .shape-fill {
  fill: #000000;
}


.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 5px;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }    
}

.card img{
  height: 280px;
  object-fit: cover;
}

@media(max-width:768px){
  nav .container{
    display: flex;
    justify-content: space-between;
  }
  .navbar-brand{
    position: relative !important;
  }
  .homeheader{
    display: block !important;
    padding-left: 0px !important;
    text-align: center;
    margin-top:0px !important
  }
  .homeheader p{
    width: 80%;
    margin:0px auto;
  }

  .homeheaderr{
    height: auto !important;
    position: relative !important;
  }

  .homeheader div{
    width: 100% !important;
  }

  .scroll-downs{
    display: none !important;
  }
  #mission{
    margin-top: 0px !important;
    padding-top:40px;
    display: block !important;
    text-align: center;
  }
  #left{
    margin-top:0px !important;
    padding-left:0px !important;
  }
  #left p{
    margin: 0px auto;
  }
  #mission div{
    width: 100% !important;
  }
  #right{
    padding-right:0px !important;
    margin-top:20px;
  }
  .navbar{
    width: 100vw !important;
  }
}