html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  font-family: Open Sans;
  height: 100%;
  font-size: 18px;
  line-height: 28px;
  background-color: #000;
  width: auto;
  margin: 0 auto;
}

header {
  background: black;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}

header nav {
  float: right;
  padding-top: 15px;
}

header nav ul {
  float: right;
  margin: 0 auto;
  margin-top: 8px;
  list-style-type: none;
}

header nav ul li {
  float: left;
}

header nav ul li a {
  text-decoration: none;
  color: whitesmoke;
  font-family: 'Montserrat','Open Sans', sans-serif;
  font-size: 20px;
  margin-left: 15px;
}

header nav ul li a:hover {
  color: rgb(11, 148, 70);
}

div#socialtop a {
  text-decoration: none;
  font-weight: normal;
  color: white;
  font-family: 'social media 2018';
  font-size: 28px;
  margin-left: 8px;
}

div#socialtop a:hover {
  color: rgb(207, 28, 68);
}

.fixed-nav socialtop {
  position: fixed;
  top: 0;
  z-index: 1;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical ;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.container {
  border-radius: 5px;
  background-color: rgb (0,0,0, 0.5);
  color: white;
  padding: 20px;
}

hourarrow {
  border-radius: 8px;
  align-content: center;
}

#hours-reservations .map {
  position: static;
  height: 100px;
  background: #25313d url('') center center no-repeat;
}

#hours-reservations .w-container .credit-wrap {
  display: block;
  text-align: center;
  padding-top: 30px;
}

#hours-reservations .w-container .credit-wrap .credit-link {
  color: #526C88;
  font-family: "abril-text", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#hours-reservations .w-container .credit-wrap .credit-link:hover {
  color: #ccc;
  text-align: center;
}

#hours-reservations .w-container p {
  border-top-color: white;
  color: white;
  font-weight: 400;
}

#hours-reservations .w-container a.toggle-link {
  color: #fff;
}

#hours-reservations .w-container a.toggle-link:hover, #hours-reservations .w-container a.toggle-link.current {
  color: #c08938;
}

#hours-reservations .w-container h2, #hours-reservations .w-container h5 {
  text-transform: none;
}

#hours-reservations .w-container h5 {
  font-family: abril-text, sans-serif;
  color: #c08938;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

#hours-reservations .w-container .hours-p {
  clear: both;
  font-family: "abril-text", sans-serif;
  color: white;
  font-size: 12px;
  line-height: 22.5px;
  font-style: normal;
  letter-spacing: px;
}

#hours-reservations .w-container .location {
  margin-bottom: 30px;
  padding-top: 27px;
  padding-bottom: 14px;
  color: white;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical ;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.container {
  border-radius: 5px;
  background-color: rgb(47,79,79, 0.3);
  padding: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

div.lunchdinnerpic {
  margin: auto;
  width: 100%;
  padding: 0px;
}

footer {
  background: black;
  width: 100%;
  height: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}

footer ul {
  float: left;
  margin-right: 25px;
  list-style-type: none;
}

footer ul li {
  text-decoration: none;
  float: left;
}

footer div#socialbottom ul li a {
  text-decoration: none;
  font-weight: normal;
  color: white;
  font-family: 'social media 2018';
  font-size: 33px;
  margin-left: 8px;
}

footer div#socialbottom a:hover {
  color: rgb(207, 28, 68);
}

