body {
    font-family: 'Comfortaa', serif;
   /* font-family: 'Marck Script rev=1', serif;*/
    
}
.navbar{
    position: absolute;
width: 100%;
opacity: 0.8;
background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(256,256,256,.9);
}
h2{
    font-size: 2.3rem;
font-weight: bold;
}

.home-slide {
background-image: url('/assets/images/v2/bg_home_3.jpg');
background-size: cover;
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
height: 900px;

}
.home-slogan{
font-size: 141px;
color: #fff;
line-height: 86%;
margin-top: 568px;
position: absolute;
bottom: 100px;
}
.home_slide .item{
margin: 20px 40px;
border: 1px solid;
padding: 20px 40px;
}
.o_nas{
padding: 120px 0;

}
.o_nas h2{
font-family: 'Comfortaa', serif;
}
.o_nas p{
font-size: 19px !important;
text-align: justify;
}
.dish-item{
    border: 1px solid #000;
margin-bottom:50px;
}
.dish-description{
margin-top: 100px;
}
.dish-title{
position: relative;
}
.dish-item h2{
    background-color: #000;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
    position: absolute;
top: 0;
width: 100%;
opacity: 0.8;

}
.delivery{
    background-image: url('/assets/images/maps_opaty.jpg');
background-size: cover;
background-position: center top;
}
.delivery > div{
    width: 100%;
    height: 100%;
    color: #000;
}
.delivery p, .contacs p{
font-size: 1.8em;
text-align: center;
margin: 52px 0;
}
.delivery {
text-align: center;}
.contacs{
text-align: center;}