header {
    background: none;
}
h1 {
    text-align: center;
}

h1 span {
    padding: 10px 20px 5px;
    display: inline-block;
    position: relative;
}

h1 span:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(1deg);
    z-index: -1;
}


.intro {
    max-width: 800px;
    margin: 0 auto;
}

.intro p {
    font-family: Fucxed;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 100%;
}

.long {
    color: black;
    max-width: 700px;
    margin: 0 auto;
}

.footnotes {
    max-width: 900px;
    color: black;
    margin: 3em auto 3em;
}

.footnotes h2 {
    max-width: 700px;
    margin: 0 auto;
}



.long p {

}

article {
    max-width: 100%;
   margin: 0 10px;
}

body {

}

.bg-image {
    opacity: 0.25;
    height: 250vh;
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-attachment: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    z-index: -1;
    pointer-events: none;
}

nav.nextprev {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    top: 100vh;
}

nav.nextprev a .im {
    font-size: 40px;
}

nav.bottom {
    display: flex;
}

nav.bottom a {
    display: block;
    width: 8.3vw;
    height: 8.3vw;
    box-sizing: border-box;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: transform 0.2s ease;
    background-position: center 70%;
    text-align: center;
}

nav.bottom a:hover {
    transform: rotate(2.5deg);
}
nav.bottom a:nth-child(2n):hover {
    transform: rotate(-2.5deg);
}


nav.bottom a span {
    font-family: Fucxed;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1vw;
    padding: 5px;
    display: block;
}

@media (max-width: 1400px) {
    nav.bottom {
        flex-wrap: wrap;
    }
    nav.bottom a {
        width: 16.666%;
        height: 16.5vw;
    }
    nav.bottom a span {
        font-size: 1.8vw;
    }
}

@media (max-width: 800px) {
    nav.bottom a {
        width: 25%;
        height: 24.6vw;
    }
    nav.bottom a span {
        font-size: 2.5vw;
    }
}
ul.nav li a {
    color: black;
}
ul.nav li i.im {
    position: relative;
    top: 4px;
}
@media (max-width: 600px) {
    article > h1 {
        margin-top: 1em;
    }
    nav.bottom a {
        width: 33.3%;
        height: 33vw;
    }
    nav.bottom a span {
        font-size: 3.5vw;
    }
    .bg-image {
        background-position: center 100vh;
        background-size: 80vw;
    }
    .intro p {
        font-size: 6vw;
    }
    nav.nextprev {
        display: none;
        /*max-width: 50%;
        width: 80px;
        margin: 0 auto;
        position: absolute;
        top: 20px;
        right: 20px;*/
    }

    nav.nextprev a .im {
        font-size: 30px;
    }

}

@media (max-width: 400px) {
    nav.bottom a {
        width: 50%;
        height: 49vw;
    }
    nav.bottom a span {
        font-size: 5vw;
    }
}
