


body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero {
  background: linear-gradient(45deg, #155bd5,#5bc0de);
  background-image:url("https://static.igem.wiki/teams/4283/wiki/homepage/homepage-abstract-background.jpg");
  background-size:cover;
  background-position:center;
  position:relative;
}
.bg-con { background-color: var(--primary); }

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

.index-cover{
  width:100%;
  height:1100px;
  background-image: url("https://static.igem.wiki/teams/4283/wiki/homepage/homepage-cover.jpg") ;
  background-size:cover;
  background-position:center;
  position:relative;
}
.index-cover-button{

  background-color:rgba(0,0,0,0.6);
  position:absolute;
  bottom:400px;
  left: 500px;
}

.colla-cover{
  width:100%;

  background-image: url("https://static.igem.wiki/teams/4283/wiki/collaboration/collaboration-cover.jpg") ;
  background-size:cover;
  background-position:center;
  position:relative;
}
.colla-cover-button{

  background-color:rgba(0,0,0,0.6);
  position:absolute;
  bottom:400px;
  left: 500px;
}


.sponsors {
  padding-top: 27px;
  font-size: 18px;
}
.sponsors li {
  display: inline-block;
  margin-right: 15px;
}
.sponsors li:last-child {
  margin-right: 0;
}
.sponsors a {
  font-size: 18px;
  color: var(--dark-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#loading {
    background: url('https://static.igem.wiki/teams/4283/wiki/loading.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999999;
}
