body {
    margin: 0;

    text-align: center;
    color: #fff;
    background: #000;
    background-size: 100% auto;
    line-height: 1;
}

.page-not-found {
    text-transform: uppercase;
    font-style: normal;
    padding: 3vw 0vw 5vw;
}

#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-style: normal;
    text-align: center;
    font-size: 1vw;
    text-transform: uppercase;

}

.logo {
    width: 400px;
    margin: 2vw auto;
}

.left-wrapper {
    text-align: right;
    line-height: 1.5;
}

.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;
}


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

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

div#nav-links a {
    display: block;
}
.footer-content {
    position: fixed;
    bottom: 0;
    left:0;
}
@media only screen and (max-width:1023px) {


    ul.footer-social {
        text-align: center;
        margin-bottom: 5vw;
    }

    .page-not-found {
        padding: 3vw;
    }

    .logo {
        margin-top: 5vw;
        width: 290px;
    }

    .description {
        line-height: 24px;
    }

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

    .left-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
    .footer-content {
        position: static;
    }

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

    .left-wrapper {
        text-align: center;
    }
}