@font-face {
  font-family: Bernier;
  src: url("../fonts/BERNIER-Regular.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  background-color: white;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  nav {
    height: 120px;
  }
}
nav.sticky {
  height: 70px;
}
nav.sticky .content-capper {
  height: 50px;
}
@media (min-width: 768px) {
  nav.sticky .content-capper {
    height: 70px;
    padding: 10px 20px 0 20px;
  }
}
nav.sticky .content-capper #logo {
  width: 60px;
  top: 10px;
}
@media (min-width: 768px) {
  nav.sticky .content-capper #logo {
    width: 80px;
    top: 0px;
    margin: 0 0 0 20px;
  }
}

nav > .content-capper {
  width: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0 20px;
  font-family: Bernier, sans-serif !important;
  background-color: white;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  nav > .content-capper {
    width: 95vw;
    margin: 0;
  }
}
nav > .content-capper #logo {
  height: 70px;
  z-index: 5;
  width: 100px;
  position: relative;
  top: -10px;
}
@media (min-width: 1025px) {
  nav > .content-capper #logo {
    width: 140px;
    top: -25px;
  }
}
nav > .content-capper #logo img {
  width: 100%;
}
nav > .content-capper .mobileReservation {
  display: block;
  background-color: #4381C1;
  padding: 10px 20px;
  margin-right: 10px;
}
nav > .content-capper .mobileReservation a {
  color: white;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  nav > .content-capper .mobileReservation {
    display: none;
  }
}
nav > .content-capper #hamburger {
  display: block;
  z-index: 4;
  outline: none;
}
@media (min-width: 1025px) {
  nav > .content-capper #hamburger {
    display: none;
  }
}
nav > .content-capper #desktopNav {
  display: none;
}
@media (min-width: 1025px) {
  nav > .content-capper #desktopNav {
    display: flex;
    justify-content: space-around;
    width: 88.75%;
    align-items: center;
  }
}
nav > .content-capper #desktopNav a {
  color: #A64914;
  font-size: 1.4vw;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
@media (min-width: 1300px) {
  nav > .content-capper #desktopNav a {
    font-size: 20px;
  }
}
nav > .content-capper #desktopNav a:hover li, nav > .content-capper #desktopNav a.active li {
  color: #4381C1;
}
nav > .content-capper #desktopNav a.button {
  color: white;
  background-color: #4381C1;
  margin-left: 10px;
}
nav > .content-capper #desktopNav a.button li {
  padding: 11px 20px 8px;
}
@media (min-width: 768px) {
  nav > .content-capper #desktopNav a.button li {
    padding: 0.75vw 20px 0.5vw;
  }
}
nav > .content-capper #desktopNav a.button:hover {
  background-color: #f0a202;
}
nav > .content-capper #desktopNav a.button:hover li {
  color: white;
}
nav > .content-capper #desktopNav a li {
  transition: 0.3s ease;
  padding: 11px 20px 8px;
}
@media (min-width: 768px) {
  nav > .content-capper #desktopNav a li {
    padding: 0.75vw 7px 0.5vw;
  }
}
nav > .content-capper #mobileNav {
  position: absolute;
  background-color: white;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100vw);
  transition: 0.3s ease;
  display: none;
}
@media (min-width: 1025px) {
  nav > .content-capper #mobileNav {
    display: none;
  }
}
nav > .content-capper #mobileNav.open {
  transform: translateX(0);
  display: block;
  margin-top: 20px;
  margin-top: 100px;
  height: 100vh;
}
nav > .content-capper #mobileNav #logo {
  margin: 10px;
  opacity: 0;
}
nav > .content-capper #mobileNav li {
  text-align: center;
  font-size: 5vh;
  color: #A64914;
  letter-spacing: 2px;
  margin-bottom: 4vh;
}

.bottom-tear {
  height: 30px;
  margin-bottom: -15px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  background-image: url(../img/global/edge.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: right;
  position: fixed;
  z-index: 9;
  top: 98px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .bottom-tear {
    top: 120px;
  }
}
.bottom-tear.scrolled {
  top: 50px;
}
@media (min-width: 768px) {
  .bottom-tear.scrolled {
    top: 70px;
  }
}
.bottom-tear img {
  height: 100%;
  width: 100%;
  position: relative;
  top: -1px;
}

nav.open {
  height: 100%;
}
nav.open #logo {
  position: absolute;
  top: 20px;
}
nav.open .hamburger {
  position: absolute;
  right: 20px;
  top: 40px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #a64b24;
  border: 0;
  margin: 0;
  overflow: visible;
  width: 45px;
  height: 45px;
  position: relative;
  top: -2px;
  border-radius: 4px;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header {
  padding: 0 0;
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 98px;
}
@media (min-width: 768px) {
  header {
    padding: 20px 10%;
    height: 575px;
    margin-top: 120px;
  }
}
header.scrolled {
  margin-top: 70px;
}
header .headerContent {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  header .headerContent {
    width: 60%;
  }
  header .headerContent img.headerTitle {
    margin: 150px auto 0 auto;
  }
  header .headerContent .headerSubtitle {
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) {
  header .headerContent.left .headerSubtitle {
    margin: 10px auto 0 0;
    color: white;
  }
}
@media (min-width: 1500px) {
  header .headerContent.left {
    margin-left: -4vw;
  }
}
@media (min-width: 768px) {
  header .headerContent.right {
    margin-right: 4vw;
  }
  header .headerContent.right img.headerTitle {
    margin: 150px 0 0 auto;
  }
  header .headerContent.right .headerSubtitle {
    margin: 10px 0 0 auto;
  }
}
@media (min-width: 1500px) {
  header .headerContent.right {
    margin-right: -4vw;
  }
}
header .headerContent img.headerTitle {
  display: block;
  margin: 0 auto;
  margin-top: 125px;
  width: 90%;
}
@media (min-width: 768px) {
  header .headerContent img.headerTitle {
    height: auto;
    margin-top: 175px;
    max-height: 240px;
  }
}
header .headerContent .headerSubtitle {
  margin-top: 20px;
}
header .headerContent .headerSubtitle p {
  color: white;
  text-align: center;
  max-width: 450px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
}
header .header-bg {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 200%;
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: 0 -60px;
  overflow: auto;
}
@media (min-width: 494px) {
  header .header-bg {
    background-size: 100% auto;
    height: 140%;
  }
}
@media (min-width: 768px) {
  header .header-bg {
    background-size: 100% auto;
    height: 140%;
    top: 0;
    background-size: cover;
    background-position: center;
  }
}

#reservation {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 50px 5px;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
#reservation .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#reservation h1 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  #reservation h1 {
    font-size: 60px;
  }
}
@media (min-width: 1300px) {
  #reservation h1 {
    font-size: 100px;
  }
}
#reservation h3 {
  color: #f0a202;
  margin: 14px auto;
}
@media (min-width: 1300px) {
  #reservation h3 {
    font-size: 34px;
  }
}
#reservation h3 span,
#reservation h3 a {
  color: #A64914;
}
#reservation #reservation-widget {
  display: none;
}
@media (min-width: 870px) {
  #reservation #reservation-widget {
    display: block;
  }
}
#reservation #reservation-widget-mobile {
  display: block;
}
@media (min-width: 870px) {
  #reservation #reservation-widget-mobile {
    display: none;
  }
}
#reservation .ot-dtp-picker {
  background-color: transparent !important;
}
#reservation .ot-dtp-picker {
  margin: 0 auto;
}
#reservation .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button {
  background-color: #FDAF08;
  border: #FDAF08;
  box-shadow: 0 0 0 1px #FDAF08;
}
#reservation .ot-dtp-picker input[type=submit] {
  background-color: #FDAF08;
  border: #FDAF08;
  box-shadow: 0 0 0 1px #FDAF08;
}
#reservation .ot-dtp-picker .ot-title {
  display: none;
}
#reservation.home-reservation h3 {
  display: none;
}
@media (min-width: 870px) {
  #reservation.home-reservation h3 {
    display: block;
  }
}

