@font-face {
    font-family: "Virgil";
    src: url("fonts/Virgil.woff2");
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 25px;
    background-color: #1d1d1d;
    color: #dbf3fc;
}

h1, h2, h3, h4, h5 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1 { font-size: 28px; margin-top: 35px; }
h2 { font-size: 24px; margin-top: 35px; }
h3 { font-size: 20px; }

a {
    color: #85deff;
    text-decoration: none;
}
a:active { font-weight: bold; }
a:hover { text-decoration: underline; }
a:visited { color: #aa85ff; }

a.footnote {
    vertical-align: super;
    line-height: 0;
    text-decoration: none;
}
a.footnote-id {
    text-decoration: none;
}
.footnotes {
    border-radius: 16px;
    border: 1px solid #9b9b9b;
    font-size: 90%;
    padding: 0 20px 20px 20px;
    margin: 25px 0 25px 5%;
}
@media screen and (max-width: 480px) {
    .footnotes {
        margin: 20px 0;
    }
}

figure {
    border-radius: 16px;
    border: 1px solid #9b9b9b;
    padding: 20px;
}
@media screen and (max-width: 480px) {
    figure {
        margin: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    figure.invisible-on-mobile {
        padding: 0;
        border: none;
    }
}
figure.no-border {
    margin: 0;
    padding: 0;
    border: none;
}
figcaption {
    font-size: 80%;
}

ul {
    list-style: square;
}

.content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
}

.visitor-counter img {
    background-color: #000;
    display: inline-block;
    margin-top: -5px;
    border: 2px solid #333;
    padding: 5px;
    vertical-align: middle;
    min-width: 50px;
    min-height: 18px;
}
.visitor-counter img:hover {
    border: 2px solid #85deff;
}
.visitor-counter a:hover {
    text-decoration: none;
}

footer nav ul {
    list-style-type: none;
    padding: 0;
}
@media screen and (min-width: 480px) {
    footer nav ul li {
        display: inline-block;
    }
    footer nav ul li::before {
        content: " | ";
    }
    footer nav ul li:first-child::before {
        content: none;
    }
}
@media screen and (max-width: 480px) {
    footer nav ul li {
        display: block;
        line-height: 30px;
    }
}

code {
    background-color: #303030;
    border-radius: 6px;
    border: 1px solid #000;
    color: #a0b3b9;
    display: inline-block;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    padding: 0 4px;
}

.header {
    width: 100%;
}
.header .logo-image, .header .title {
    display: inline-block;
    padding: 5px;
}
.header .title {
    margin-left: 20px;
    font-size: 24px;
}
@media screen and (max-width: 480px) {
    .header .title {
        margin-left: 0;
        font-size: 24px;
    }
}
.header .subtitle {
    font-size: 18px;
}
.header a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 8px rgba(255,107,107,1);
}

.sans-serif {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 17px;
}