.nav-bar {
    position: sticky;
    top: 5px;
    z-index: 3;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top:10px;
    background: #986300;
    letter-spacing:4px;
    font-size:15px;
    border: 4px solid white;
    border-radius: 15px;
    box-shadow:3px 3px 2px rgba(0,0,0,0.33);
    font-weight:bold;
    padding: 5px;
}

p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing:3px;
    font-size: 20px;
    font-weight: 300;
}

h1 {
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing:4px;
    font-size: 28px;
    font-weight:bold;

}

h2 {
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing:4px;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;

}
h3 {
    text-align: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing:5px;
    font-size: 30px;
    font-weight:bolder;
}
hr {
    height: 2px;
    background-color: brown
}


.header {
    border: 4px solid  #986300;
    margin-top: 20px;
    min-height: 10px;
    background-color: greenyellow;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;

}
 .pull-left {
     float: left;
 }
 .pull-right {
     float: right;
 }

body {
    background-color: cornsilk; 
}

.title {
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 8px;
    font-weight: 700;
    font-size: 60px; 
    position: relative;
    top: 5px;
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.main-box {
    margin-top: 20px; 
    border: 4px solid  #986300;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.3);
    min-height: 10px;


}

.banner {
    border-radius: 10px;
    top: 180px;
    left: 0;
    position: absolute;
    z-index: -4;
    width:100vw;
    height: 600px;
    background-image:url(images/bannerimg.jpg);
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
}

.banner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.grid-container {
    display: grid;
    border-radius: 10px;
    height: 98%;
    grid-template-columns: auto auto auto;
    background-color: #e8e3dc;
    padding: 10px;
    gap: 20px;
    grid-template-rows: auto auto auto;
  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }

  .menu-item-title {
      background-color: #986300;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
      font-family: 'Yanone Kaffeesatz', sans-serif;
      color: white;
      margin-bottom: 5px;
  }

  .menu-item {
      border-radius: 10px;
      margin: auto;
      background-size: cover;
      background-position: center;
      background-size: contain;
      max-height: 87%;
      max-width: 95%;
      height: 87%;
      width: 96%;
  }

  .overlay {
    margin: 0px -15px 0px -8px;
    background-color:rgba(0,0,0,0.7);
    min-height:1200px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 4;

  }

  .menu-item-tab{
    border: 4px solid  #986300;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.3);
    min-width: 600px;
    min-height: 600px;
  }