body {
    background: #000;
    color: #fff;
    font-family: 'Fraunces';
    text-align: center;
    margin: 0;
}

.logo-wrapper {
    padding-top: 2vw;
    padding-bottom: 5vw;
}

.logo-wrapper a {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

.page-not-found {
    text-transform: uppercase;
    font-family: 'Fraunces';
}

.page-not-found-content {
    font-size: 13px;
}

#nav-links a {
    color: #fff;
    line-height: 36px;
    font-weight: 600;


}

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

.footerWrapper a,
.footerWrapper span {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Fraunces';
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 24px;
    padding-right: 0;
}

.footerWrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
}

span.sep {
    padding: 0 0.2vw;
}

@media only screen and (max-width:1023px) {}

.footer-socials a {
    color: #fff;
    font-size: 1.6vw;
    padding-right: 2vw;
}

.footer-socials {
    padding-bottom: 0.8vw;
}

a img.mail-icon {
    width: 24.48px;
    height: 18.48px;
}

@media only screen and (max-width:1024px) {

    .footerWrapper a,
    .footerWrapper span {
        font-size: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .footer-socials {
        padding-bottom: 2.8vw;
    }

    .footer-socials a {
        font-size: 4vw;
        padding-right: 3vw;
    }
}

@media only screen and (max-width:767px) {
    .page-not-found {
        padding: 35vw 0vw;
    }
}

@media only screen and (max-width:932px) and (orientation: landscape) {
    .logo-wrapper {
        padding-bottom: 2vw;
    }
}