body {
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #000;
    background-size: 100% auto;
    line-height: 1;
}

.page-not-found {
    text-transform: none;
    font-family: inherit;
    font-style: normal;
    padding: 3vw 4vw;
    font-size: 24px;
    font-weight: normal;
}

#nav-links a {
    color: #fff;
    line-height: 36px;
}

#nav-links a:hover,
a:hover {
    opacity: 0.7
}

.copyright-section>div {
    display: inline-block;
}

.copyright-section .copyright,
.copyright-section a,
.copyright-section span {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 1vw;
    text-transform: lowercase;
    font-size: 13px;
    text-align: left;
}

.logo {
    margin-top: 2vw;
}

.page-not-found a {
    text-decoration: none;
    color: #fff;
}

.copyright-section-left {
    margin-right: 0.6vw;
}

.copyright-section {
    position: fixed;
    width: 100%;
    bottom: 15px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
@media only screen and (max-width:1023px) {
    .logo {
        max-width: 90%;
        margin: 5vw auto;
    }

    .description {
        line-height: 24px;
    }

    .copyright-section .copyright,
    .copyright-section a,
    .copyright-section span {
        font-size: 13px;
        line-height: 21px;
    }

    span.separator {
        margin: 0 0.6vw;
    }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
    .copyright-section {
        position: static;
        bottom: 0;
        padding-top: 30vh;
    }

    html,
    body {
        overflow-y: scroll;
        overscroll-behavior-y: unset;
    }
}