.home_screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.6)), to(rgba(20, 11, 0, 0.6))), url('../images/bg_full-hd-image.jpeg');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.6), rgba(20, 11, 0, 0.6)), url('../images/bg_full-hd-image.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.header {
  position: static;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.inner_container {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.inner_container.main_screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  max-width: 1069px;
  margin: 0px auto;
  font-family: Castoninked, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.h3 {
  max-width: 580px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Castoninked, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.image {
  display: block;
  text-align: left;
}

.logo {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0px;
  opacity: 0.85;
  -webkit-transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
}

.logo:hover {
  opacity: 1;
}

.logo.sticky {
  -webkit-filter: invert(80%);
  filter: invert(80%);
}

.menu_links {
  display: inline;
  margin-left: 30px;
  padding-top: 30px;
  float: right;
  -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
  transition: color 250ms cubic-bezier(.55, .055, .675, .19);
  font-family: Castoninked, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu_links:hover {
  color: #fff;
}

.menu_links:active {
  color: #b9b9b9;
}

.menu_links.sticky {
  -webkit-filter: invert(80%);
  filter: invert(80%);
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Castoninked, sans-serif;
  color: #555;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 1px;
}

.h2.white {
  margin-top: 0px;
  padding-top: 100px;
  color: #fff;
  text-align: center;
}

.h2.center {
  text-align: center;
}

.column-style {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.body {
  background-color: #faf9f3;
  font-family: Inknutantiqua, sans-serif;
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

.h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.h4.menu {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.h4.menu.center {
  text-align: center;
}

.h4.white_text {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #bbb;
  font-weight: 500;
}

.paragraph {
  margin-right: 40px;
  margin-left: 40px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.simple-link {
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Castoninked, sans-serif;
  color: rgba(85, 85, 85, 0.7);
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.simple-link:hover {
  color: #555;
}

.slide_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.4)), to(rgba(20, 11, 0, 0.4))), url('../images/slider1.png');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.4), rgba(20, 11, 0, 0.4)), url('../images/slider1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slider {
  z-index: 1;
  margin-top: 100px;
}

.slide_2 {
  position: relative;
  display: inline-block;
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.4)), to(rgba(20, 11, 0, 0.4))), url('../images/slide_2.png');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.4), rgba(20, 11, 0, 0.4)), url('../images/slide_2.png');
  background-position: 0px 0px, 100% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide_3 {
  position: relative;
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.4)), to(rgba(20, 11, 0, 0.4))), url('../images/slide_3.png');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.4), rgba(20, 11, 0, 0.4)), url('../images/slide_3.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.h5 {
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #777;
  font-size: 13px;
  text-transform: lowercase;
}

.h5.footer_text {
  margin-right: 0px;
  color: #5d5b2b;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.heading {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 300;
}

.paragraph_text {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 300;
}

.tabs_menu {
  display: inline-block;
  max-width: 250px;
  float: left;
}

.tab_link {
  display: block;
  width: 270px;
  padding: 0px 0px 30px;
  background-color: #faf9f3;
  -webkit-transition: padding 300ms ease, color 250ms cubic-bezier(.77, 0, .175, 1);
  transition: padding 300ms ease, color 250ms cubic-bezier(.77, 0, .175, 1);
  color: #838150;
  font-weight: 400;
}

.tab_link:hover {
  color: #5d5b2b;
}

.tab_link.w--current {
  padding-top: 0px;
  padding-left: 20px;
  background-color: #faf9f3;
  color: #5d5b2b;
}

.menu_section {
  padding-bottom: 60px;
  background-color: #faf9f3;
}

.menu_image {
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: 0px;
  width: 250px;
  opacity: 0.3;
}

.tab_content {
  position: relative;
}

.space {
  display: inline-block;
  margin-bottom: 50px;
}

