body.loaderVideo {
    background: #000;
}

.page-not-found {
    height: calc(100vh - 2.1vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

h1 {
    font-size: 2vw;
    text-transform: uppercase;
}

.page-not-found-content {
    text-align: center;
}

h2 {
    margin: 0;
    font-size: 1.25vw;
    text-transform: uppercase;
}

.description {
    font-size: 1vw;
    padding: 1vw 0;
    text-transform: uppercase;
}

div#nav-links a {
    font-size: 1vw;
    text-transform: uppercase;
    margin-right: 1vw;
}

div#nav-links a:last-child {
    margin-right: 0;
}

.copyright>div,
.copyright a,
.copyright span {
    color: #fff;
}

.isopen .navWrapper {
    background: #000;
}

a:hover {
    opacity: 0.8;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .page-not-found {
        height: calc(100vh - 16vw);
    }

    h1 {
        font-size: 5vw;
    }

    h2 {
        font-size: 4vw;
    }

    .description {
        font-size: 3vw;
        padding: 2vw 0;
    }

    .links-container {
        width: 80%;
        margin: 0 auto;
    }

    div#nav-links a {
        font-size: 3vw;
        margin-right: 4vw;
    }

}

@media only screen and (max-width:1023px) and (orientation:landscape) {
    .page-not-found {
        height: auto;
        padding: 10vw 0;
    }
}