/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .pancake-single-slide {
        width: 70px;
        height: 70px;
    }
    .sandwich-image {
        margin-left: 0;
    }
}



/*Medium devices - Tablet layout (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .navbar-nav {
        margin: 20px 0;
        background: rgba(0,0,0,0.8);
    }
    .navbar-nav li {
        padding-right: 0;
    }
    .navbar-nav li:first-child {
        padding-left: 30px;
    }
    .navbar-nav li:before {
        display: none;
    }
    .navbar-nav li .nav-link {
        display: inline-block;
    }
    .navbar-dark .navbar-toggler {
        color: #fff;
    }
    .banner-slider-area, 
    .home-banner-slider, 
    .home-banner-slider .single-slide {
        height: 550px;
    }
    .single-slide-content h2 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .single-slide-content p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .single-slide-content a {
        padding: 8px 20px;
        font-size: 16px;
    }
    .pancake-single-slide {
        width: 65px;
        height: 65px;
    }
    .footer-content .footer-logo {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .footer-content .footer-logo .logo {
        margin: 0 auto;
    }
}



/*Small devices - Mobile layout (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .section-padding {
        padding: 50px 0;
    }
    h3.title {
        font-size: 28px;
    }
    p.title-sub {
        font-size: 13px;
    }
    .banner-slider-area, 
    .home-banner-slider, 
    .home-banner-slider .single-slide {
        height: 400px;
    }
    .home-banner-slider .single-slide-content {
        top: 50%;
        width: 80%;
    }
    .single-slide-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .single-slide-content p {
        font-size: 15px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .single-slide-content a {
        font-size: 15px;
    }
    .home-banner-slider .owl-nav button i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .about-text {
        padding-right: 0px;
    }
    .pancake-image {
        margin-bottom: 50px;
    }
    .pancake-image,
    .pancake-image img {
        height: 450px;
    }
    .pancake-ready-time {
        right: -25px;
    }
    .sandwich-image img {
        height: 325px;
    }
    .footer-menu {
        font-size: 14px;
    }
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .banner-slider-area, 
    .home-banner-slider, 
    .home-banner-slider .single-slide {
        height: 300px;
    }
    .home-banner-slider .owl-nav button {
        left: 10px;
    }
    .home-banner-slider .owl-nav button.owl-next {
        right: 10px;
    }
    .home-banner-slider .owl-nav button i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .banner-slider-area .navbar {
        padding: 5px 10px;
    }
}