@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://static.igem.wiki/teams/4237/wiki/300.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://static.igem.wiki/teams/4237/wiki/400.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://static.igem.wiki/teams/4237/wiki/500.woff2) format('woff2');

}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url(https://static.igem.wiki/teams/4237/wiki/800.woff2) format('woff2');

}

:root {
    --dark-blue: #4d5b7a;
    --once_blue: #0A3655;
    --txt-light-blue:#309CE7;
}

html {
    scroll-padding-top: 100px;
}

body {
    padding-top: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background-color: var(--primary-color);
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    overflow-x: hidden;
    transition: all 200ms linear;
}

::selection {
    color: rgb(255, 255, 255);
    background-color: #051223;
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background-color: #051223;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #D6EBFA !important;
}

.bg-hero {
    background-color: #000000;
}

h1 {
    text-align: center;
    font-weight: 800!important;
}

.lead {
    text-align: center;
}


.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
}

.title{
}

/* footer */
footer *{
    color: var(--txt-light-blue);
}

footer a{
    color:#0A3655;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: var(--once_blue);
    text-decoration: underline;
}

