body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }

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

/* fonts */

@font-face {
    font-family: "Nunito";
    src: url("https://static.igem.wiki/teams/4174/wiki/fonts/nunito-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: url("https://static.igem.wiki/teams/4174/wiki/fonts/nunito-medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

b {
    font-weight: bold !important;
}

body {
    font-weight: normal;
    font-family: "Nunito", sans-serif !important;
}

.content-container {
    padding: 0 !important;
    position: relative;

    width: 100%;
    max-width: 100%;
    height: fit-content;

    display: flex;
    flex-flow: column nowrap;
}

#page-title {
    background-color: #5373a3;
    padding: 1rem;

    margin: 0 !important;

    text-align: center;

    color: #ebebeb;
}

.page {
    display: flex;

    flex-flow: row nowrap;

    width: 100%;
    height: 100%;

    justify-content: space-evenly;
    align-items: center;
}

.section {
    width: 100%;
    height: fit-content;

    margin: 1rem;
}

.section > * {
    width: calc(100% - 2rem);
}

/* Sidenav */

#sidenav {
    position: relative;

    min-width: 10rem;
    height: 100%;
    background-color: #033f63;

    color: white;

    padding: 0.5rem;

    align-items: flex-start;
}

#sidenav-content {
    position: absolute;

    width: 9rem;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.sidenav-item {
    border-top: white 1px;
    border-bottom: white 1px;

    padding: 0.5rem 0;

    text-decoration: none;
    text-align: center;

    color: white;
}