.hours_section {
  position: static;
  overflow: visible;
  height: 650px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.6)), to(rgba(20, 11, 0, 0.6))), url('../images/slider1.png');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.6), rgba(20, 11, 0, 0.6)), url('../images/slider1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.footer {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf9f3), to(#faf9f3));
  background-image: linear-gradient(180deg, #faf9f3, #faf9f3);
}

.link {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-transition: color 250ms cubic-bezier(.77, 0, .175, 1);
  transition: color 250ms cubic-bezier(.77, 0, .175, 1);
  color: #838150;
  text-decoration: none;
}

.link:hover {
  color: #5d5b2b;
}

.link.center {
  margin-top: 15px;
  margin-right: auto;
  font-weight: 400;
  text-align: center;
}

.form {
  margin-right: 40px;
}

.field {
  position: static;
  top: 1px;
  height: 50px;
  margin-bottom: -1px;
  padding: auto 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 129, 80, 0.5);
  background-color: transparent;
  -webkit-transition: border 250ms cubic-bezier(.77, 0, .175, 1);
  transition: border 250ms cubic-bezier(.77, 0, .175, 1);
}

.field:hover {
  border-color: #838150;
}

.field:active {
  border-color: #5d5b2b;
}

.field:focus {
  border-color: #777;
}

.field::-webkit-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.field:-ms-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.field::-ms-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.field::placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.form_block {
  max-width: 100%;
  margin-bottom: 50px;
}

.text_area {
  position: relative;
  margin-bottom: 0px;
  padding: auto 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 129, 80, 0.5);
  background-color: transparent;
}

.text_area:hover {
  border-color: #838150;
}

.text_area:active {
  border-color: #5d5b2b;
}

.text_area:focus {
  border-color: #777;
}

.text_area::-webkit-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.text_area:-ms-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.text_area::-ms-input-placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.text_area::placeholder {
  color: hsla(0, 0%, 46.7%, 0.5);
}

.button {
  height: 50px;
  min-width: 100%;
  padding-right: auto;
  padding-left: auto;
  background-color: rgba(131, 129, 80, 0.7);
  -webkit-transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  background-color: #838150;
}

.button:active {
  background-color: #5d5b2b;
  color: #faf9f3;
}

.sticky_header {
  position: fixed;
  left: 0px;
  top: -100px;
  z-index: 100;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  background-color: #faf9f3;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.heading-2 {
  opacity: 0.5;
}

.image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.under_image {
  position: absolute;
  bottom: 0px;
  opacity: 0.2;
}

.image-3 {
  max-width: 100%;
}

.image-4 {
  background-image: url('../images/pic1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-5 {
  position: static;
}

.section {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  display: block;
  color: transparent;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #606060;
}

.text-block {
  position: relative;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-width: 1px;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 300;
}

.text-block-2 {
  color: #fff;
  font-size: 21px;
  text-decoration: underline;
}

.button-2 {
  border-radius: 5px;
}

.navbar-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-3 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 21px;
}

