body {
    background-color: #00ccff;
}
header {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;
    
}
nav {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    margin-top: -5px;
    font-family: "lucida handwriting";
    font-size: 18px;
    
}
ul {
  background: #ffb366;
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
  width: 100.8%;
  z-index: 10;
  margin-bottom: 15px;
}

li {
  padding-top: 10px;
  color: #fff;
  background: #ffb366;
  display: block;
  float: left;
  padding: 14px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  width: 21.5%;
  text-align: center;
  margin-top: -17px;
  border: 2px solid white;
  z-index: 10;
} 
li a {
  color: #fff;
  z-index: 10;
  text-decoration: none;
}

li:hover,
li:focus-within {
  background: #00ccff;
  cursor: pointer;
  z-index: 10;
}

li:focus-within a {
  outline: none;
  z-index: 10;
}

ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  width: 21.5%;
  z-index: 10;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   margin-top: 0px;
   z-index: 10;
}

ul li ul li {
  clear: both;
  width: 255%;
  margin-top: 0px;
  z-index: 10;
}
.logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slideshow {
    padding-top: 10px;
}
.main {
    border: 2px solid white;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffb366;
   
}
main {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffb366;
    color: white;
}
footer {
    width: 50%;
    height: 130px;
    margin-left: auto;
    margin-right: auto;    
    background-color: #ffb366;
    border: 2px solid white;
    text-align: center;
    color: white;
    z-index: 10;
}
h2 {
    font-family: "lucida handwriting";
}
section {
    
}
.one {
    float: left;
    display: inline-block;
    text-align: center;
    width: 24%;
    padding-bottom: 18px;
    border-right: 2px solid white;
}
.two {
    
    display: inline-block;
    text-align: center;
    width: 24%;
    padding-bottom: 15px;
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.three {
    
}
.four {
    float: right;
    display: inline-block;
    text-align: center;
    width: 24%;
    border-left: 2px solid white;
    height: 195px;
}
.dropdown {
    width: 21.5%;
}
.title {
    border: 2px solid white;
    margin-top: 45px
}
.menu {
    border: 2px solid white;
    font-family: "lucida handwriting";
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
}
.lunch2 {
    width: 108px;
    height: 108px;
}
.dtwo {
    display: inline-block;
    text-align: center;
    width: 24%;
    padding-bottom: 15px;
    border-right: 2px solid white;
    border-left: 2px solid white;
    padding-top: 25px;
}
.dfour {
    float: right;
    display: inline-block;
    text-align: center;
    width: 24%;
    border-left: 2px solid white;
    height: 195px;
    padding-bottom: 28px;
}
.review {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 2px solid white;
}
.map {
    border: 2px solid white;
    padding-top: 5px;
}
.restraunt {
    border: 2px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -48px;
}