#home {
  overflow: hidden;
}

header.home {
  padding: 0 0;
  min-height: 350px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  header.home {
    height: 625px;
    padding: 20px 10%;
  }
}
header.home .headerContent {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  header.home .headerContent img.headerTitle {
    margin: 15px auto 0 auto;
  }
  header.home .headerContent .headerSubtitle {
    margin: 0 auto 0;
  }
}
@media (min-width: 768px) {
  header.home .headerContent.left {
    margin-left: 4vw;
    width: 40%;
  }
  header.home .headerContent.left img.headerTitle {
    margin: 60px auto 0 0;
    height: 400px;
    width: auto;
    max-width: unset;
    max-height: unset;
  }
  header.home .headerContent.left .headerSubtitle {
    margin: 45px auto 0 0;
    color: white;
  }
}
@media (min-width: 1300px) {
  header.home .headerContent.left {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  header.home .headerContent.right {
    margin-right: 4vw;
  }
  header.home .headerContent.right img.headerTitle {
    margin: 15px 0 0 auto;
  }
  header.home .headerContent.right .headerSubtitle {
    margin: 0 0 0 auto;
  }
}
header.home .headerContent img.headerTitle {
  height: 42vw;
  display: block;
  margin: 0 auto;
  margin-top: calc(160px - 10vw);
  width: auto;
}
@media (min-width: 768px) {
  header.home .headerContent img.headerTitle {
    height: auto;
    width: 100%;
    margin-top: 15px;
    max-width: 425px;
  }
}
header.home .headerContent .headerSubtitle {
  display: none;
}
@media (min-width: 900px) {
  header.home .headerContent .headerSubtitle {
    display: block;
  }
}
header.home .headerContent .headerSubtitle p {
  color: white;
  text-align: center;
  max-width: 450px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  header.home .headerContent .headerSubtitle p {
    font-size: 20px;
  }
}
header.home .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -60px;
  overflow: auto;
}
@media (min-width: 768px) {
  header.home .header-bg {
    background-size: cover;
    background-position: center;
  }
}

.notice {
  margin: 0 auto;
  padding: 20px;
  background-color: #E2E8ED;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice .content-capper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice .star {
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
}
.notice h2 {
  color: #A64914;
  font-size: 7vw;
  text-shadow: 0px 2px 0px #DBDBDB;
  margin: 0;
}
@media (min-width: 768px) {
  .notice h2 {
    font-size: 34px;
    text-shadow: 0px 3px 0px #DBDBDB;
    margin: 20px;
  }
}

