@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.menus .offer{
    cursor:pointer;background-color: white;padding: 10px;margin-top: 15px;color: #000000;margin-left: 40px;z-index: 10;position: relative;
}
.bistro_info{
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}
.bistologo{
    max-width: 130px;
    height: auto;
}
.site_wrapper:after{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    content: "";

}
.site_wrapper{
    position: relative;
    min-height: 100vh;
}
.work_in_progres{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.top_row{

    padding: 30px 15px;
}
.bistro_info{
    font-size: 12px;
}
.delivery{
    font-size: 20px;
}
@media (min-width: 576px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
    .site_wrapper{
        background-image: url("../assets/img/bistro_bg.jpg");
        background-size: cover;
        background-position: center center;
    }
    .bistro_info{
        font-size: 18px;
    }
    .bistologo{
        max-width: 215px;
        height: auto;
    }
}
@media (max-width: 992px) {
    .bistro_info_wrapper, .gallery_wrap{
        background-color: #1a1a1a;
    }
    .top_row{
        background-image: url("../assets/img/bistro_bg.jpg");
        background-size: cover;
        background-position: center center;
    }
    .bistologo{
        margin-bottom: 80px;
        margin-top: 80px;
    }
    .gallery_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bistro_info{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


@media (min-width: 1200px) {
    .site_wrapper{
        padding: 45px 130px;
    }
    .top_row{
        margin-bottom: 50px;
    }
    .work_in_progres{
        font-size: 52px;
    }
    .delivery{
        font-size: 30px;
    }
}