body{ padding-top: 0%; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-image: url('https://2023.igem.wiki/plklfc-1/static/Untitled-Artwork_1.jpg') }


/* 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: rgb(0, 0, 0); font-weight: bold; text-decoration: none;}
footer a:hover { color: rgb(0, 0, 0); text-decoration: underline;}

nav li a {background-color: rgba(0, 119, 255,0);border: none;color: rgb(32, 32, 32);border-radius: 12px;}
nav li a:hover {background-color: rgba(0, 119, 255,0.3);border: none;color: rgb(32, 32, 32);border-radius: 12px;}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }