#logo{
    margin-top: 0px;
    margin-left: 50px;
    float: left;
    padding-top: 0px;
}

ul {
    list-style-type: none;
    margin: 20;
    padding: 0;
    overflow: hidden;
    background-color: none;
}

li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-style: normal; 
	font-family: verdana;
    font-size: 80%;
}

li a:hover {
    background-color: #111;
}

h1{
    color: white;
    font-size: 40px;
    text-align: center;
    margin-top: 200px;
    font-family: Goudy Old Style;
}

#tagline{
    text-align: center;
    color: white;
    padding-bottom: 15px;
    font-family: verdana;
    font-style: oblique;
    font-size: 15px;
}

#wrapper {
  position: absolute;
  top: 65%;
  left: 46%;
  border-style: solid;
  border-color: white;
  color: white;
  padding: 12px;
  text-align: center;
  font-family: verdana;
  font-style: oblique;
  font-size: 15px;
  text-decoration: none;
  border: 3px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  
}

.footer {
   position:fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #333;
   color: white;
   text-align: center;
   font-style: normal; 
   font-family: verdana;
   font-size: 10px;
}

#mission{
  border: 10px;
  background-color: ghostwhite;
  width: 450px;
  padding: 20px;
  margin: auto;
  font-family: verdana;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
}

h2{
    color: #0B9446;
    font-size: 20px;
}

h3{
    color: #0B9446;
    font-size: 20px;
}

#lunch{
  border: 2px solid white;
  border-radius: 4px;
  background-color: #0B9446;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-family: verdana;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  display: inline-block;
  top: 55%;
  left: 34%;
}

#dinner{
  border: 2px solid white;
  border-radius: 4px;
  background-color: #0B9446;    
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-family: verdana;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  top: 55%;
  left: 50%;
}


* {
  box-sizing: border-box;
    
}

input[type=text], select, textarea {
  width: 75%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  position: absolute;
  width: 68%;
  left: 16.5%;
  padding-bottom: 50px;
  
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
    
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

h4{
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 100px;
    font-family: Goudy Old Style;
}

#contact{
    color: white;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: verdana;
    font-style: normal;
}

h5{
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 100px;
    font-family: Goudy Old Style;
}

h6{
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 100px;
    font-family: Goudy Old Style;
}

#map{
    padding: 20px;
    margin: auto;
    display: block;
	width: 60%;
}

* {
  box-sizing: border-box;
}

.column {
  border: hidden;
  float: left;
  width: 20%;
  padding: 15px;
  font-family: verdana;
  color: black;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  position: relative;
  left: 30%;
  top: 45%;
  text-align: center
 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

