@media only screen and (max-width:1024px){
  .dishes .dish-details h2, .dishes .dish-details h3{
    font-size: 18px!important;
    font-weight: 300;
  }
  .menu h3{
    margin-top: -16px;
font-size: 30px;
  }
}
@media only screen and (max-width:786px) {
  body{
    font-size: 12px!important;
  }
  h1{
    font-size: 26px!important;
  }
  h2{
    font-size: 15px!important;
    font-weight: 600;
    line-height: 35px;
  }
  .mainpage-text h2{
  font-size: 12px!important;
  }
  p{
    font-size: 12px!important;
    line-height: 35px!important;
    text-align: justify!important;
  }
  .padd{
        padding: 25px 0!important;
  }
  .header .navbar-default .navbar-nav>li>a{
    font-size:14px!important;
  }
  .parallax .fontsize-p {
    padding-top: 40px!important;
    color: #fff!important;
    font-size: 35px!important;
    text-align: center!important;
}
  .parallax span {
    color: #fff!important;
    font-size: 17px!important;
    line-height: 35px!important;
}
.menu h3{
  font-size: 20px!important;
}
.dishes .dish-details h2, .dishes .dish-details h3{
  font-size: 18px!important;
  font-weight: 300;
}
}
