html,
body {
    height: 100%;
    color: #FFFFFF;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    line-height: 33px;
    background-color: #000000;
    overflow-x: hidden;
}
body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

img {
    user-drag: none !important;
    -webkit-user-drag: none !important;
    -moz-user-select: none !important;
}

footer a {
    color: #faa5e9 !important;
    text-decoration: none !important;
}

main header {
    position: relative;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: visible;
    margin-bottom: -450px;
    z-index: 1;
}

main header video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    position: absolute;
}

#content {
    position: relative;
    background-color: transparent;
    backdrop-filter: blur(15px);
    z-index: 2;
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 300px
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 300px
    );
    padding-top: 300px;
}

.downloadlink {
    color: #faa5e9;
}


/* Media Query for devices withi coarse pointers and no hover functionality

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element

*/
@media (max-width: 450px)  {
    main header {
        height: 10vh;
        min-height: 10rem;
        margin-bottom: -350px;
    }
    main header video {
        object-fit: contain;
    }
    #content {
        mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            black 450px
        );
        -webkit-mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            black 450px
        );
        padding-top: 300px;

    }
}

#mainvideo {
    height: auto;
    width: 100%;
    aspect-ratio: 9 / 16;
    box-shadow: 0 0 10px 0 #FFFFFF;
    border: 1px solid #FFFFFF;
}

.video-container {
    position: relative;
    width: fit-content;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url('../img/media-play-pause-resume.png') center center no-repeat;
    background-size: cover;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.display-2 {
    letter-spacing: 7.508px;
    font-size: 96px;
    font-style: normal;
    overflow-wrap: break-word;
    font-weight: normal;
}
.display-4 {
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 82px;
    overflow-wrap: break-word;
    overflow: visible;
}
.display-5 {
    letter-spacing: 2px;
    font-size: 72px;
    line-height: 74px;
    overflow-wrap: break-word;
    overflow: visible;
}

.display-6 {
    letter-spacing: 2px;
    color: #000000;
    font-size: 36px;
    line-height: 38px;
    overflow-wrap: break-word;
    overflow: visible;
}

main h2 {
    letter-spacing: 2px;
    line-height: 70px;
}

.btn{
    background-color: #000000;
    border-radius: 35px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px 0 #FFFFFF;
}

#share {
    box-shadow: 0 0 10px 0 #faa5e9 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000 !important;
}
.footer-typo {
    font-size: 20px;
}

@media (max-width: 450px)  {
    main header {
        background-size: cover;
        background-position: top;
    }
    .display-4 {
        font-size: 32px;
        line-height: 36px;
    }
    .display-6 {
        font-size: 32px;
        color: #FFFFFF !important;
        line-height: 32px;
    }
    main h2,
    main h4 {
        letter-spacing: 2px;
        font-size: 28px;
        line-height: 40px;
    }
    .btn-primary,
    .btn {
        border-radius: 45px;
        line-height: 30px;
    }
}

#silktide-wrapper * {
    font-family: "FagoReg", sans-serif !important;
}

#silktide-modal footer a:last-child {
    display: none;
}

.cookie-type-description {
    font-size: 16px;
    line-height: 24px;
}

#silktide-modal .switch__off, #silktide-modal .switch__on {
    top: 0 !important;
}
