body {
    padding-top: auto; 
    font-family: 'Ivy Sans', sans-serif; /* Use the font family */
}
.left-aligned { margin-left: 56px; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #2D2D2D; }

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

.full-width-background {
    margin-left: -2000px;
    margin-right: -2000px;
   }
.full-width-viewer {
margin-left: -104px;
margin-right: -104px;
}
.fwb-green {
background-color: #7AC955;
}

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

@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Ivy Sans';
    src: url('https://static.igem.wiki/teams/5380/fonts/ivystylesans-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}