body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }
.bg-filip { background-color: #56E39F;}
.bg-gabi {background-color: white;}
.bg-beige {background-color: #FEF4EB;}
.bg-darkblue{color: #0081A7;}
.bg-team { background: white url('https://static.igem.wiki/teams/4364/wiki/igem.png') no-repeat center;}
.bg-team2 { background: white url('https://static.igem.wiki/teams/4364/wiki/igem-1.png') no-repeat center;}
/*.bg-row {background: url('https://static.igem.wiki/teams/4364/wiki/igem-bulgaria.png') repeat ;}*/
.bg-team3 { background: #9fbfeb url('https://static.igem.wiki/teams/4364/wiki/igem-2.png') no-repeat left;}
.bg-team4 { background: #afb1ac url('https://static.igem.wiki/teams/4364/wiki/igem3.png') no-repeat left;}
.bg-magifalls{ background: url('https://static.igem.wiki/teams/4364/wiki/seljalandsfoss-1207956-1920.jpg')no-repeat;}
.bg-alexwater{ background: white url('https://static.igem.wiki/teams/4364/wiki/alexwater.jpg')no-repeat center;}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/*.menu-colors{
  background-color: #FEF4EB;
  color: #0081A7;
}*/

#bigBox {
border-radius: 100px 0 100px 0;
height: 300px;
}

#leftBox {
    float:left;

}

#rightBox {
float:right;
}
navbar {
    display: flex;
    justify-content: space-around;
    background-color: white;
    color: #0081A7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: baseline;
    padding-bottom: 0%
}



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