.navbar {
    z-index: 2000;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 10%;
    left: 0px;
}

.black {
    background-color: rgba(0,0,0,0.8);
}

.white {
    background-color: rgba(255,255,255,0.8);
}

.logo {
    background-image: url(../img/Logo.png);
    background-size: cover;
    height: 100px;
    width: 150px;
    margin-left: 40px;
    float:left;
}

.logotern {
    background-image: url(../img/Ternwebdesign.png);
    background-size: cover;
    height: 90px;
    width: 300px;
    margin-left: 40px;
    float:left;
}

h2.navbar {
    position: absolute;
    width: 100%;
    text-decoration: none;
    color: rgb(106,177,47);
    font-size: 300%;
    text-align: center;
    margin-top:23px;
    margin-bottom: 5px;
    background-color: transparent;
    border: transparent;
}

.vakantie {
    width: 45% !important;
    text-align: right !important;
    padding-right: 10px;
}

@media only screen and (max-width: 1026px) {
    .logo {
        margin-left: auto;
        margin-right:auto;
        float: none;
    }
    h2.navbar{
        width: auto;
        float:left;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 591px) {
    h2.navbar{
        visibility: hidden;
    }
}

.block{
    display: none;
}

.ngGallery-box   {
    width: 100%;
}