.events {
  width: 100%;
  height: 150px;
}
.events.desktop {
  display: none;
}
@media (min-width: 768px) {
  .events.desktop {
    display: block;
    background-image: url(../img/home/TextureBar.png);
    background-repeat: repeat;
    background-size: auto 100%;
    overflow-y: visible;
    background-position-x: left;
    margin-top: -5px;
    position: relative;
  }
}
.events.desktop .stars-bg {
  display: none;
}
@media (min-width: 768px) {
  .events.desktop .stars-bg {
    display: block;
    position: absolute;
    width: calc(50vw - 480px);
    background-image: url(../img/global/Star3.png);
    background-repeat: repeat-x;
    background-size: auto 80%;
    overflow-y: visible;
    background-position-x: right;
    background-position-y: 20px;
    margin-top: -5px;
    top: 0;
    height: 130px;
  }
}
@media (min-width: 1000px) {
  .events.desktop .stars-bg {
    width: calc(50vw - 480px);
  }
}
@media (min-width: 1300px) {
  .events.desktop .stars-bg {
    width: calc(50vw - 580px);
  }
}
.events.desktop .stars-bg.right {
  right: 0;
  background-position-x: left;
}
.events.mobile {
  height: 205px;
  display: block;
}
@media (min-width: 768px) {
  .events.mobile {
    display: none;
  }
}
.events.mobile .mobile-event {
  height: 100px;
  background-color: #4381C1;
}
.events.mobile .mobile-event a {
  display: flex;
  height: 100%;
}
.events.mobile .mobile-event a .info {
  width: 60%;
  padding: 20px 10px;
  color: white;
}
.events.mobile .mobile-event a .info h5 {
  font-family: Bernier, sans-serif !important;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.events.mobile .mobile-event a .info .divider-line {
  height: 1px;
  background-color: white;
  width: 90%;
  margin: 5px auto 5px 0;
}
.events.mobile .mobile-event a .info p {
  font-size: 9px;
  line-height: 1.5;
}
.events.mobile .mobile-event a .event-image {
  width: 40%;
  background-size: cover;
}
.events.mobile .divider-line {
  height: 5px;
  width: 100%;
  background-color: white;
}
.events .swiper-container {
  display: none;
}
@media (min-width: 768px) {
  .events .swiper-container {
    display: block;
    height: 100%;
    max-width: 90%;
  }
}
@media (min-width: 1000px) {
  .events .swiper-container {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .events .swiper-container {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper {
    max-width: 1000px;
  }
}
.events .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #4381C1;
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper .swiper-slide {
    width: 500px;
  }
}
.events .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.events .swiper-container .swiper-wrapper .swiper-slide a .info {
  width: 52%;
  padding: 20px 15px 10px;
  color: white;
}
@media (min-width: 768px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .info {
    padding: 10% 30px;
  }
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .info {
    width: 283px;
    padding: 6.5% 15px;
  }
}
.events .swiper-container .swiper-wrapper .swiper-slide a .info h5 {
  font-family: Bernier, sans-serif !important;
  text-transform: lowercase;
  letter-spacing: 1px;
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .info h5 {
    font-size: 22px;
  }
}
.events .swiper-container .swiper-wrapper .swiper-slide a .info .divider-line {
  height: 1px;
  background-color: white;
  width: 90%;
  margin: 5px auto 5px 0;
}
.events .swiper-container .swiper-wrapper .swiper-slide a .info p {
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .info p {
    font-size: 12px;
  }
}
.events .swiper-container .swiper-wrapper .swiper-slide a .event-image {
  width: 35%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .event-image {
    width: 230px;
  }
}
@media (min-width: 1300px) {
  .events .swiper-container .swiper-wrapper .swiper-slide a .event-image {
    width: 283px;
  }
}
.events .swiper-controls {
  display: none;
  max-width: 100%;
}
@media (min-width: 768px) {
  .events .swiper-controls {
    display: block;
    width: 98%;
    max-width: 1000px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: -160px;
  }
}
@media (min-width: 1000px) {
  .events .swiper-controls {
    max-width: 900px;
  }
}
@media (min-width: 1300px) {
  .events .swiper-controls {
    max-width: 1100px;
  }
}
.events .swiper-controls .swiper-button-prev,
.events .swiper-controls .swiper-button-next {
  background-size: cover;
  color: transparent;
  transform: scale(1);
  transition: 0.3s ease;
  z-index: 2;
}
.events .swiper-controls .swiper-button-prev:hover,
.events .swiper-controls .swiper-button-next:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .events .swiper-controls .swiper-button-prev,
  .events .swiper-controls .swiper-button-next {
    height: 60px;
    width: 37px;
  }
}
.events .swiper-controls .swiper-button-prev {
  background-image: url(../img/global/left-arrow.png);
  outline: none;
}
@media (min-width: 768px) {
  .events .swiper-controls .swiper-button-prev {
    margin-left: -15px;
  }
}
.events .swiper-controls .swiper-button-next {
  background-image: url(../img/global/right-arrow.png);
  outline: none;
}
@media (min-width: 768px) {
  .events .swiper-controls .swiper-button-next {
    margin-right: -15px;
  }
}

.learn-more {
  position: relative;
  text-align: center;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  background-color: transparent;
  background-repeat: repeat;
  background-size: auto 25%;
  overflow-y: visible;
  background-position-x: left;
  padding: 20vw 10px 10vw;
}
@media (min-width: 768px) {
  .learn-more {
    padding: 50px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 10vw 10px 10vw;
  }
}
@media (min-width: 1300px) {
  .learn-more {
    padding: 150px 10px;
  }
}
@media (min-width: 768px) {
  .learn-more.right .content-capper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .learn-more.left .content-capper {
    flex-direction: row;
  }
}
.learn-more .content-capper {
  display: block;
}
@media (min-width: 768px) {
  .learn-more .content-capper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.learn-more .content-capper .learn-more-photos {
  width: 100%;
  /* Grid Fallback */
  display: flex;
  flex-wrap: wrap;
  /* Supports Grid */
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 45%;
  grid-gap: 2.5%;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-photos {
    grid-template-columns: 45% 45%;
    grid-template-rows: 50%;
    width: 50%;
  }
}
.learn-more .content-capper .learn-more-photos img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-photos img {
    width: 100%;
    display: inline;
    margin: 0;
  }
}
.learn-more .content-capper .learn-more-photos img:nth-of-type(3), .learn-more .content-capper .learn-more-photos img:nth-of-type(4) {
  display: none;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-photos img:nth-of-type(3), .learn-more .content-capper .learn-more-photos img:nth-of-type(4) {
    display: inline;
    align-self: flex-start;
  }
}
.learn-more .content-capper .learn-more-description {
  margin: 10px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-self: center;
  width: 100%;
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 140%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-description {
    width: 45%;
  }
}
.learn-more .content-capper .learn-more-description .icon {
  display: block;
  flex-basis: 100%;
  margin: 20px auto 10px;
  height: 80px;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-description .icon {
    margin: 5px auto;
    height: 100px;
  }
}
.learn-more .content-capper .learn-more-description .icon img {
  height: 100%;
}
.learn-more .content-capper .learn-more-description h1 {
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-description h1 {
    font-size: 38px;
  }
}
@media (min-width: 1300px) {
  .learn-more .content-capper .learn-more-description h1 {
    font-size: 66px;
  }
}
@media (min-width: 1500px) {
  .learn-more .content-capper .learn-more-description h1 {
    font-size: 78px;
  }
}
.learn-more .content-capper .learn-more-description h4 {
  margin: 4% 0 6%;
  flex-basis: 100%;
}
.learn-more .content-capper .learn-more-description .button-wrapper {
  margin-top: 20px;
}
.learn-more .content-capper .learn-more-description .button-wrapper .button {
  background-color: #4381C1;
  padding: 11px 20px 8px;
  transition: all 0.3s ease;
  display: inline;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-description .button-wrapper .button {
    padding: 16px 25px 8px;
  }
}
.learn-more .content-capper .learn-more-description .button-wrapper .button:hover {
  background-color: #f0a202;
  transform: scale(1.05);
}
.learn-more .content-capper .learn-more-description .button-wrapper .button a {
  color: white;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .learn-more .content-capper .learn-more-description .button-wrapper .button a {
    font-size: 25px;
  }
}

section.info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
section.info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  section.info .content-capper {
    padding: 50px 10px 80px;
  }
}
section.info .headline {
  display: flex;
  justify-content: center;
}
section.info .headline sup, section.info .headline sub {
  font-size: 50%;
  position: relative;
}
section.info .headline sup {
  top: -50%;
}
section.info .headline p {
  position: relative;
}
section.info .headline h1 {
  position: relative;
  margin: 20px;
}
section.info .headline h1.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.info .headline h1.desktop {
    display: block;
  }
}
section.info .headline h1.mobile {
  display: block;
}
section.info .headline h1.mobile p {
  font-size: 10vw;
  line-height: 10vw;
  font-family: Bernier, sans-serif !important;
  font-weight: bold;
}
section.info .headline h1.mobile p sup {
  top: -20px;
}
@media (min-width: 768px) {
  section.info .headline h1.mobile {
    display: none;
  }
}
section.info .headline .three-stars {
  align-self: center;
  width: 13%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  section.info .headline .three-stars {
    display: inline;
    margin: 0 20px;
  }
}
section.info .about {
  color: #A64914;
  line-height: 1.5;
  margin: 0 10px 35px;
}
@media (min-width: 768px) {
  section.info .about {
    max-width: 680px;
    margin: 20px auto 60px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1500px) {
  section.info .about {
    max-width: 880px;
  }
}
section.info h3 {
  color: #f0a202;
  margin: 0 auto;
  font-size: 6vw;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.info h3 {
    font-size: 25px;
    margin: 22px auto;
  }
}
@media (min-width: 1300px) {
  section.info h3 {
    font-size: 34px;
  }
}
section.info h3 span,
section.info h3 a {
  color: #A64914;
}
section.info .widget img {
  width: 100%;
  height: 100%;
  max-width: 550px;
}

#sign-up {
  font-family: Bernier, sans-serif !important;
  color: #f0a202;
  background: white;
  position: relative;
  overflow: visible;
}
#sign-up img {
  width: 100%;
}
#sign-up img.mobile {
  display: block;
}
@media (min-width: 768px) {
  #sign-up img.mobile {
    display: none;
  }
}
#sign-up img.desktop {
  display: none;
}
@media (min-width: 768px) {
  #sign-up img.desktop {
    display: block;
  }
}
#sign-up h1,
#sign-up h2 {
  text-align: center;
  color: #f0a202;
}
#sign-up h1 {
  margin-top: 30px;
  text-shadow: 0px 2px 0px #DBDBDB;
}
@media (min-width: 768px) {
  #sign-up h1 {
    text-shadow: 0px 3px 0px #DBDBDB;
  }
}
#sign-up h2 {
  margin: 20px 0;
  letter-spacing: 2px;
  line-height: 10vw;
  font-size: 9vw;
}
@media (min-width: 768px) {
  #sign-up h2 {
    margin: 5px 0;
    line-height: 70px;
    font-size: 34px;
  }
  #sign-up h2 span {
    display: none;
  }
}
#sign-up .form {
  border: 2px solid #4381C1;
  height: 50px;
  margin: 30px 20px 40px;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
}
@media (min-width: 768px) {
  #sign-up .form {
    margin: 10px auto 30px;
  }
}
#sign-up .form input[type=email] {
  color: #4381C1;
  font-family: urw-din, sans-serif;
  flex-grow: 1;
  text-align: center;
  font-size: 1em;
  border: 0;
}
#sign-up .form input[type=email]::placeholder {
  color: #4381C1;
}
#sign-up .form input[type=submit] {
  background-color: #4381C1;
  height: 100%;
  border: 0;
  border-radius: 0;
  border-left: 2px solid #4381C1;
  font-family: Bernier, sans-serif !important;
  color: white;
  letter-spacing: 1px;
  padding: 0 15px;
  margin: 0;
  font-size: 1.25em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-appearance: none;
}
#sign-up .form input[type=submit]:hover {
  background-color: #f0a202;
}

