body { padding-top: 56px; }
.left-aligned { margin-left: auto; }

.bg-dark {
    background-color:#000;
}

.divcss5 {background: #000; color :#FFF;}

.sec {
    height: 70vh;
    position: relative;
    z-index: 10;
}

h2{
    text-align: center;
    margin-top: 40px;
}

table{
    width: 70%;
    text-align: center;
    font-size: 15px;
    margin-left: 0px;
    margin-bottom: 40px;
    background-color: #1f2225;
}

th,td,tr {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    padding: 5px;
}

li{
    padding-left: 20px;
}

ul{
    font-size: 18px;
    padding-left: 0px !important;
}

.sec h1 {
    font-size: 40px;
    margin-top: 20vh;
}

it{
    font-style: italic;
}

.center{
    display: block;
    margin: auto;
}

.sidebar {
    margin-left: 30px;
    margin-top: 0px;
    padding: 0;
    width: 18%;
    background-color: #000;
    position: sticky;
    height: 100vh;
    top: 95px;
    border-radius: 0px 20px 20px 0px;
    align-self: flex-start;
}

.sidebarTab {
    margin-left: 30px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    overflow: clip;
  }

.sidebarTab.bl:hover {
    font-size: 20px;
    color:#5b6fff !important;
    font-weight: bold;
}

.sidebarTab.gr:hover {
    font-size: 20px;
    color:#4FC67F !important;
    font-weight: bold;
}

.sidebarTab.yl:hover {
    font-size: 20px;
    color:#eead4c !important;
    font-weight: bold;
}


.bg-home {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/biostone-home-final.png"); 
    background-attachment: fixed;
    background-position: center;
    width: 119%;
}

.bg-team{
    background-image: url("https://static.igem.wiki/teams/4863/wiki/team-photo.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 119%;
}

.bg-description { 
    background-image: url("https://static.igem.wiki/teams/4863/wiki/description-background.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 119%;
}  

.bg-contribution { 
    background-image: url("https://static.igem.wiki/teams/4863/wiki/contribution-background.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
} 

.bg-engineering {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/eng-back.jpg"); 
    width: 120%;
}

.bg-attribution {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/attribution-bg2.jpg"); 
    background-position: center;
    width: 120%;
}

.bg-experiments {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/experiments-bg.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-notebook {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/notebook-bg.png"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-result {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/result-bg.png");
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-safety {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/safety-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-hp {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/wechatimg398.png");
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-education {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/education.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-modelling {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/modelling-bg.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-sustainability {
    background-image: url("https://static.igem.wiki/teams/4863/wiki/sus-bg.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.bg-hardware{
    background-image: url("https://static.igem.wiki/teams/4863/wiki/hardware-bg.jpg"); 
    background-attachment: fixed;
    background-position: center;
    width: 120%;
}

.nav-link{
    color: white !important;
    font-weight: normal;
}

.nav-link.blue:hover {
    color:#5b6fff !important;
}

.nav-link.green:hover {
    color:#4FC67F !important;
}


.dropdown-item {
    color: #000;
    font-weight: normal;
}

.dropdown-item.blue:hover{
    color:#5b6fff !important;
    font-weight: bold;
}

.dropdown-item.green:hover{
    color:#4FC67F !important;
    font-weight: bold;
}

.container a:hover{
    transition-duration:0.3s;
    text-decoration: underline;
    font-weight:normal;
    margin-left: 0;
    margin-right: 0;
}

.navbar-brand{
    color: #000;
}

.fulldiv{
    width: 100%;
    margin: 0px;
}

.text-transparent {
    color: transparent;
}

.social {
    margin-inline: 20px;
    display: inline;
}

.contactDiv {
    width: 60%;
    color: white;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    color: white;
    margin-right: 15px;
}

/* 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: rgb(20, 107, 223); text-decoration: underline; }
