body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #012169; }
.bg-main{
  margin-bottom: 3rem;
  width: 100%;
  height: 350px;
  display: flex;
  background-image: url('https://static.igem.wiki/teams/4234/wiki/bg.png');
  background-size: 100% 100%, 500% 500%;
  background-repeat: no-repeat, no-repeat;
}

.bg-index{
  margin-bottom: 3rem;
  width: 100%;
  height: 620px;
  display: flex;
  background-image: url('https://static.igem.wiki/teams/4234/wiki/homepage-final.gif');
  background-size: 100% 100%, 500% 500%;
  background-repeat: no-repeat, no-repeat;
}

.bg-mid-blue{ background-color: #00539B;} 
.bg-footer{ 
    position: relative;
    width: 100%;
    background: #012169;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;                             
    }

    figure {
      padding: 25px;
      margin: auto;
      text-align: center
    }
    
    figcaption {
      padding: 5px;
      text-align: center;
    }    


/* 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; }

.square-image{
			height: 200px;
			width: 200px;
			object-fit: cover;
		}

    h1 {
      text-align:center;
      font-weight: bold;
      font-size: 5rem;
      letter-spacing: 0.15em; 
      color: #99e3fe;
      text-shadow: 0 0 10px #00b3ff,
                   0 0 20px #00b3ff,
                   0 0 40px #00b3ff,
                   0 0 80px #00b3ff,
                   0 0 120px #00b3ff;
    }

    h2 {
      font-weight: bold;
      color: #012169;
    }

	.text-blue {
        color: #012169;
    }

    .text-mid-blue {
        color: #00539b;
    }

    .text-light-blue {
        color: #0577b1;
    }
    .text-glow{
        color: #56d0fe;
    }
    .text-glow-light{
        color: #99e3fe;
    }
    .hero{
        background-color: #16233f;
        /* background-color: #012169; */
    }

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

.wave {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height:100px;
  background: url("https://static.igem.wiki/teams/4234/wiki/igem-wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

/* Footer */

.social > a {
  margin: 0 1em;
  padding: 0 !important;
  opacity:0.4;
  position: relative;
  z-index: 1000;
}

svg path {
  fill: white;
}

.social > a:hover{ 
  opacity:1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.scrollbar{
  float: right;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #00539B;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid white;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #012169;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  margin-top: 10px;
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f0f1f1;
}

.collapsible:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}

table, td, th {
  border: 1px solid;
  padding: 8px;

}

table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
}

.navbar-custom {
  background-color: #012169;
}
