html {
  scroll-behavior: smooth;
}
.top-bar-area {
  background: #61302b !important;
}
nav.navbar.mobile-sidenav.brand-center {
  background: #FFF !important
}
nav.validnavs.brand-center .navbar-brand img {
  top: -18px;
}
nav.validnavs.dark-layout.brand-center ul.nav > li > a {
  color: #4b4b4b;
}
.navbar-brand > img {
  height: 100px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#bb9760;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
.fixed-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  z-index: 100000;
  transition: 0.2s;
  background: #FFF;
}
.fixed-header nav.navbar.mobile-sidenav.brand-center {
  top: 0 !important;
}
.banner-style-four-content {
  padding-top: 200px;
}
.navbar-nav li > a.active {
  color: #61302b !important;
}
.bg-theme.top-bar-style-two {
  background: #000 !important;
}
.topbar-two-items img {
  height: 80px;
}
.topbar-two-items .logo a {
  padding: 10px 50px;
}
#navbar-menu {
  width: 95%;
  float: left;
}
.opening-hour-items .text-fixed {
  top: 40px;
  font-size: 53px;
}
ul.opening-hours-table li::after {
  content: none;
}
.bg-dark ul.opening-hours-table li span, .bg-dark ul.opening-hours-table h6 {
  background: none;
}
.reservation-form button {
  background: #ce8c00;
}
.top-feature-style-one-area h2 {
  font-size: 40px;
}
#menu .product-title {
  font-size: 20px;
}
.about-four-thumb .fun-fact {
	padding: 15px 30px;
}
@media (max-width: 768px) {
  .bg-dark nav.navbar.validnavs .navbar-toggle i {
    color: #000;
  }
	.bg-dark nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
	background: #FFF;
}
  video {
    width: 100%;
  }
  .fixed-header {
    background: #000;
  }
}