@font-face {
    font-family: 't';
    src: url(fonts/t.woff2);
}

@font-face {
    font-family: 'MaelstromSansBold';
    src: url(fonts/MaelstromSansBold.woff2);
}

@font-face {
    font-family: 'jw';
    src: url(fonts/jw.woff2);
}

@font-face {
    font-family: 'Horizon Outlined';
    src: url(fonts/horizon_outlined.otf);
}

@font-face {
    font-family: 'Horizon';
    src: url(fonts/horizon.otf);
}

@font-face {
    font-family: 'GrifinitoMRegular';
    src: url(fonts/GrifinitoMRegular.woff2);
}

@font-face {
    font-family: 'GraphikRegularItalic';
    src: url(fonts/GraphikRegularItalic.woff2);
}

@font-face {
    font-family: 'GraphikRegular';
    src: url(fonts/GraphikRegular.woff2);
}

@font-face {
    font-family: 'Coign37B';
    src: url(fonts/Coign37B.woff2);
}

@font-face {
    font-family: "CaslonGraComD";
    src: url(fonts/CaslonGraComD.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: jw;
}

.container-1 {
    top: 0;
    width: 100vw;
    height: 100vh;
}

#title-vid {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1000;
}

.container-2 {
    left: 0;
    padding-top: 130px;
    word-spacing: 0.5em;
    background-color: white;
    opacity: 0.8;
    filter: saturate(0.75);
}
.container-2 h3 {
    font-family: 'jw';
    text-transform: uppercase;
    font-size: 60px;
    opacity: 1;
}

.container-2 h2 {
    font-family: 'jw';
    text-transform: uppercase;
    font-size: 35px;
    padding: 10px;
    opacity: 1;
}

.container-2 h4 {
    font-family: 'GraphikRegular';
    font-size: 25px;
    padding: 10px;
    opacity: 1;
}
.title {
    padding-top: 350px;
    text-align: center;
    font-family: Horizon;
    font-size: 50px;
    color: white;
}

.explore {
    padding-top: 150px;
    text-align: center;
    font-family: 'jw';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}