footer {
  background-color: #4381C1;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Bernier, sans-serif !important;
}
footer ul {
  margin: 40px auto 30px;
}
@media (min-width: 768px) {
  footer ul {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 40px auto 10px;
  }
}
footer ul li {
  text-align: center;
  margin: 20px 0;
}
footer ul li a {
  color: white;
  transition: color 0.3s ease;
}
footer ul li:hover a {
  color: #f0a202;
}
footer small {
  margin: 35px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
}
@media (min-width: 768px) {
  footer small {
    margin: 0 0 40px;
  }
}
footer small span {
  display: inline;
}
@media (min-width: 768px) {
  footer small span {
    display: none;
  }
}

section.parallax-headline {
  position: relative;
  min-height: 200px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
@media (min-width: 768px) {
  section.parallax-headline {
    min-height: 350px;
    height: 575px;
  }
}
@media (min-width: 768px) {
  section.parallax-headline.left .content-capper .parallaxContent {
    margin-left: -20vw;
  }
  section.parallax-headline.left .content-capper .parallaxContent .headerSubtitle {
    margin: 10px auto 0 0;
    color: white;
  }
}
@media (min-width: 1500px) {
  section.parallax-headline.left .content-capper .parallaxContent {
    margin-left: -20vw;
  }
}
@media (min-width: 768px) {
  section.parallax-headline.right .content-capper .parallaxContent {
    margin-right: -20vw;
  }
  section.parallax-headline.right .content-capper .parallaxContent img.headerTitle {
    margin: 150px 0 0 auto;
  }
  section.parallax-headline.right .content-capper .parallaxContent .headerSubtitle {
    margin: 10px 0 0 auto;
  }
}
@media (min-width: 1500px) {
  section.parallax-headline.right .content-capper .parallaxContent {
    margin-right: -20vw;
  }
}
@media (min-width: 768px) {
  section.parallax-headline.center .content-capper .parallaxContent .parallaxTitle {
    width: 90%;
    max-width: unset;
  }
}
section.parallax-headline .content-capper {
  display: block;
  margin: 0 auto;
}
section.parallax-headline .content-capper .parallaxContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.parallax-headline .content-capper .parallaxContent .parallaxTitle {
  z-index: 2;
  max-width: 90%;
  margin: 90px 0 50px;
}
@media (min-width: 768px) {
  section.parallax-headline .content-capper .parallaxContent .parallaxTitle {
    margin: 50px 0 50px;
    max-width: 50%;
  }
}
section.parallax-headline .bg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 155%;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
}
@media (min-width: 1300px) {
  section.parallax-headline .bg {
    top: -90px;
  }
}
section.parallax-headline .bg.mobile {
  display: block;
  height: 130%;
}
@media (min-width: 768px) {
  section.parallax-headline .bg.mobile {
    display: none;
  }
}
section.parallax-headline .bg.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.parallax-headline .bg.desktop {
    display: block;
  }
}
section.parallax-headline .bg img {
  height: 100%;
}

