body, html {
    height: 100%;
    line-height: 1.6;
    background-color: #242526;
    color: #f0f0f0;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 16px;
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
}

h1 {font-size:2.4em}
h2 {font-size:2em}
h3 {font-size:1.6em}
h4 {font-size:1.33em}
h5 {font-size:1.2em}
h6 {font-size:1.1em}

a {
    font-weight: 400;
}

.bg-dark-1 {
    background-color: #242526;
    color: #f0f0f0;
}

.bg-dark-2 {
    background-color: #3d3e40;
    color: #f0f0f0;
}

.bg-dark-3 {
    background-color: #555659;
    color: #f0f0f0;
}

.center-maxwidth {
    max-width: 1280px;
    margin: 0 auto;
}

.w3-button {
    font-weight: 400;
}

div.valign-block {
    height: 100%;
    width: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

hr.single {
    border-top: solid 1px black;
    width: 100%;
    padding: 0;
    margin: 0;
}

div#navbar {
    height: 60px;
}

div#navbar div {
    height: 100%;
}

div#navbar h1 {
    margin: 0;
    font-size: 1.2em;
    letter-spacing: -0.01em;
    font-weight: 400;
    text-transform: uppercase;
    color: #242526;
}

div#navbar .w3-bar-item {
    height: 100%;
}

div#navbar .bar-logo {
    padding: 0 0 0 16px;
}

a.anchor-offset {
    position: relative;
    top: -60px;
    display: block;
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

body {
    padding-top: 60px;
}

.cover {
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

footer table.links-container {
    margin: 0 auto;
}

footer table.links-container td {
    vertical-align: middle;
    padding: 16px;
}

@media only screen and (max-width: 600px) {
    footer table.links-container td {
        display: block;
    }
}

footer ul.attributions {
    list-style: none;   
    margin: 1em 0;
    padding: 0;
}

footer ul.resources {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

footer ul.resources li {
    display: inline-block;
    margin: 0 0.5em;
}

div.blog-image {
    text-align: center;
}

div.blog-image img {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.33);
}

div.blog-image span.caption {
    display: inline-block;
    font-style: italic;
    margin: 0.5em 0;
}

header.blog {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    height: 33.33%;
    overflow: hidden;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

header.blog table {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

header.blog h1 {
    text-align: center;
    font-weight: 300;
}

form.signup-list {
    display: block;
    max-width: 600px;
    margin: 1em auto;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em 1em;
}

form.signup-list input {
    display: inline-block;
    border-radius: 4px;
    margin: 0.2em;
    padding: 0.5em;
    line-height: 1em;
}

form.signup-list input[type=text] {
    width: 60%;
}

form.signup-list p.inform {
    line-height: 1.2em;
    font-style: italic;
}

form.signup-list h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-align: left;
}

a.embed-youtube {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    width: 580px;
    height: 326.25px;
    margin: 12px;
}

a.embed-youtube>div {
    position: relative;
    width: 100%;
    height: 100%;
}

a.embed-youtube>div>i {
    color: #ff0000;
    font-size: 60px;
    position: absolute;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 992px) {
    a.embed-youtube {
        width: 290px;
        height: 163.125px;
    }
}

div.quote {
    position: relative;
    padding: 0.125in;
    font-weight: normal;
    text-align: left;
}

div.quote > span.quote-open {
    position: absolute;
    top: 0.125in;
    left: 0.125in;
    font-size: 1.6em;
    opacity: 50%;
}

div.quote > span.quote-close {
    position: absolute;
    bottom: 0.125in;
    right: 0.125in;
    font-size: 1.6em;
    opacity: 50%;
}

div.quote > div {
    margin: 0em 2.5em;
}

div.quote > div:last-of-type {
    text-align: right;
}

code {
    background-color: rgba(158, 158, 158, 0.25);
    border-radius: 4px;
    padding: 2px;
    margin: -2px;
}

div#data_consent {
    position: fixed;
    bottom: 0;
    left: 0;
}

.box-shadow-large-dark {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
}

.box-shadow-medium-dark {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.box-shadow-small-dark {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.box-shadow-large {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.box-shadow-medium {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.box-shadow-small {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.box-shadow-large-light {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.box-shadow-medium-light {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.box-shadow-small-light {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}