body {
    font-family: 'OrkneyLight';
    letter-spacing: 0.02em;
    width: 100vw;
    overflow-x: hidden;
}

li a {
    color: #3b6978;
    text-decoration: none;
}

.container {
    max-width: 1180px;
    margin: 40px auto;
}

nav {
    position: absolute;
}

nav ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

ul > li {
    list-style: none;
}

nav li {
    margin-bottom: 5px;
}

.logo {
    font-size: 4em;
    font-weight: lighter;
    color: #204051;
}

article {
    max-width: 820px;
    margin: auto;
}

header h1 {
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 2px solid #204051;
    margin-bottom: 40px;
    color: #204051;
}

header h2 {
    font-weight: normal;
    margin: 15px 0;
    text-align: left;
    border-bottom: 1px solid #3b6978;
    color: #3b6978;
}

header h3 {
    font-weight: normal;
    margin: 12.5px 0;
    color: #3b6978;
}

aside {
    display: block;
    position: relative;
    top: -200px;
    margin-bottom: 20px;
    opacity: 0.35;
}

aside p.right {
    left: 100%;
    position: absolute;
    width: 35%;
    color: #204051;
    word-wrap: break-word;
    margin: 8% 14px;
}

aside p.left {
    right: 100%;
    position: absolute;
    width: 35%;
    color: #204051;
    word-wrap: break-word;
    margin: 8% 14px;
}

aside span {
    font-size: 35px;
    width: 100%;
    display: inline-block;
    border-bottom: #3b6978 dotted 2px;
}

aside:target, aside:hover, aside.visible {
    opacity: 1;
}

.mobile-button {
    display: none;
}

.img img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.img figcaption {
    border-top: #3b6978 dotted 2px;
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
}

figure {
    margin-bottom: 15px;
}

section.information {
    text-align: right;
    margin-bottom: 10px;
}

section.intro {
    font-style: italic;
    margin: 0 25px 40px 25px;
    color: #3b6978;
    text-align: center;
}

blockquote {
    color: #3b6978;
}

footer.quoted {
    text-align: right;
    width: 100%;
    font-style: normal;
    margin-bottom: 15px;
    color: #000000;
}

section blockquote::before {
    content: "❝";
}

section blockquote::after {
    content: "❞";
}

ol{
    list-style-type: upper-roman;
}

@media screen and (max-width: 1550px) {
    aside p.left {
        width: 24%;
    }
    aside p.right {
        width: 24%;
    }
}

@media screen and (max-width: 1384px) {
    aside {
        top: initial;
        display: none;
        padding-top: 10px;
    }
    aside p.left {
        position: relative;
        word-wrap: break-word;
        right: initial;
        margin: initial;
        width: auto;
    }
    aside p.right {
        position: relative;
        word-wrap: break-word;
        left: initial;
        margin: initial;
        width: auto;
    }
    aside:target {
        display: block;
    }
    a:target {
        color: #204051
    }
}

@media screen and (max-width: 1099px) {
    nav {
        position: initial;
        text-align: center;
    }
    article {
        padding: 20px;
    }

    sup{
        margin: 3px;
    }
}

/* fouc fix my god what is this hell */

html {
    visibility: visible;
    opacity: 1;
}