html.w-mod-js *[data-ix="load-effects"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="load-effects-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="load-effects-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="scroll-effects"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="appearance-effect"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="appearance-effect-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="menu-effects"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-3"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-4"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-5"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-6"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-7"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-8"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-9"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-10"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-11"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-12"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-13"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-14"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="menu-effects-2-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-effects-2-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-effects-2-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-effects-2-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-effects-2-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-effects-2-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media screen and (max-width: 991px) {
  .inner_container {
    max-width: 960px;
  }
  .inner_container.main_screen {
    max-width: 940px;
    margin-top: 160px;
  }
  .h1 {
    font-size: 42px;
  }
  .menu_links {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  .h2 {
    padding-top: 60px;
    padding-left: 10px;
    font-size: 26px;
  }
  .h2.white {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 26px;
  }
  .h4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
  }
  .slider {
    margin-top: 50px;
  }
  .h5 {
    font-size: 11px;
    line-height: 18px;
  }
  .h5.footer_text {
    margin-top: 10px;
    font-size: 11px;
  }
  .paragraph_text {
    font-size: 11px;
    line-height: 16px;
  }
  .tabs_menu {
    padding-left: 10px;
  }
  .space {
    margin-bottom: 20px;
  }
  .hours_section {
    height: 600px;
  }
  .link.center {
    margin-top: 10px;
    margin-right: 0px;
    font-size: 11px;
    line-height: 18px;
  }
  .form_block {
    margin-bottom: 40px;
  }
  .button {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .inner_container.main_screen {
    margin-top: 0px;
    padding-top: 100px;
  }
  .h1 {
    margin-top: 100px;
    font-size: 36px;
    line-height: 50px;
  }
  .h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .h2 {
    display: block;
    padding-bottom: 20px;
    -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
  }
  .h2:active {
    color: #555;
  }
  .h2.white {
    padding-top: 110px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 36px;
  }
  .column-style.events {
    height: 250px;
    background-image: url('../images/pic3.png');
    background-position: 50% -40px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .column-style.food {
    height: 250px;
    background-image: url('../images/pic1.png');
    background-position: 50% -80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .column-style.drinks {
    height: 250px;
    background-image: url('../images/pic2.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .h4 {
    font-size: 15px;
  }
  .h4.menu.center {
    margin-top: 30px;
  }
  .paragraph {
    margin-bottom: 50px;
    line-height: 21px;
  }
  .hours_section {
    height: 600px;
  }
  .footer {
    padding-bottom: 10px;
  }
  .field {
    font-size: 14px;
  }
  .form_block {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .text_area {
    font-size: 14px;
  }
  .button {
    font-size: 14px;
  }
  .empty_column {
    height: 0px;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline;
    overflow: visible;
    width: 100%;
    background-color: transparent;
    color: #faf9f3;
  }
  .brand {
    text-align: center;
  }
  .brand.w--current {
    padding-top: 18px;
    padding-left: 20px;
  }
  .nav-menu {
    position: static;
    width: 100vw;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .nav-link {
    display: block;
    color: #faf9f3;
    text-align: center;
  }
  .menu-button {
    color: #afad71;
  }
  .mobile_logo {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 20px;
  }
  .container {
    position: static;
    display: block;
    overflow: visible;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 20;
    display: block;
    overflow: visible;
    background-color: transparent;
  }
  .link-bar {
    display: block;
    -webkit-filter: invert(80%);
    filter: invert(80%);
    font-family: Castoninked, sans-serif;
    color: hsla(0, 0%, 100%, 0.8);
    text-align: center;
  }
  .link-bar:hover {
    color: #fff;
    text-align: center;
  }
  .container-2 {
    background-color: transparent;
  }
  .nav-menu-2 {
    background-color: #faf9f3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .menu-button-2 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .icon {
    color: #afad71;
  }
  .navbar-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline;
  }
  .menu-button-3 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
  }
  .menu-button-3.w--open {
    background-color: transparent;
  }
  .navbar-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: transparent;
  }
  .navbar-4 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .inner_container.main_screen {
    margin-top: 0px;
    padding-top: 160px;
  }
  .h1 {
    margin-top: 50px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
  }
  .logo {
    position: static;
    left: 0px;
    top: 0px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .h2 {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .h2.white {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .column-style {
    position: relative;
  }
  .column-style.events {
    height: 200px;
    background-position: 50% -20px;
    background-size: cover;
  }
  .column-style.food {
    height: 200px;
    background-position: 50% -20px;
    background-size: cover;
  }
  .column-style.drinks {
    height: 200px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .h4.white_text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 19px;
  }
  .slider {
    margin-top: 0px;
  }
  .h5.footer_text {
    margin-right: 0px;
    color: #5d5b2b;
    font-size: 12px;
  }
  .tabs_menu {
    max-width: 120px;
  }
  .menu_section {
    padding-bottom: 0px;
  }
  .space {
    margin-bottom: 30px;
  }
  .hours_section {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 0, 0.6)), to(rgba(20, 11, 0, 0.6))), url('../images/slider1.png');
    background-image: linear-gradient(180deg, rgba(20, 11, 0, 0.6), rgba(20, 11, 0, 0.6)), url('../images/slider1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .link.center {
    font-size: 12px;
  }
  .field {
    height: 50px;
    padding-top: auto;
    padding-bottom: auto;
    text-align: center;
  }
  .form_block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text_area {
    font-size: 14px;
    text-align: center;
  }
  .button {
    height: 50px;
    font-size: 14px;
  }
  .empty_column {
    height: 0px;
  }
  .mobile_logo {
    max-width: 50%;
    margin-top: 20px;
    text-align: left;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
  }
  .menu-button-2 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: inline;
  }
  .image-6 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}

@font-face {
  font-family: 'Castoninked';
  src: url('../fonts/CastonInked-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Castoninked';
  src: url('../fonts/CastonInked-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Castoninked';
  src: url('../fonts/CastonInked-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}