body {
    background-image: url('/static/pics/LaurensAchtergrond-1.1rotated.jpg');
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: cover;
}
#page{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #dc3545; */
    padding: 50px;
    min-height: 650px;
}
#content{
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    min-height: 550px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
}
#button-nav {
    position: absolute;
    top: 410px;
    margin-left: 10%;
    width: 80%;
}
.fb-fotos{
    top: 700px;
    margin-left: 10%;
    margin-right: 10%;
    z-index:500 !important;
}
.ug-bullet {
    display: none !important;
}
button.btn-light, a.btn-light{
    width: 100%;
    height: 130px;
    font-size: 50px;
}
a.btn-light{
    line-height: 2.1;
}
button.btn-light:not(:first-child), a.btn-light:not(:first-child){
    margin-top: 20px;
}
button:hover, a:hover{
    cursor: pointer;
}
/*Breedte Setting:*/
@media (max-width: 992px) {
    #page{
        min-height: 860px;
    }
    #content{
        min-height: 600px;
    }
    .hoofd_afbeelding {
        position: absolute;
        top: -50px;
        width: 100%;
        left: 50%;
        margin-left: -50%;
    }
    .navbar{
        display: none !important;
    }
    .detail-informatie{
        visibility: hidden;
    }
    .fb-like.fb_iframe_widget {
        position: absolute;
        text-align: center;
        width: 80%;
        left: 50%;
        margin-left: -40%;
        top: 1540px;
    }
}
@media (min-width: 992px) {
    .hoofd_afbeelding{
        position: absolute;
        width: 80%;
        left: 50%;
        margin-left: -40%;
    }
    .navbar {
        top: 63%;
        left: -33px;
    }
    .streepjes {
        background-image: url('/static/pics/menuZonderSchaar.png');
        background-position: -18px 18px;
        background-repeat: no-repeat;
        width: 130px;
    }
    .nav-item {
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-family: serif;
    }
    a.nav-link {
        background-image: url('/static/pics/SchaarStreepOpenEnDicht.png');
        background-position: 0 4px;
        background-repeat: no-repeat;
        padding-left: 140px !important;
        padding-top: 64px;
        margin-right: 4px;
        margin-bottom: 15px;
        height: 120px;
    }
    a.nav-link:hover{
        background-position: 0 -149px;
        cursor: pointer;
        text-shadow: 1px 1px #000000;
        /*color: #6c757d !important;*/
        /*border-top: gainsboro 2px solid;*/
        /*border-radius: 90%;*/
    }
    #button-nav{
        display: none !important;
    }
    .fb-fotos{
        top: 62%; !important;
        height: 50px;
        margin-left: 600px !important;
        margin-right: 20px !important;
    }
    nav.bg-dark {
        background-color: transparent !important;
        /*background-image: url(../../pics/menuSchaar.png);*/
        background-repeat: no-repeat;
        background-position: left;
        height: 80px;
    }
    .detail-informatie{
        visibility: unset;
        color: white;
        position: absolute;
        bottom: 50px;
        width: 100%;
        text-align: center;
        font-size: 32px;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-family: serif;
    }
    div.fb-like.fb_iframe_widget {
        position: absolute;
        /*top: 73%;*/
        /*left: 175px;*/
        bottom: 7%;
        left: 50%;
        margin-left: -100px;
    }
}
@media (min-width: 1180px) {
    .hoofd_afbeelding{
        position: absolute;
        width: 58%;
        left: 50%;
        margin-left: -29%;
    }
}
@media (min-width: 1350px) {
    .hoofd_afbeelding{
        position: absolute;
        width: 54%;
        left: 50%;
        margin-left: -27%;
    }
}
@media (min-width: 2100px) {
    .hoofd_afbeelding{
        position: absolute;
        width: 50%;
        left: 50%;
        margin-left: -25%;
    }
}
/*Hoogte Setting:*/
@media (max-height: 600px) {
    .detail-informatie{
        bottom: 10px !important;
        font-size: 16px !important;
    }
}
@media (min-height: 600px) and (max-height: 700px){
    .detail-informatie{
        bottom: 30px !important;
        font-size: 18px !important;
    }
}
@media (min-height: 700px) and (max-height: 800px) {
    .detail-informatie{
        font-size: 24px !important;
    }
}

