/*
 * -----------------------------------------------------------------------------
 * STYLE
 * -----------------------------------------------------------------------------
 * Author: TiDi Media
 * Type: Landingspage - Under Construction
 * -----------------------------------------------------------------------------
 */

body {
    background: #81a3bc url("/assets/bg_landingspagina.jpg") no-repeat 50% 50%;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}

/* -----[ HEADER ]----- */
.g-header {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

    width: 90vw;
    height: auto;
    position: fixed;
    top: 10vh;
    left: 0;
    z-index: 10;
    padding: 0 5vw;
}

.g-header > * {
    flex: 1 1 100%;
}

.g-header__title-sub {
    width: 100%;
    color: #003366;
    font-size: 40px;
    text-align: center;
}

/* -----[ MAIN ]----- */

.g-main {

}
.c-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
/* -----[ FOOTER ]----- */
