p,
a,
li {
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #9a9285;
}
h1,
h2,
h3 {
  font-family: "Comic Sans MS", cursive, sans-serif;
}
body {
  background: url("../images/bg.gif");
  width: 100%;
  height: 100%;
}
h1 {
  text-transform: uppercase;
  font-size: 36px;
}
h3 {
  color: #ff6636;
}
a:hover {
  color: #ff6636;
  text-decoration: none;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.white {
  color: #fff;
}
.orange {
  color: #ff6636;
}
img.logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.nav {
  padding-top: 20px;
}
.nav ul {
  padding-left: none;
  margin-left: -40px;
}
.nav ul li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}
.nav ul li.dropdown {
  cursor: pointer;
}
.nav ul li a {
  font-size: 18px;
  padding: 10px;
}
.nav ul li a:hover {
  background: #ff6636;
  color: #fff;
}
.nav .dropdown-menu a {
  line-height: 55px;
}
.nav .navbar-toggler {
  float: right;
  position: relative;
  top: 20px;
  display: none;
}
.header {
  margin-bottom: 40px;
}
.footer {
  border-top: 1px solid #9a9285;
  margin-top: 30px;
  float: left;
  width: 100%;
}
p.copyright {
  font-size: 11px;
  margin-top: 20px;
  color: #767574;
  line-height: 45px;
}
p.copyright span {
  float: right;
}
p.copyright img {
  margin-left: 10px;
  vertical-align: middle;
}

.subpages {
  background: #4a4a4a;
  margin: 0px 0 20px;
  padding: 10px 0 20px;
}
.menu-cat {
  padding-bottom: 50px;
}
.subpages h1 {
  color: #fff;
  font-size: 50px;
}
.subpages h1 span {
  float: right;
  color: #ff6636;
}
iframe {
  border: 0;
  width: 100%;
  height: 350px;
}

.images-box {
  margin: 0 auto 30px;
  max-width: 1000px;
}
.images-box img {
  text-align: center;
}
.images-box a:hover img {
  opacity: 0.7;
}
#menu {
}
#menu h2 span {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#menu h3 {
  font-size: 18px;
  font-weight: 400;
}

#menu h3 span,
#menu p span {
  float: right;
}
.menu-tab {
  background: none;
  border: none;
  margin-top: -85px;
  margin-bottom: 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: none !important;
  border: none;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a {
  color: #ff6636;
}
.nav-tabs > li > a {
  background: none;
  color: #fff;
  text-transform: uppercase;
}

.nav-tabs > li > a:hover {
  background: none;
  border: none;
  color: #ff6636;
}
.lunch-set {
  border: 2px solid #ff6636;
  padding: 10px 20px 20px;
  margin: 20px 0;
}

#gallery {
  margin-top: 30px;
}

#gallery ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#gallery ul li {
  list-style: none;
  margin-bottom: 25px;
}
#gallery ul li img {
  cursor: pointer;
  height: 170px;
  width: 100%;
  max-width: 255px;
}
.modal-body {
  padding: 5px !important;
}
.modal-content {
  border-radius: 0;
}
.modal-dialog img {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  p,
  a,
  li {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  }
  .header img {
    width: 50% !important;
  }
  #gallery ul li img {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  img.logo {
    width: 50% !important;
  }
  .nav .navbar-toggler {
    display: block;
  }
  .nav ul li {
    display: list-item;
    margin-bottom: 20px;
  }
}
