/*
    Theme Name: Delicious
    Theme URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/


.header-h {
    color: red;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}

  
  a {
    text-decoration: none;
    color: white;
  }
  
  a:hover {
    color: #fc1616;
    text-decoration: none;
  }
  
  
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h1 {
    color: red;
      font-size: 46px;
      font-family: 'Satisfy', sans-serif;
      font-weight: 300
  }
  
  
  .section-title p {
    color: #9699a6;
      font-size: 16px;
  }
  
  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
  }
  
  
  .menu .menu-content {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  
  .menu .menu-content a {
    padding-right: 10px;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color:white;
  }
  
  .menu .menu-content span {
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
  }
  
  .menu .menu-ingredients {
    font-style: italic;
    font-size: 14px;
    font-family: 'Satisfy', sans-serif;
    color: #948c81;
  }
  
      iframe{
        width: 400px;
        height: 500px;
    }
    
