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