body { padding-top: 56px; overflow-x: hidden; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #d1446f !important; }
.bg-hero { background-color: #45b06c; }

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

@font-face {
    font-family: 'nav';
    src: url('https://static.igem.wiki/teams/4965/wiki/font/verdanab-3.ttf');
}

/* FLEX 布局 */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* Navbar  */



/* header */
header {
    width: 100vw;
    margin-top: 24px;
}

header img {
    width: 100vw;
    height: auto;
}



/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }


.footer_container {
    
}




/* Container */
.page_container {
    background-color: #f4d4dd;
    max-width: 100vw !important;
    min-height: 100vh;
}

