@media (max-width: 1200px) {
    /* Styles for screen width ≤ 1200px */
}

@media (max-width: 1150px) {
    /* Styles for screen width ≤ 1150px */
}

@media (max-width: 1100px) {
    /* Styles for screen width ≤ 1100px */
}

@media (max-width: 1050px) {
    /* Styles for screen width ≤ 1050px */
}

@media (max-width: 1000px) {
    /* Styles for screen width ≤ 1000px */
}

@media (max-width: 950px) {
    .owl-nav {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .navbar-brand img
    {
        height: 50px;
    }

    header nav.navbar .container-fluid {
        justify-content: space-between;
    }

    nav#block-blight-main-navigation ul.navbar-nav
    {
        border-top: 1px solid var(--orange);
        margin-top: 15px;
    }
}

@media (max-width: 850px) {
    /* Styles for screen width ≤ 850px */
}

@media (max-width: 800px) {
    /* Styles for screen width ≤ 800px */
}

@media (max-width: 750px) {
    div#block-blight-views-block-natural-soft-drinks-block-1 .views-row .views-col:nth-of-type(even){
        margin-top: 0px;
    }

    .natural_soft_drinks .views-col {
        width: 50% !important;
    }

    footer h5
    {
        margin-top: 30px;
    }


div#block-blight-languageswitcher li a {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

div#block-blight-views-block-home-slider-block-1 .views-field.views-field-field-map-iframe-image {
    display: block;
}

div#block-blight-views-block-home-slider-block-1 .views-field.views-field-field-image {
    display: none;
}

}

@media (max-width: 700px) {
    /* Styles for screen width ≤ 700px */
}

@media (max-width: 650px) {
    /* Styles for screen width ≤ 650px */
}

@media (max-width: 600px) {
    div#block-blight-findusonthemap iframe {
        max-height: 200px;
    }
}

@media (max-width: 550px) {
    /* Styles for screen width ≤ 550px */
}

@media (max-width: 500px) {
    /* Styles for screen width ≤ 500px */
}

@media (max-width: 450px) {
    /* Styles for screen width ≤ 450px */
}

@media (max-width: 400px) {
    .natural_soft_drinks .views-col {
        width: 100% !important;
    }
}

@media (max-width: 350px) {
    /* Styles for screen width ≤ 350px */
}

@media (max-width: 300px) {
    /* Styles for screen width ≤ 300px */
}
