body {
    margin: 0;
   
    text-align: center;
    font-family: "Montserrat", serif;
    background-size: 100% auto;
    line-height: 1;
}
.footer {
    position: fixed;
    bottom: 1vw;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    height: auto;
    margin: 0;
}
.page-not-found {
    text-transform: uppercase;
    font-family: inherit;

    font-style: normal;
    padding: 3vw 0vw;
}

#nav-links a {

    line-height: 36px;
}

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



.logo {
    margin-top: 2vw;
}

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

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

.copyright-section {
    position: fixed;
    width: 100%;
    bottom: 15px;
    margin: 0 auto;
}

.page-not-found {
    font-style: normal;
    padding: 3vw 0vw;
    font-size: 1.3vw;

}
.description {
    margin: 1vw 0;
}
#nav-links a:hover,
a:hover {
    opacity: 0.7
}

div#nav-links a {
    display: inline-block;
}

@media only screen and (max-width:1023px) {
    .logo {
        margin-top: 5vw;
    }


    .page-not-found {
        font-size: 4vw;
        padding: 0 4vw;
        margin-top: 20vw;
    }
}

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

    html,
    body {
        overflow-y: scroll;
        overscroll-behavior-y: unset;
    }
    .wrapper {
        display: block;
        height: auto;
        padding-top: 7vw;
        padding-bottom: 2vw;
    }
}