.gallery {
  position: relative;
  overflow: hidden;
  padding: 5% 5% 10% 5%;
}
@media (min-width: 768px) {
  .gallery {
    padding: 5%;
  }
}
.gallery .gallery-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-areas: "three" "five" "eight";
}
@media (min-width: 768px) {
  .gallery .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-areas: "one two three" "four four five" "six seven eight";
  }
}
.gallery .gallery-grid .grid-cell {
  background-size: cover;
  height: 87vw;
}
.gallery .gallery-grid .grid-cell.n1, .gallery .gallery-grid .grid-cell.n2, .gallery .gallery-grid .grid-cell.n4, .gallery .gallery-grid .grid-cell.n6, .gallery .gallery-grid .grid-cell.n7 {
  display: none;
}
@media (min-width: 768px) {
  .gallery .gallery-grid .grid-cell {
    width: unset;
    height: unset;
  }
  .gallery .gallery-grid .grid-cell.n1, .gallery .gallery-grid .grid-cell.n2, .gallery .gallery-grid .grid-cell.n4, .gallery .gallery-grid .grid-cell.n6, .gallery .gallery-grid .grid-cell.n7 {
    display: block;
  }
}
.gallery .gallery-grid .grid-cell.n1 {
  grid-area: one;
}
.gallery .gallery-grid .grid-cell.n2 {
  grid-area: two;
}
.gallery .gallery-grid .grid-cell.n3 {
  grid-area: three;
}
.gallery .gallery-grid .grid-cell.n4 {
  grid-area: four;
}
.gallery .gallery-grid .grid-cell.n5 {
  grid-area: five;
}
.gallery .gallery-grid .grid-cell.n6 {
  grid-area: six;
}
.gallery .gallery-grid .grid-cell.n7 {
  grid-area: seven;
}
.gallery .gallery-grid .grid-cell.n8 {
  grid-area: eight;
}
.gallery .gallery-grid .grid-cell.message {
  color: #FEF8DD;
  font-family: Bernier, sans-serif !important;
  font-size: 10vw;
  text-align: center;
  padding: 20% 0 0;
  letter-spacing: 1px;
  height: 62vw;
}
.gallery .gallery-grid .grid-cell.message::before {
  content: "";
  padding-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .gallery .gallery-grid .grid-cell.message {
    height: unset;
    font-size: 4vw;
    text-align: left;
    padding: 10% 0;
  }
}
@media (min-width: 1500px) {
  .gallery .gallery-grid .grid-cell.message {
    font-size: 64px;
    height: unset;
  }
}
.gallery .gallery-grid .grid-cell.message .socials {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .gallery .gallery-grid .grid-cell.message .socials {
    justify-content: left;
  }
}
.gallery .gallery-grid .grid-cell.message .socials .social {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.gallery .gallery-grid .grid-cell.message .socials .social img {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
}
.gallery .gallery-grid .grid-cell.message .socials .social img.hover {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery .gallery-grid .grid-cell.message .socials .social:hover .hover {
  opacity: 1;
}
.gallery .gallery-grid .grid-cell.rectangle {
  grid-column-start: 1;
  grid-column-end: 3;
}
.gallery .gallery-grid .grid-cell::before {
  content: "";
  padding-bottom: 49%;
  display: block;
}
.gallery .bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 155%;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
}
.gallery .bg.mobile {
  display: block;
}
@media (min-width: 768px) {
  .gallery .bg.mobile {
    display: none;
  }
}
.gallery .bg.desktop {
  display: none;
}
@media (min-width: 768px) {
  .gallery .bg.desktop {
    display: block;
  }
}
.gallery .bg img {
  height: 100%;
}

.featured-waistband {
  padding: 30px 4%;
  background-size: cover;
}
.featured-waistband .featured-items {
  display: block;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items {
    display: flex;
    justify-content: center;
  }
}
.featured-waistband .featured-items .waistband-item {
  display: flex;
  background-color: white;
  margin: 0 0 40px 0;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item {
    height: 270px;
    text-align: left;
    margin: 0 20px 0 0;
  }
  .featured-waistband .featured-items .waistband-item:nth-child(2) {
    margin: 0 0 0 20px;
  }
}
.featured-waistband .featured-items .waistband-item img {
  display: none;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item img {
    display: inline;
    max-height: 230px;
    max-width: 45%;
    padding: 0 10px;
    align-self: center;
  }
}
.featured-waistband .featured-items .waistband-item .info {
  margin: 10px;
  color: #A64914;
  margin-top: 5%;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item .info {
    display: flex;
    flex-wrap: wrap;
  }
}
.featured-waistband .featured-items .waistband-item .info .headline {
  font-family: Bernier, sans-serif !important;
  font-size: 10vw;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item .info .headline {
    font-size: 34px;
    margin-bottom: -20px;
  }
}
.featured-waistband .featured-items .waistband-item .info hr {
  border-top: 1px solid #A64914;
  max-width: 80%;
  margin: 10px auto;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item .info hr {
    display: none;
  }
}
.featured-waistband .featured-items .waistband-item .info .description {
  font-family: urw-din, sans-serif;
  min-height: 80px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-waistband .featured-items .waistband-item .info .description {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item .info .description {
    border-top: 1px solid #A64914;
    margin-right: 10%;
  }
}
@media (min-width: 1300px) {
  .featured-waistband .featured-items .waistband-item .info .description {
    font-size: 18px;
  }
}
.featured-waistband .featured-items .waistband-item .info .button-wrapper {
  margin: 0 0 20px;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .featured-waistband .featured-items .waistband-item .info .button-wrapper {
    margin: 0 0 30px;
  }
}
.featured-waistband .featured-items .waistband-item .info .button-wrapper .button {
  display: inline;
}
@media (min-width: 1000px) {
  .featured-waistband .featured-items .waistband-item .info .button-wrapper .button {
    padding: 11px 25px 8px;
    font-size: 25px;
  }
}
.featured-waistband .button-wrapper {
  text-align: center;
}

section.menu {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-block-2-high.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
section.menu .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
section.menu h1 {
  margin: 20px 0 30px;
}
section.menu .top .button {
  display: inline;
}
section.menu .about {
  color: #A64914;
  margin: 40px 10px 50px;
}
@media (min-width: 768px) {
  section.menu .about {
    max-width: 950px;
    line-height: 1.5;
    margin: 40px auto 50px;
  }
}
section.menu .specials {
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
section.menu .specials .left {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  section.menu .specials .left {
    width: 70%;
    text-align: left;
  }
}
section.menu .specials .left .special-title {
  color: #A64914;
  font-family: Bernier, sans-serif !important;
  font-size: 9vw;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.menu .specials .left .special-title {
    font-size: 34px;
  }
}
section.menu .specials .left ul.dishes li.dish .dish-name {
  color: #A64914;
  font-family: Bernier, sans-serif !important;
  font-size: 6vw;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  section.menu .specials .left ul.dishes li.dish .dish-name {
    font-size: 24px;
  }
}
section.menu .specials .left ul.dishes li.dish .dish-description {
  color: #4381C1;
  font-family: urw-din, sans-serif;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  section.menu .specials .left ul.dishes li.dish .dish-description {
    font-size: 16px;
  }
}
section.menu .specials .specials-images {
  width: 200px;
  display: none;
}
@media (min-width: 768px) {
  section.menu .specials .specials-images {
    display: block;
  }
}
section.menu .specials .specials-images .textured-bg {
  background-image: url(../img/bbq/menu-image-bg.png);
  background-size: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}
section.menu .specials .specials-images .textured-bg:first-of-type {
  transform: rotate(-6deg);
}
section.menu .specials .specials-images .textured-bg:nth-of-type(2) {
  transform: rotate(9deg);
}
section.menu .specials .specials-images .textured-bg img {
  width: 90%;
  height: 90%;
}

@media (min-width: 768px) {
  section#saloon {
    margin-top: -30px;
  }
}
@media (min-width: 1500px) {
  section#saloon {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  section#saloon header .headerContent.left {
    margin-left: -6%;
  }
}

section.nightly-specials {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
section.nightly-specials .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
section.nightly-specials h1 {
  margin: 20px 0;
}
section.nightly-specials .subtitle {
  font-family: urw-din, sans-serif;
  color: #4381C1;
  line-height: 1.5;
  max-width: 50%;
  margin: 0 auto 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  section.nightly-specials .subtitle {
    max-width: 615px;
    margin: 0 auto 35px;
  }
}
@media (min-width: 1500px) {
  section.nightly-specials .subtitle {
    font-size: 23px;
  }
}
section.nightly-specials .days {
  display: grid;
  grid-template-columns: unset;
}
@media (min-width: 768px) {
  section.nightly-specials .days {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
  }
}
section.nightly-specials .days .day {
  color: #A64914;
  line-height: 1.5;
  grid-column: 1/2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  section.nightly-specials .days .day {
    grid-column: unset;
    margin-bottom: unset;
  }
}
section.nightly-specials .days .day h3 {
  color: #A64914;
  font-size: 10vw;
}
@media (min-width: 768px) {
  section.nightly-specials .days .day h3 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  section.nightly-specials .days .day .info {
    border-right: 1px solid #A64914;
    border-left: 1px solid #A64914;
  }
}
section.nightly-specials .days .day .info a {
  color: #4381C1;
  text-decoration: underline;
  transition: color 0.3s ease;
}
section.nightly-specials .days .day .info a:hover {
  color: #f0a202;
}
section.nightly-specials .days .day .info p:nth-of-type(2) {
  color: #4381C1;
}
section.nightly-specials .days .day.monday .info, section.nightly-specials .days .day.friday .info {
  border-left: 0;
}
section.nightly-specials .days .day.sunday .info, section.nightly-specials .days .day.thursday .info {
  border-right: 0;
}
section.nightly-specials .days .star-divider {
  display: none;
  grid-column: span 4;
  margin: 40px 8%;
}
@media (min-width: 768px) {
  section.nightly-specials .days .star-divider {
    display: inline;
  }
}
section.nightly-specials .days .star-divider img {
  width: 100%;
}
section.nightly-specials .days .specials-image {
  margin: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media (min-width: 768px) {
  section.nightly-specials .days .specials-image {
    display: block;
    margin: 0;
  }
}

section.featured-drinks {
  padding: 40px 20px;
}
section.featured-drinks h1 {
  color: #4381C1;
  text-align: center;
  margin-bottom: 20px;
}
section.featured-drinks p {
  color: #A64914;
  text-align: center;
  margin-bottom: 40px;
}
section.featured-drinks .featured-items .waistband-item {
  background-color: transparent;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  section.featured-drinks .featured-items .waistband-item {
    flex-wrap: nowrap;
    width: 40%;
  }
}
section.featured-drinks .featured-items .waistband-item img {
  display: block;
  height: 140px;
}
@media (min-width: 1000px) {
  section.featured-drinks .featured-items .waistband-item img {
    width: unset;
    height: unset;
  }
}
section.featured-drinks .featured-items .waistband-item .info {
  margin: 10px 0 0;
}
@media (min-width: 1000px) {
  section.featured-drinks .featured-items .waistband-item .info {
    display: block;
    margin: 20px 10px 10px 10px;
  }
}
section.featured-drinks .featured-items .waistband-item .info .headline {
  color: #4381C1;
  letter-spacing: 1px;
}
@media (min-width: 1000px) {
  section.featured-drinks .featured-items .waistband-item .info .headline {
    margin-bottom: 10px;
  }
}
section.featured-drinks .featured-items .waistband-item .info hr {
  border: 0;
  margin: 4px 0;
}
@media (min-width: 1000px) {
  section.featured-drinks .featured-items .waistband-item .info .description {
    border-top: 0;
    padding-top: 0;
  }
}

.moreInfo {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat;
  background-size: auto 50%;
  overflow-y: visible;
  background-position-x: left;
  padding: 0 5%;
}
.moreInfo .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
.moreInfo .content-capper .top h1 {
  margin: 20px 0;
}
.moreInfo .content-capper .infos {
  overflow: hidden;
}
.moreInfo .content-capper .infos .info .content {
  display: block;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content {
    display: flex;
    justify-content: space-between;
  }
}
.moreInfo .content-capper .infos .info .content .left {
  width: 100%;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .left {
    width: 60%;
  }
}
.moreInfo .content-capper .infos .info .content .left .title {
  color: #A64914;
  font-family: Bernier, sans-serif !important;
  font-size: 9vw;
  margin: 30px 0;
  text-align: left;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .left .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .left .title .icon {
    height: 36px;
    width: auto;
    position: relative;
    top: 5px;
    margin-right: 15px;
  }
}
.moreInfo .content-capper .infos .info .content .left .copy {
  text-align: left;
  color: #A64914;
  line-height: 2;
}
.moreInfo .content-capper .infos .info .content .left .buttons {
  display: block;
  justify-content: center;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .left .buttons {
    justify-content: left;
    display: flex;
  }
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .left .buttons .button-wrapper.additional {
    margin-left: 30px;
  }
}
.moreInfo .content-capper .infos .info .content .right {
  width: 100%;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .right {
    width: 30%;
  }
}
.moreInfo .content-capper .infos .info .content .right .image-wrapper {
  background-image: url(../img/global/more-info-img-bg@2x.png);
  background-size: 100% 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .content .right .image-wrapper {
    margin-top: 0;
  }
}
.moreInfo .content-capper .infos .info .content .right .image-wrapper .image {
  background-size: cover;
  background-position: center;
  height: 90%;
  width: auto;
  width: 90%;
}
.moreInfo .content-capper .infos .info .star-divider {
  margin: 40px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .star-divider {
    margin: 60px 0 40px;
  }
}
.moreInfo .content-capper .infos .info .star-divider img {
  width: 100%;
}
.moreInfo .content-capper .infos .info .star-divider img.mobile {
  display: block;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .star-divider img.mobile {
    display: none;
  }
}
.moreInfo .content-capper .infos .info .star-divider img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .moreInfo .content-capper .infos .info .star-divider img.desktop {
    display: block;
  }
}
.moreInfo .content-capper .infos .info.first .content .left .title {
  color: #4381C1;
}
.moreInfo .content-capper .infos .info:last-of-type .star-divider {
  opacity: 0;
  margin: 20px 0;
}

#round-em-up .hours:nth-of-type(2) {
  max-width: 60%;
  color: #A64914;
}
@media (min-width: 768px) {
  #round-em-up .hours:nth-of-type(2) {
    max-width: unset;
    color: #f0a202;
  }
  #round-em-up .hours:nth-of-type(2) span {
    color: #A64914;
  }
}
#round-em-up .info .content .left .title, #round-em-up .info .content .left .copy {
  text-align: center;
}
@media (min-width: 768px) {
  #round-em-up .info .content .left .title, #round-em-up .info .content .left .copy {
    text-align: left;
  }
}

