.bg-wit-beige {
    background: linear-gradient( to bottom, white 30%, #EBEBE7 30% /* your gray color */
    );
}


/* Tablet */
@media (min-width: 768px) {
}

/* Desktop */
@media (min-width: 992px) {
    .h1, h1 {
        font-size: 2.5rem;
    }

    .text-black {
        color: #0E0719;
    }

footer .fab:hover{
color:#fff !important;
}

footer .fa-envelope:hover{
color:#fff !important;
}


    .text-white {
        color: #FFF;
    }

    .desktop {
        padding: 80px;
    }

    .padding-left-80 {
        padding-left: 80px;
    }

    .padding-right-80 {
        padding-right: 80px;
    }

    .desktop-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* center text vertically */
        padding: 2rem 1rem 2rem 1rem; /* default padding */
    }

    .logo {
        width: 300px;
    }

    #home-service .btn {
        max-width: 180px;
        padding: 0.1rem 1.0rem;
    }

    main {
        padding: 2rem;
    }

    .navbar-brand {
        margin-left: 45px !important;
    }


    #hamburgerToggle {
        display: none;
    }

    /* default: transparent */
    .navbar {
        background: transparent;
        transition: background-color 0.3s ease;
    }

        /* when scrolled */
        .navbar.scrolled {
            background: #0E0719 !important; /* change to your desired color */
            opacity: 0.9 !important;
        }


    .navbar-nav .nav-item:last-child .nav-link {
        background: #e60096; /* magenta background */
        color: #fff;
        border-radius: 999px;
        font-weight: 700;
        padding: 4px 10px;
        transition: all 0.25s ease;
    }

        .navbar-nav .nav-item:last-child .nav-link:hover {
            box-shadow: 0 0 0 2px #fff;
        }

    .submenu {
        position: absolute;
        background-color: #000000;
        width: 200px;
        border-radius: 10px;
        padding: 20px 10px 20px 10px;
    }

    header {
        min-height: 125vh;
        padding: 0 80px 0 80px;
    }

        header h1 {
            font-size: 3.0rem;
        }

    .header-content {
        justify-content: flex-end; /* align bottom */
    }

    #home-service {
        position: absolute;
        z-index: 10;
        top: 120px;
        background-color: transparent !important;
        color: #fff !important;
        padding: 0 140px 0 100px !important;
    }

        #home-service h2 span {
            color: #fff !important;
        }

    .swiperAssortiment {
        max-width: 1600px;
        margin: 0 auto;
    }

    .swiperTeamSchijndel, .swiperTeamOss, .swiperTeamTilburg, .swiperTeamWandstyling {
        max-width: 1600px;
        margin: 0 auto;
    }

    .swiper-slide {
        width: 25% !important; /* 5 slides across */
    }

    .usp-title {
        display: inline-block;
    }

    .usp-sub {
        display: inline-block;
    }

    #page-faq h1 {
        font-size: 3.0rem;
    }

    .Faq-block {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* push everything to bottom */
        padding-bottom: 60px;
    }

    footer {
        background: url("/img/kringel.png") no-repeat right top;
        background-size: contain;
        background-color: #000;
    }
    


    footer h1 {
        margin-top:0;
        font-size:1em;
        font-family:Bungee;
    }

    .footer-link {
    margin-right:20px;
    }

    footer .fab {
    margin-right:20px;
    }

    .flyer-block {
        min-height: 100vh; /* full viewport height */
        display: flex;
        flex-direction: column; /* stack vertically */
        padding-top: 40px;
    }

    .footer-socials {
        display: flex;
        flex-direction: column; /* onder elkaar */
        gap: 10px; /* afstand tussen icoontjes */
        align-items: center; /* eventueel centreren */
    }

        .footer-socials a {
            display: inline-block;
            text-decoration: none;
        }

    #page-locatie img {
        max-width: 100%;
    }

    #page-advantages img {
        max-width: 100%;
    }

}

/* Large Desktop */
@media (min-width: 1600px) {
    header {
        min-height: 100vh;
        padding: 0 80px 0 80px;
    }


    .navbar-nav {
        padding-right: 100px;
    }

}