/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel{
        margin-top:30px;
        padding-bottom: 15px;
    }

    .carousel-item h2{
        font-size: 35px;
        line-height: initial;
    }

    #wedoing{
        margin-top: 50px;
    }

    #wedoing .bg{
        position: relative;
    }
    .carousel-control-prev{
        width: 20px;
        margin-left: 15px;
    }
    .carousel-control-next{
        width: 20px;
        margin-right: 15px;
    }

    #wedoing{
        padding-bottom: 30px;
    }

    #wedoing h3{
        font-size:30px;
        margin-bottom: 30px;
    }

    #wedoing h4{
        font-size: 18px;
    }

    #wedoing .wedobox{
        text-align: center;
    }

    #categories .list{
        align-items: center;
    }

    #world h3{
        font-size: 32px;
    }
    .footer-logo{
        text-align: center;
    }

    .social-icons li{
        margin-right: 5px;
    }

    .text-white-copy{
        font-size: 13px;
    }

    header .collapse.show{
        margin: 30px 0;
    }

    .navbar-nav .nav-item{
        background: #214c60;
        padding: 3px 15px;
        border-radius: 3px;
        margin-bottom: 5px;
    }

    .lng-dropdown{
        background: #214c60 !important;
        border: none;
        padding-left: 0px !important;
        padding: 3px 15px;
        border-radius: 3px;
        margin-bottom: 5px;
        margin: 0 !important;
    }

    .lng-dropdown button{
        color: #92a6b0 !important;
    }

    .navbar .navbar-brand{
        height: 65px;
    }

    .navbar .navbar-brand img{
        height: 55px;
    }

    #header h1{
        font-size: 30px;
        line-height: initial;
    }

    section#header{
        padding-top: 65px;
    }

    .contact-rows{
        margin-bottom: 30px;
    }


    .categories .category{
        padding: 10px 15px;
        background: #ebebeb;
        border-radius: 8px;
        margin-bottom: 5px;
    }

    .categories .category.selected{
        background: #dae5ff;
    }

    .carousel-item{
        text-align: center;
    }

    .carousel-item img {
        margin-top: 75px;
    }

    section#header.products-bg{
        background-position: inherit;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
