@font-face {
    font-family: "EditorialNew-Ultralight";
    src: url("/assets/fonts/EditorialNew-Ultralight.woff") format("woff"),
        url("/assets/fonts/EditorialNew-Ultralight.woff2") format("woff2"), ;
    font-weight: normal;
    font-style: normal;
}

.olg-body {
    height: 100vh;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.7px;
}

.olg-logo {
    width: 100%;
}

.olg-body a {
    color: #ffffff;
    text-decoration: none;
}

.olg-body a:hover {
    color: #f5f5f5;
}

#main {
    width: 100%;
    padding: 2.6%;
}

h1 {
    font-family: 'EditorialNew-Ultralight';
    font-weight: normal;
    font-style: normal;
    margin-top: 1.5em;
}

.special-100 {
    height: 100vh;
}

@media (max-width: 992px) {
    #footer {
        margin-bottom: 20px;
    }

    .special-100 {
        height: 100%;
    }
}