ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 500px;
}


li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.container {
    margin: 0 auto !important;
    text-align: center !important;
}
.nav-cust {
      background: #199249;
      margin-bottom: 0px !important;
      border: 0px solid transparent !important;
      width: 100%;
}
li a:hover, .dropdown:hover .dropbtn {
    background-color: #bf3348;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9 !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.padd-top {
      padding-top: 130px;
}
iframe {
    width: 100%;
    height: 1320px;
}

.dropdown-content a:hover {background-color: #d3d3d3 !important}

.dropdown:hover .dropdown-content {
    display: block;
}


.w3-content w3-section {
    align-items: center;
}

.logo{
  max-width: 878px;
    max-height: 132px;
}

.headingtext{
  text-align: center;
}

.lunchmenu {
    text-align: center;
}

.dinnermenu{
	text-align: center;
}

.beveragesmenu{
	text-align: center;
}

.dessertsmenu{
	text-align: center;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 20;
  left: 0;
  padding: 1rem;
  background-color: #199249 ;
  text-align: center;
  color: white;
}