#wrangler-nfr header .headerContent img.headerTitle {
  max-height: unset;
  margin-right: 0;
  width: 55%;
  margin-top: 5%;
  margin-left: -5%;
}
@media (min-width: 768px) {
  #wrangler-nfr header .headerContent img.headerTitle {
    margin-top: 5%;
    width: 85%;
    margin-left: -15%;
  }
}
#wrangler-nfr .parallaxContent {
  margin-left: -50vw;
  position: relative;
}
#wrangler-nfr .parallaxContent .parallaxTitle {
  position: relative;
  max-width: 12%;
}
#wrangler-nfr .moreInfo .content-capper .infos .info .content .left ul, #wrangler-nfr .moreInfo .content-capper .infos .info .content .left li {
  list-style: inside;
}
#wrangler-nfr .hours:nth-of-type(2) {
  max-width: 60%;
  color: #A64914;
}
@media (min-width: 768px) {
  #wrangler-nfr .hours:nth-of-type(2) {
    max-width: unset;
    color: #f0a202;
  }
  #wrangler-nfr .hours:nth-of-type(2) span {
    color: #A64914;
  }
}
#wrangler-nfr .info .content .left .title {
  color: #4381C1;
}
#wrangler-nfr .info .content .left .title, #wrangler-nfr .info .content .left .copy {
  text-align: center;
}
@media (min-width: 768px) {
  #wrangler-nfr .info .content .left .title, #wrangler-nfr .info .content .left .copy {
    text-align: left;
  }
}

