html, body {
    overflow-x: hidden !important;
}
:root {
    --red: #c90000;
    --muted: rgba(255,255,255,0.6);
    --white: rgba(255,255,255,1);

    --bg-bright-red: rgb(206, 18, 30);
    --bg-bright-red-light-10: #ec2733;
    --bg-bright-red-dark-10: #9f0e17;
    /*! bright-orange */
    --bg-bright-orange: rgb(249, 140, 38);
    --bg-bright-orange-light-10: #faa658;
    --bg-bright-orange-dark-10: #e67206;
    /*! bright-blue */
    --bg-bright-blue: rgb(1, 148, 218);
    --bg-bright-blue-light-10: #10b1fe;
    --bg-bright-blue-dark-10: #0172a7;
}

.footer {
    background-color: #000;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    z-index: 200000 !important;
}

.footer .content {
    padding: 20px;
}

.footer .image-content {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .image-content img {
    width: 50%;
    height: auto;
}

.footer .content a {
    color: var(--muted) !important;
}

.footer .content a:hover {
    color: var(--red) !important;
}
.footer .content h2 {
    text-transform: lowercase;
    font-variant: small-caps;
    color: var(--red);
    font-weight: bold !important;
    margin-bottom: 10px;
    font-size: 24px;
}

.footer .content p {
    color: var(--muted);
}

.footer .content ul li {
    color: var(--muted);
}


.backdrop {
    background-image: url('/static/images/background.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
    background-blend-mode: multiply;

    top: 0; left:0; right: 0;
    width: 100vw;
    height: 83vh;
    z-index: 4000 !important;
}

.

/** HOMEPAGE **/

.homepage-content {
    height: 85vh;
}


/** BOLLEN **/
.bol {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 32px;
    position: absolute;
    z-index: 10000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #FFF;
    /*background-blend-mode: multiply;*/

    border: 15px solid;
    transition: all 0.4s ease;
}

.bol:hover {
    background-blend-mode: color-burn;
    background-size: auto 110% ;
}

.bol-1 {
    top: 25vh;
    left: 50px;
    width: 340px;
    height: 340px;
    background-color: var(--bg-bright-red);
    border-color: var(--bg-bright-red);
    transition: background-size 0.16s ease;
}

.bol-1:hover {
    background-color: var(--bg-bright-red-dark-10);

}

.bol-2 {
    width: 260px;
    height: 260px;
    top: 22vh;
    right: 180px;
    text-align: center;
    background-color: var(--bg-bright-orange);
    border-color:  var(--bg-bright-orange);
}

.bol-2:hover {
    background-color: var(--bg-bright-orange-dark-10);
}

.bol-3 {

    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 32px;
    position: absolute;
    z-index: 10000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;

    top: 62vh;
    right: 55px;
    width: 160px;
    height: 160px;
    border: none !important;
    /*border-color:  var(--bg-bright-blue);*/
    /*background-color: var(--bg-bright-blue);*/
    transition: all 0.3s ease;
}

.bol-3:hover {
    transform: rotate(-20deg);
}

.bol h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

a.bol  {
    text-decoration: none !important;
}


@media (max-width: 375px) {
    .bol { border-width: 6px;  }
    .bol h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .bol-1 {
        top: 10vh;
        left: 10px;
        width: 120px;
        height: 120px;
    }

    .bol-2 {
        width: 140px;
        height: 140px;
        top: 40vh;
        right: 40px;
    }

    .bol-3 {
        top: 60vh;
        left: 45px;
        width: 120px;
        height: 120px;
    }
}



@media (max-width: 480px) {
    .bol { border-width: 8px; }
    .bol h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .bol-1 {
        top: 10vh;
        left: 20px;
        width: 170px;
        height: 170px;
    }

    .bol-2 {
        width: 140px;
        height: 140px;
        top: 40vh;
        right: 40px;
    }

    .bol-3 {
        top: 60vh;
        left: 45px;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .bol { border-width: 10px; }
    .bol h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .bol-1 {
        top: 12vh;
        left: 40px;
        width: 220px;
        height: 220px;
    }

    .bol-2  {
        width: 180px;
        height: 180px;
        top: 40vh;
        right: 46px;
    }

    .bol-3 {
        top: 60vh;
        left: 45px;
        width: 120px;
        height: 120px;
        text-align: center;
    }
}



/*
.bol-1 {
    top: 5vw;
    left: 3%;
}

.bol-2 {
    top: 22vw;
    left: 40vw;
}

.bol-3 {
    top: 8vw;
    right: 3%;
}



.bol {
    position: absolute;
    border: 14px solid var(--red);
    width: 320px;
    height: 320px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    background-blend-mode: multiply;
    margin: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
}

a.bol  {
    text-decoration: none !important;
}

.bol:hover {
    background-color: var(--red);
}

.bol h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

 */