/* FONTS */

@font-face {
    font-family: 'LuloCleanOneBold';
    src: url('/relatives/fonts/Lulo Clean One Bold.woff2') format("woff2"),
         url('/relatives/fonts/Lulo Clean One Bold.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}


    /**
    * CSS for ☞Lulo Clean One Bold
    * Generated by Wakamai Fondue - https://wakamaifondue.com
    * by Roel Nieskens/PixelAmbacht - https://pixelambacht.nl
    */

    /* Set custom properties for each layout feature */
    :root {
        --lulo-clean-one-bold-aalt: "aalt" off;
        --lulo-clean-one-bold-salt: "salt" off;
        --lulo-clean-one-bold-sups: "sups" off;
    }

    /* If class is applied, update custom property and
    apply modern font-variant-* when supported */
    .lulo-clean-one-bold-aalt {
        --lulo-clean-one-bold-aalt: "aalt" on;
    }

    .lulo-clean-one-bold-salt {
        --lulo-clean-one-bold-salt: "salt" on;
    }

    .lulo-clean-one-bold-sups {
        --lulo-clean-one-bold-sups: "sups" on;
    }

    @supports (font-variant-position: super) {
        .lulo-clean-one-bold-sups {
            --lulo-clean-one-bold-sups: "____";
            font-variant-position: super;
        }
    }

    /* Apply current state of all custom properties
    whenever a class is being applied */
    .lulo-clean-one-bold-aalt,
    .lulo-clean-one-bold-salt,
    .lulo-clean-one-bold-sups {
        font-feature-settings: var(--lulo-clean-one-bold-aalt), var(--lulo-clean-one-bold-salt), var(--lulo-clean-one-bold-sups);
    }

    h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
        font-family: 'LuloCleanOneBold', sans-serif;
        letter-spacing: -5px;
    }

/* CUSTOM */

main {
    margin: 25px;
}

.page-header {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.25);
}

.page-header h1 {
    position: relative;
}

.page-header .badge {
    position: relative;
}

.card a {
    color: inherit !important;
    text-decoration: inherit !important;
}


.max-width {
    max-width: 1200px;
}

.width {
    overflow-x: scroll !important;
}

.width table {
    min-width: 1176px;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.page-header {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-headeroverlay {
    width: 100%;
    height: 350px;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
    position: absolute;
    top: 0px;
}

.page-headerfix {
    width: 100%;
    height: 350px;
    z-index: -5;
    position: relative;
}

.page-bottomheader {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: none;
    z-index: -2;
    color: white;
}

.page-bottomheaderfix {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.dropdown-item { 
    width: max-content !important;
  }
  
.dropdown-menu {
    max-height: max-content;
    max-width: max-content;
}

.productie-image-topheader {
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    z-index: -3;
}

.productie-video-topheader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}

.productie-video-topheader iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.productie-bottomheader {
    width: 100%;
    min-height: 20vh;
    position: absolute;
    bottom: 0px;
    background-color: none;
    z-index: 3;
    color: white;
}

.productie-headeroverlay {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
    position: absolute;
    top: 0px;
}

.productie-headerfix {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: relative;
}

.credits p {
    margin-bottom: 0px !important;
} 

.btn, .todmfont {
    font-family: 'LuloCleanOneBold', sans-serif;
    letter-spacing: -5px;
}

.btn-outline-light:hover span {
    color: black !important;
}

.btn-danger {
    background-color: #e63327 !important;
    border-color: #e63327 !important;
}

/* Homepage */

    .landing {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        pointer-events: none;
        overflow: hidden;
    }

    .landing::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: black;
    }

    .landing::after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.25);
    } 

    .landing iframe {
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page {
        background-color: white;
    }

    .overlay {
        min-height: calc(100vh - 112px);
    }