.bull-riding-info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  overflow-x: hidden;
  background-position-x: left;
}
.bull-riding-info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
.bull-riding-info .headline {
  display: flex;
  justify-content: center;
}
.bull-riding-info .headline h1 {
  margin: 20px;
}
.bull-riding-info .headline h1.desktop {
  display: none;
}
@media (min-width: 768px) {
  .bull-riding-info .headline h1.desktop {
    display: block;
  }
}
.bull-riding-info .headline h1.mobile {
  display: block;
}
.bull-riding-info .headline h1.mobile p {
  font-size: 10vw;
  line-height: 10vw;
  font-family: Bernier, sans-serif !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bull-riding-info .headline h1.mobile {
    display: none;
  }
}
.bull-riding-info .headline .three-stars {
  align-self: center;
  width: 15%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .bull-riding-info .headline .three-stars {
    display: inline;
  }
}
.bull-riding-info .about {
  color: #A64914;
  line-height: 1.5;
  margin: 0 10px 35px;
}
@media (min-width: 768px) {
  .bull-riding-info .about {
    max-width: 615px;
    margin: 0 auto 35px;
  }
}
@media (min-width: 1500px) {
  .bull-riding-info .about {
    max-width: 930px;
  }
}
.bull-riding-info .about strong {
  font-weight: 700;
}
.bull-riding-info h3 {
  color: #f0a202;
  margin: 14px auto;
  font-size: 6vw;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .bull-riding-info h3 {
    font-size: 25px;
  }
}
.bull-riding-info h3 span,
.bull-riding-info h3 a {
  color: #A64914;
}
.bull-riding-info .bull-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.bull-riding-info .bull-image img {
  height: 35vw;
  max-height: 540px;
  position: absolute;
  bottom: 20px;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .bull-riding-info .bull-image img {
    height: 370px;
  }
}
@media (min-width: 1100px) {
  .bull-riding-info .bull-image img {
    display: block;
    height: 370px;
    right: 2vw;
  }
}
@media (min-width: 1300px) {
  .bull-riding-info .bull-image img {
    right: 7vw;
    height: 380px;
  }
}
@media (min-width: 1500px) {
  .bull-riding-info .bull-image img {
    right: 1vw;
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .bull-riding-info .bull-image img {
    right: 9vw;
  }
}

#trading-post {
  margin-top: -20px;
}
@media (min-width: 768px) {
  #trading-post {
    margin-top: unset;
  }
}

.trading-post-info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  overflow-x: hidden;
  background-position-x: left;
}
.trading-post-info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
.trading-post-info .headline {
  display: flex;
  justify-content: center;
}
.trading-post-info .headline h1 {
  font-size: 8vw;
}
@media (min-width: 768px) {
  .trading-post-info .headline h1 {
    font-size: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .trading-post-info .headline h1 {
    font-size: 78px;
  }
}
.trading-post-info .headline h1.desktop {
  display: none;
}
@media (min-width: 768px) {
  .trading-post-info .headline h1.desktop {
    display: block;
  }
}
.trading-post-info .headline h1.mobile {
  display: block;
}
.trading-post-info .headline h1.mobile p {
  font-size: 9vw;
  line-height: 9vw;
  font-family: Bernier, sans-serif !important;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .trading-post-info .headline h1.mobile {
    display: none;
  }
}
.trading-post-info .headline .three-stars {
  align-self: center;
  width: 15%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .trading-post-info .headline .three-stars {
    display: inline;
  }
}
.trading-post-info .about {
  color: #A64914;
  line-height: 1.5;
  margin: 0 10px 35px;
}
@media (min-width: 768px) {
  .trading-post-info .about {
    max-width: 615px;
    margin: 0 auto 35px;
  }
}
@media (min-width: 1500px) {
  .trading-post-info .about {
    margin: 35px auto 45px;
  }
}
.trading-post-info .about strong {
  font-weight: 700;
}
.trading-post-info h3 {
  color: #f0a202;
  margin: 0 auto;
  font-size: 6vw;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .trading-post-info h3 {
    font-size: 25px;
    margin: 14px auto;
  }
}
.trading-post-info h3 span,
.trading-post-info h3 a {
  color: #A64914;
}
.trading-post-info h3 .pipe {
  color: #f0a202;
  display: none;
}
@media (min-width: 768px) {
  .trading-post-info h3 .pipe {
    display: unset;
  }
}
.trading-post-info .star-divider {
  display: none;
}
@media (min-width: 768px) {
  .trading-post-info .star-divider {
    display: block;
    width: 90%;
    max-width: 750px;
    margin: 30px auto;
  }
}
.trading-post-info .message {
  color: #4381C1;
  line-height: 1.25;
  font-size: 9vw;
}
@media (min-width: 768px) {
  .trading-post-info .message {
    line-height: unset;
    font-size: 34px;
  }
}
.trading-post-info .trading-post-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 10px auto;
}
.trading-post-info .trading-post-info-bottom .center {
  width: 80%;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .trading-post-info .trading-post-info-bottom .center {
    margin: 0 auto;
    width: 40%;
  }
}
.trading-post-info .trading-post-info-bottom .trading-post-info-img {
  width: 25%;
  display: none;
}
@media (min-width: 768px) {
  .trading-post-info .trading-post-info-bottom .trading-post-info-img {
    display: inline;
  }
}
.trading-post-info .trading-post-info-bottom .trading-post-info-img img {
  width: 100%;
}

.gallery-trading-post {
  position: relative;
  overflow: hidden;
  padding: 5% 5% 15%;
}
@media (min-width: 768px) {
  .gallery-trading-post {
    padding: 5%;
  }
}
.gallery-trading-post .gallery-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-areas: "three" "one" "two" "four";
}
@media (min-width: 768px) {
  .gallery-trading-post .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-areas: "one two three" "four five six";
  }
}
.gallery-trading-post .gallery-grid .grid-cell {
  background-size: cover;
  background-position: center;
  height: 87vw;
}
.gallery-trading-post .gallery-grid .grid-cell.n5, .gallery-trading-post .gallery-grid .grid-cell.n6 {
  display: none;
}
@media (min-width: 768px) {
  .gallery-trading-post .gallery-grid .grid-cell {
    width: unset;
    height: unset;
  }
  .gallery-trading-post .gallery-grid .grid-cell.n1, .gallery-trading-post .gallery-grid .grid-cell.n2, .gallery-trading-post .gallery-grid .grid-cell.n4, .gallery-trading-post .gallery-grid .grid-cell.n5, .gallery-trading-post .gallery-grid .grid-cell.n6 {
    display: block;
  }
}
.gallery-trading-post .gallery-grid .grid-cell.n1 {
  grid-area: one;
}
.gallery-trading-post .gallery-grid .grid-cell.n2 {
  grid-area: two;
}
.gallery-trading-post .gallery-grid .grid-cell.n3 {
  grid-area: three;
}
.gallery-trading-post .gallery-grid .grid-cell.n4 {
  grid-area: four;
}
.gallery-trading-post .gallery-grid .grid-cell.n5 {
  grid-area: five;
}
.gallery-trading-post .gallery-grid .grid-cell.n6 {
  grid-area: six;
}
.gallery-trading-post .gallery-grid .grid-cell.message {
  color: #FEF8DD;
  font-family: Bernier, sans-serif !important;
  font-size: 10vw;
  text-align: center;
  padding: 20% 0 0;
  letter-spacing: 1px;
  height: 43vw;
}
.gallery-trading-post .gallery-grid .grid-cell.message::before {
  content: "";
  padding-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .gallery-trading-post .gallery-grid .grid-cell.message {
    height: unset;
    font-size: 4vw;
    text-align: left;
    padding: 10% 0;
  }
}
@media (min-width: 1500px) {
  .gallery-trading-post .gallery-grid .grid-cell.message {
    font-size: 64px;
    height: unset;
  }
}
.gallery-trading-post .gallery-grid .grid-cell::before {
  content: "";
  padding-bottom: 49%;
  display: block;
}
.gallery-trading-post .bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 155%;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
}
.gallery-trading-post .bg.mobile {
  display: block;
}
@media (min-width: 768px) {
  .gallery-trading-post .bg.mobile {
    display: none;
  }
}
.gallery-trading-post .bg.desktop {
  display: none;
}
@media (min-width: 768px) {
  .gallery-trading-post .bg.desktop {
    display: block;
  }
}
.gallery-trading-post .bg img {
  height: 100%;
}

