@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/SpaceMono-Bold.ttf');
}

@font-face {
    font-family: Gilroy-Light;
    src: url('../fonts/Gilroy-Light.ttf');
}

@font-face {
    font-family: RobotoMono-Medium;
    src: url('../fonts/RobotoMono-Medium.ttf');
}

body {
    background-color: #0e101e;
    font-family: Gilroy-Light;
    color: #e2e0df;
}

body .header-description {
    margin-top: -3vw;
    letter-spacing: 0.2em;
}

header {
    margin-top: 9%;
    text-align: center;
    font-size: 4vw;
}

header img {
    max-width: 50%;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .video-container {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    header {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .text-container {
        text-align: center;
        font-size: 7vw;
        padding-top: 35vw;
        margin-bottom: 10vw;
    }

    .text-container a {
        color: #e2e0df;
    }
}

@media only screen and (min-width: 992px) {
    .text-container {
        position: absolute;
        bottom: 0;
        text-align: left;
        font-size: 2vw;
        color: #fefefe;
        margin-bottom: 1vw;
        line-height: 3vw;
        margin-left: 3vw;
    }

    .text-container a {
        color: #fefefe;
    }
}

.video-container video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header video {
        display: none;
    }
}
