body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Futura';
    font-weight: 500;
    padding: 0;
    margin: 0px auto;
    background: #000;
}

a, a:hover, a:visited, a:active {
    color: #fff;
    text-decoration: none;
}

.header {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translate(0, -50%);
}

.header h1 {
    position: relative;
    color: white;
    font-family: 'Nasalization Rg';
    font-size: 7em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: -6px;
    line-height: 1;
}

h2 {
    font-family: 'Nasalization Rg';
    font-size: 1.35em;
    letter-spacing: 2px;
}

.header h3 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.bottom-container {
    position: absolute;
    bottom: 1%;
    float: left;
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
}

span.green {
    color: #99c21e;
}

.bottom-center p {
    font-size: 1em;
    line-height: 1.5;
}


@media all and (max-width: 1400px) {
    .header h1 {
        font-size: 7vw;
        letter-spacing: -2px;
    }

    h2 {
        font-size: 1.25vw;
    }

    .header h3 {
        font-size: 1.35vw;
    }

    .bottom-center p {
        font-size: 1vw;
    }
}

@media all and (max-width: 700px) {
    body {
        position: relative;
        width: 90%;
        margin: 0 5%;
    }

    .grid {
        row-gap: 0em;
    }

    .header {
        position: relative;
        width: 100%;
        top: 30%;
        transform: translate(0, -50%);
    }
    
    .header h1 {
        font-size: 12vw;
        margin-top: 0;
        line-height: 0.9;
    }

    h2 {
        font-size: 4.5vw;
    }

    .header h3 {
        font-size: 0.9em;
    }

    .bottom-center p {
        font-size: 0.8em;
    }

    .bottom-container {
        text-align: center;
    }

    .col-4.col-s-1-4.row-1.row-s-4.bottom-center.logo {
        margin-top: 15vw;
    }
}

@media all and (max-width: 500px) {
    
}