section.contact-info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -10px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
section.contact-info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
section.contact-info .headline {
  display: flex;
  justify-content: center;
}
section.contact-info .headline h1 {
  margin: 20px;
}
section.contact-info .headline .three-stars {
  align-self: center;
  width: 15%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  section.contact-info .headline .three-stars {
    display: inline;
  }
}
section.contact-info .about {
  color: #A64914;
  line-height: 1.5;
  margin: 0 10px 35px;
}
@media (min-width: 768px) {
  section.contact-info .about {
    max-width: 615px;
    margin: 0 auto 35px;
  }
}
section.contact-info h3 {
  color: #f0a202;
  margin: 14px auto;
  font-size: 6vw;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  section.contact-info h3 {
    font-size: 25px;
  }
}
section.contact-info h3 span,
section.contact-info h3 a {
  color: #A64914;
}
section.contact-info .contacts {
  color: #A64914;
  font-family: urw-din, sans-serif;
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.contact-info .contacts {
    display: flex;
    flex-wrap: wrap;
  }
}
section.contact-info .contacts .wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.contact-info .contacts .wrapper {
    width: 33%;
  }
}
section.contact-info .contacts .wrapper .title {
  margin-bottom: 5px;
}
section.contact-info .contacts .wrapper a {
  color: #A64914;
  font-family: urw-din, sans-serif;
  font-weight: bold;
}

section.locals-info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -20px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
section.locals-info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
section.locals-info .headline {
  display: flex;
  justify-content: center;
}
section.locals-info .headline h1 {
  margin: 20px;
}
section.locals-info .headline .three-stars {
  align-self: center;
  width: 15%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  section.locals-info .headline .three-stars {
    display: inline;
  }
}
section.locals-info .about {
  color: #A64914;
  line-height: 1.5;
  margin: 0 10px 35px;
}
@media (min-width: 768px) {
  section.locals-info .about {
    max-width: 615px;
    margin: 0 auto 35px;
  }
}
section.locals-info h3 {
  color: #f0a202;
  margin: 14px auto;
  font-size: 6vw;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  section.locals-info h3 {
    font-size: 25px;
  }
}
section.locals-info h3 span,
section.locals-info h3 a {
  color: #A64914;
}
section.locals-info .specials-title {
  color: #4381C1;
  margin: 40px 0;
}
section.locals-info .specials-title p:first-child {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
section.locals-info .specials {
  color: #A64914;
  font-family: urw-din, sans-serif;
  margin-top: 40px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.locals-info .specials {
    display: flex;
    flex-wrap: wrap;
  }
}
section.locals-info .specials .wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.locals-info .specials .wrapper {
    width: 33%;
  }
}
section.locals-info .specials .wrapper .day {
  margin-bottom: 10px;
  font-family: Bernier, sans-serif !important;
  font-size: 4vw;
  color: #A64914;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  section.locals-info .specials .wrapper .day {
    font-size: 24px;
  }
}
section.locals-info .specials .wrapper .special {
  color: #4381C1;
  margin-top: 10px;
}
section.locals-info .fine-print {
  font-family: urw-din, sans-serif;
  color: #4381C1;
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.5;
}

#girls .info .hours {
  color: #A64914;
}
@media (min-width: 768px) {
  #girls .info .hours {
    color: #f0a202;
  }
}
#girls .info .hours span {
  display: block;
  color: #A64914;
}
@media (min-width: 768px) {
  #girls .info .hours span {
    display: unset;
  }
}

#honky-tonk .info .content .left .title, #honky-tonk .info .content .left .copy {
  text-align: center;
}
@media (min-width: 768px) {
  #honky-tonk .info .content .left .title, #honky-tonk .info .content .left .copy {
    text-align: left;
  }
}

#site-map {
  display: block;
  margin-top: -15px;
}
#site-map header {
  padding: 0;
}

.site-map-info {
  position: relative;
  text-align: center;
  background-image: url(../img/global/Reservation-Block.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 2;
  display: flex;
  margin: -100px 0;
  align-items: center;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  overflow-y: visible;
  background-position-x: left;
}
@media (min-width: 768px) {
  .site-map-info {
    margin: -10px 0;
  }
}
.site-map-info .content-capper {
  background-image: url("../img/global/glow-behind-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .site-map-info .content-capper {
    padding: 50px 10px 80px;
  }
}
.site-map-info .headline {
  display: flex;
  justify-content: center;
}
.site-map-info .headline h1 {
  margin: 20px;
}
.site-map-info .headline h1.desktop {
  display: none;
}
@media (min-width: 768px) {
  .site-map-info .headline h1.desktop {
    display: block;
  }
}
.site-map-info .headline h1.mobile {
  display: block;
}
.site-map-info .headline h1.mobile p {
  font-size: 10vw;
  line-height: 10vw;
  font-family: Bernier, sans-serif !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .site-map-info .headline h1.mobile {
    display: none;
  }
}
.site-map-info .headline .three-stars {
  align-self: center;
  width: 13%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .site-map-info .headline .three-stars {
    display: inline;
    margin: 0 20px;
  }
}
.site-map-info .site-map-links {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .site-map-info .site-map-links {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-map-info .site-map-links a {
  margin: 20px;
  padding: 5%;
  font-family: urw-din, sans-serif;
  font-size: 20px;
  color: #4381C1;
  transition: 0.3s ease;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .site-map-info .site-map-links a {
    padding: 12%;
  }
}
.site-map-info .site-map-links a:hover {
  color: #A64914;
}

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}

.content-capper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

h1,
h2,
h3,
a {
  font-family: Bernier, sans-serif !important;
}

h4,
h5,
p,
.content .left li,
.content .left small {
  font-family: urw-din, sans-serif;
  font-size: 17px;
}

h1 {
  font-size: 10vw;
  color: #A64914;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 66px;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 78px;
  }
}
h1.shadow {
  text-shadow: 0px 2px 0px #DBDBDB;
  box-shadow: 0 !important;
}
@media (min-width: 768px) {
  h1.shadow {
    text-shadow: 0px 3px 0px #DBDBDB;
    box-shadow: 0 !important;
  }
}

h2 {
  font-size: 7vw;
  color: #A64914;
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 4vw;
  color: #f0a202;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 3vw;
  color: #A64914;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4 {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  h4 {
    font-size: 18px;
  }
}

p, li {
  line-height: 1.75;
}
@media (min-width: 768px) {
  p, li {
    line-height: unset;
  }
}
@media (min-width: 1500px) {
  p, li {
    font-size: 23px;
  }
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

small {
  line-height: 1em;
}

.button-wrapper {
  margin-top: 40px;
}
.button-wrapper a {
  color: white;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.button-wrapper a .button {
  background-color: #4381C1;
  padding: 11px 20px 8px;
  transition: all 0.3s ease;
  display: inline;
}
@media (min-width: 768px) {
  .button-wrapper a .button {
    padding: 11px 25px 8px;
    font-size: 25px;
  }
}
.button-wrapper a .button:hover {
  background-color: #f0a202;
  transform: scale(1.05);
}

/*# sourceMappingURL=style.css.map */
