.logo {
    height: 93px;
    margin-top: -15px;
}

.custom-title {
    text-shadow: 5px 5px 0 rgb(79, 97, 124);
    font-size: 110px !important;
}

.container .row ul {
    margin-left: 10px;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}

.nieuwsitem-img {
    width: 100%;
    /*object-fit: cover;*/
    height: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
}

.homepage-second-block-img {
    position: relative;
}

@media screen and (max-width: 4000px) {
    .facebook-mobile {
        display: none;
    }

    .facebook-desktop {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .facebook-desktop {
        display: none;
    }

    .facebook-mobile {
        display: block;
    }

    h2 {
        font-size: 50px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .facebook {
        margin-left: -150px;
    }
    .custom-navbar {
        margin-top: 12px;
    }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
    .custom-navbar {
        margin-top: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .facebook {
        margin-left: -80px;
    }

    .flex-navbar {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .custom-title {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 770px) {
    .custom-title {
        font-size: 73px !important;
    }
}

@media screen and (max-width: 600px) {
    .custom-title {
        font-size: 55px !important;
    }
}

@media screen and (min-width: 600px) {
    .contact-form form .left input, .commentform-area form .left input {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1405px) {
    .main-menu ul li a {
        font-size: 20px;
    }
}
