@media screen and (max-width: 1222px){
    .nav-logo{
        position: unset;
        width: 145px;
        display: block;
        margin-right: 20px;
    }
    .banner{
        background-size: unset;
    }
}
@media screen and (min-width: 1200px){
    .navbar > ul{
        display: block !important;
    }
}

@media screen and (max-width: 1200px){
    nav .container{
        margin: 0 !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .navbar{
        background: #3B3B3B;
    }

    .navbar > ul{
        display: none;
    }
    .navbar > ul li{
        display: block;
    }
    .navbar > ul li a{
        border-right: none;
        border-bottom: 1px solid lightgrey;
        color:white;
    }
    .navbar > ul li:last-child a{
        border-left: none;
    }
    #btn-navbar{
        display: block;
    }
}
@media screen and (max-width: 992px){

    .fixed-top{
        width: unset;
        position: unset;
        top:unset;
    }
    .fixed-bottom{
        width: unset;
        position: unset;
        top:unset;
    }

    #parallax-black .options {
        border: none !important;
    }
    #parallax-black .col-md-4:not(:last-child) .options{
        border-bottom: 3px solid #888888 !important;
        margin-bottom: 20px;
    }

    .options {
        min-height: unset;
    }
    .feature-img {
        max-width: 100%;
        float: none;
        margin-left: 0;
    }
    h2.feature-title {
        display: block;
        margin-top: 20px;
    }
}
@media screen and (max-width: 980px){
    .banner{
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 768px) {
    .main-logo  p{
        font-size: 8em;
    }
    .main-logo h1{
        font-size: 50px;
    }

    .banner{
        padding-bottom: 100px;
    }
    .owl-carousel li h4{
        font-size: 28px;
    }
    .btn-order{
        font-size: 25px;
    }
}
@media screen and (max-width: 378px){
    .main-logo  p{
        font-size: 5em;
    }
    .main-logo.text-center > div{
        padding-right: 0;
    }
    .main-logo h1{
        font-size: 30px;
    }

    .owl-carousel li h4{
        font-size: 20px;
    }
    .feature-img  .hover{
        padding-top: 5% !important;
    }
}
@media screen and (min-width: 992px){
    .photo-gallery > div:nth-child(4) {
        clear: both;
    }
}
@media screen and (max-width: 992px){
    .photo-gallery > div:nth-child(2n+1) {
        clear: both;
    }
}

