@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Averia Serif Libre;
  src: url('../fonts/AveriaSerifLibre-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Typewriter;
  src: url('../fonts/TypewriterBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Typewriter;
  src: url('../fonts/Typewriter.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Harbour;
  src: url('../fonts/Harbour-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Deux Chasses;
  src: url('../fonts/Deux-Chasses-NF-W01-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Festivo Letters;
  src: url('../fonts/FestivoLettersNo.19.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: BlackBeard;
  src: url('../fonts/BlackBeard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black--00: black;
  --white--02: #f7f1e8;
  --gold: #aa835c;
  --black--01-default: #262525;
  --black--03: #544f66;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-nav {
  z-index: 1;
  background-color: #13131380;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Typewriter, sans-serif;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  border: 1px solid var(--black--00);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 85vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-overlay.next-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: block;
  overflow: auto;
}

.centered-container {
  text-align: center;
  flex: 1;
  align-self: flex-start;
}

.centered-container.home {
  align-self: center;
  display: block;
}

.heading {
  font-family: Festivo Letters, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.heading.left {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 2px #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Harbour, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.heading.left.gold {
  color: var(--white--02);
  text-align: center;
  margin-bottom: 0;
}

.heading.centered {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 2px #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Harbour, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.heading.centered.gold {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.4;
}

.paragraph {
  width: 562px;
  font-family: Averia Serif Libre, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
}

.paragraph.left {
  color: #ffffffe6;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.paragraph.right {
  text-align: right;
}

.paragraph.centered {
  text-align: center;
  width: auto;
  line-height: 1.4;
  display: block;
}

.div-block {
  background-color: #0000;
  border: 1px #fff;
  border-radius: 0;
  width: 32px;
  margin: 20px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block.separator {
  background-color: #fff;
  border-style: solid;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 1px;
  min-width: 160px;
  padding: 20px 40px;
  font-family: Typewriter, sans-serif;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.text-block {
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-top: 14px;
  margin-bottom: 24px;
  font-family: Typewriter, sans-serif;
  font-weight: 400;
}

.bold-text {
  letter-spacing: 2px;
  font-weight: 400;
}

.footer {
  background-color: var(--black--01-default);
  color: var(--black--01-default);
  text-align: center;
  border: 1px solid #262525;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  opacity: .16;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.body {
  background-color: var(--black--01-default);
  color: #fff;
  max-height: 1003vh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  overflow: auto;
}

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

.body.gold {
  color: #f7f1e88a;
  font-style: italic;
  display: none;
}

.navbar {
  background-color: #00000080;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link-2 {
  float: none;
  clear: none;
  color: #ffffffdb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  position: relative;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.w--current {
  color: #fff;
  font-family: Montserrat, sans-serif;
  transition-property: none;
}

.image {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-link {
  color: #fff;
}

.div-block-2 {
  margin-top: 10px;
}

.bold-text-4 {
  font-size: 18px;
}

.div-block-3 {
  padding-bottom: 20px;
  display: block;
}

.link {
  color: var(--gold);
  font-weight: 600;
}

.faq {
  border: 1px solid var(--black--01-default);
  background-color: var(--black--01-default);
  color: #262525;
  align-items: center;
  height: auto;
  display: block;
}

.text-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-2 {
  color: #ffffffe6;
  font-family: Averia Serif Libre, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-2 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Harbour, sans-serif;
  line-height: 1.4;
}

.heading-2.center {
  text-align: center;
}

.details {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.link-2 {
  color: #fff;
  border: 1px #fff;
}

.image-2 {
  padding-left: 64px;
  padding-right: 64px;
}

.image-3 {
  object-fit: fill;
  flex: 0 auto;
}

.div-block-5 {
  object-fit: fill;
  background-image: url('../images/gng4.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: auto;
  height: 100vh;
  display: block;
  overflow: visible;
}

.hero-container {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 2985px;
  height: 85vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg.color {
  z-index: 2;
  background-color: #000000b8;
  background-image: none;
}

.hero-logo {
  z-index: 3;
  background-image: url('../images/Asset-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0% 30%;
}

.hero-logo.outline {
  z-index: 4;
  background-image: url('../images/Asset-4_1.svg');
}

.hero-logo.ourline {
  z-index: 6;
}

.hero-bg-color {
  z-index: 2;
  background-color: #000000b8;
  position: absolute;
  inset: 0%;
}

.hero-logo-outline {
  z-index: 3;
  background-image: url('../images/Asset-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: absolute;
  inset: 0% 30%;
}

.hero-logo-outline.outline {
  z-index: 4;
  background-image: url('../images/Asset-4_1.svg');
}

.hero-logo-outline.ourline {
  z-index: 6;
}

.title {
  text-align: center;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.title.drinks {
  border-bottom: 4px solid var(--black--03);
  color: var(--black--03);
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.menu {
  border: 1px none var(--black--00);
  background-color: var(--black--01-default);
  color: #262525;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.hours-location {
  border: 1px solid var(--black--00);
  background-color: var(--black--00);
  color: #262525;
  align-items: center;
  height: 100vh;
  display: flex;
}

.map {
  z-index: 0;
  background-color: #f7f7f7;
  background-image: linear-gradient(to right, var(--black--01-default), #26252500 60%), linear-gradient(to right, #0000 60%, var(--black--01-default)), url('../images/map.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-flow: row;
  align-items: center;
  height: 40vh;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.hours-and-location {
  background-color: var(--black--00);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hours-and-location-div {
  border: 1px none var(--black--01-default);
  background-color: var(--black--01-default);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  font-family: Festivo Letters, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.h2.left {
  color: #fff;
  font-family: Harbour, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.drink {
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.summary {
  color: var(--white--02);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
}

.summary.white {
  color: var(--white--02);
}

.summary.subheader {
  color: var(--white--02);
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  overflow: visible;
}

.summary.nocaps {
  text-transform: capitalize;
  line-height: 1.4;
}

.heading-drink {
  font-family: Festivo Letters, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.heading-drink.left {
  border-bottom: 2px none var(--gold);
  color: var(--black--01-default);
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 1px var(--gold), 0 0 1px var(--gold), 0 0 1px var(--gold), 0 0 1px var(--gold), 0 0 1px var(--gold);
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Harbour, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.cocktail-mobile-text {
  padding-right: 10px;
}

.cocktail-mobile-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.lf-load-wrapper {
  z-index: 999;
  background-color: var(--black--01-default);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/61d493c3819d5fda2386322d__DSF8721.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/61d493c3819d5ffac2863229__DSF9472.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/61d493c3819d5fa33386322c__DSF9417.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/61d493c3819d5f4c7c86322b__DSF9261.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/61d493c3819d5f757a863228_ssstudio-wunderbar-07.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/61d493c3819d5fba6386322f__DSF9015.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.overline {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.overline.left {
  text-align: left;
  margin-bottom: 0;
}

.cocktail-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
  margin-bottom: 32px;
}

.cocktail-card {
  border-radius: 13px;
  box-shadow: 0 0 15px 5px #0003;
}

.div-block-7 {
  background-color: var(--gold);
  margin: 16px auto;
  padding: 2px 433px;
  display: block;
}

.divider {
  border: 2px solid var(--gold);
  object-fit: fill;
  margin: 15px 48%;
}

.mobile-cocktail-title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.column-6 {
  padding-left: 0;
}

.mobile-cocktail-divider {
  background-color: var(--gold);
  width: 70%;
  height: 3px;
  margin-top: 0;
  margin-bottom: 16px;
}

.image-4, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.separator {
  object-fit: fill;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-magic-grid {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 16px;
  margin-bottom: 16px;
}

.white-magic {
  border-radius: 13px;
}

.banner {
  background-color: var(--gold);
  margin: 0;
  padding: 32px;
}

.banner-link {
  color: var(--white--02);
}

.hero-divier {
  border: 2px solid var(--gold);
  object-fit: fill;
  margin: 660px 48% 15px;
}

.hero-buttons, .hero-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-label {
  border: 3px solid var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--gold);
  text-decoration-color: var(--gold);
  text-underline-position: auto;
  -webkit-text-fill-color: inherit;
  background-color: #000c;
  background-clip: border-box;
  border-radius: 16px;
  min-width: 224px;
  margin: 8px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

.mobile-book {
  display: none;
}

.header {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Harbour, sans-serif;
  line-height: 1.4;
}

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

@media screen and (max-width: 991px) {
  .hero-overlay.next-section {
    position: static;
    overflow: auto;
  }

  .heading.left.gold, .heading.centered.gold {
    color: var(--gold);
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body, .body.gold {
    font-weight: 400;
  }

  .nav-menu {
    background-color: #000;
  }

  .icon {
    color: #fff;
  }

  .faq {
    background-color: var(--black--01-default);
    height: auto;
  }

  .details {
    height: auto;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .hero-logo, .hero-logo-outline {
    left: 16%;
    right: 16%;
  }

  .title {
    font-size: 20px;
    line-height: 36px;
  }

  .menu {
    background-color: var(--black--01-default);
    height: auto;
  }

  .hours-location {
    background-color: #000;
  }

  .summary, .summary.subheader {
    font-weight: 500;
  }

  .heading-drink.left {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
  }

  .cocktail-mobile-text {
    padding-right: 20px;
  }

  .cocktail-mobile-grid {
    display: none;
  }

  .cocktail-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divider {
    margin-left: 44%;
    margin-right: 44%;
  }

  .hours {
    font-weight: 300;
  }

  .image-4 {
    max-width: 70px;
    padding-bottom: 6px;
  }

  .div-block-10 {
    display: block;
  }

  .white-magic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-divier {
    margin-left: 44%;
    margin-right: 44%;
  }

  .mobile-book {
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: fixed;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    padding: 40px 0;
  }

  .heading.centered {
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .body {
    background-color: var(--black--01-default);
  }

  .body.gold {
    background-color: #0000;
  }

  .icon {
    color: #fff;
  }

  .faq {
    height: auto;
    padding: 40px 20px;
  }

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

  .heading-2 {
    flex: 1;
  }

  .details {
    height: auto;
  }

  .hero-logo, .hero-logo-outline {
    left: 8%;
    right: 8%;
  }

  .title {
    text-align: center;
  }

  .menu {
    height: auto;
    padding: 40px 20px;
  }

  .hours-location {
    padding: 40px 20px;
  }

  .hours-and-location-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .summary {
    color: #f7f1e8;
    text-align: center;
    text-transform: uppercase;
  }

  .cocktail-mobile-text {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .cocktail-mobile-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .overline.left {
    text-align: center;
  }

  .cocktail-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-2 {
    object-fit: cover;
    display: inline-block;
  }

  .column-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .column-4 {
    flex-direction: column;
    display: flex;
  }

  .column-5 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: flex;
  }

  .mobile-cocktail-divider {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    max-width: 60px;
  }

  .div-block-10 {
    text-align: center;
    margin-bottom: -8px;
    margin-left: 0;
  }

  .white-magic-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-buttons {
    text-align: left;
    flex-flow: column;
  }

  .mobile-book {
    display: none;
  }

  .header {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: end;
    list-style-type: disc;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-overlay.next-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .centered-container {
    text-align: left;
    position: relative;
  }

  .centered-container.home {
    align-self: center;
  }

  .centered-container.faq {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: block;
  }

  .heading {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.left {
    color: var(--white--02);
    font-size: 24px;
    line-height: 30px;
  }

  .heading.left.gold {
    font-size: 24px;
    line-height: 34px;
  }

  .heading.centered {
    color: var(--white--02);
    font-size: 24px;
    line-height: 30px;
  }

  .heading.centered.gold {
    font-size: 24px;
    line-height: 1.4;
  }

  .paragraph {
    text-align: center;
    width: auto;
    font-size: 16px;
    display: block;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    text-align: center;
    margin: 10px;
    line-height: 24px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .navbar {
    margin-left: auto;
  }

  .div-block-2 {
    text-align: center;
  }

  .bold-text-2 {
    text-align: left;
  }

  .bold-text-3 {
    text-align: right;
    font-weight: 400;
  }

  .faq {
    background-color: var(--black--01-default);
    border-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding: 40px 20px;
    display: block;
    position: static;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .details {
    flex: 1;
    align-self: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    width: 100%;
    height: 85vh;
    overflow: hidden;
  }

  .hero-bg {
    overflow: visible;
  }

  .hero-logo {
    z-index: 3;
    aspect-ratio: auto;
    background-attachment: scroll;
    height: auto;
  }

  .hero-bg-color {
    overflow: visible;
  }

  .hero-logo-outline {
    display: none;
    position: absolute;
    overflow: visible;
  }

  .title {
    line-height: 1.4;
  }

  .menu {
    background-color: var(--black--01-default);
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    padding: 40px 20px;
  }

  .hours-location {
    background-color: #000;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 40px 20px;
  }

  .h2.left {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-drink {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .cocktail-mobile-grid {
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
  }

  .slider {
    overflow: visible;
  }

  .overline.left {
    text-align: center;
  }

  .cocktail-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cocktail-card {
    display: block;
  }

  .divider {
    margin-left: 38%;
    margin-right: 38%;
  }

  .mobile-cocktail-divider {
    width: 100%;
    margin-bottom: 8px;
  }

  .image-4 {
    max-width: 60px;
  }

  .div-block-10 {
    text-align: center;
    margin-left: -24px;
    padding-left: 0;
  }

  .white-magic-grid {
    grid-template-columns: 1fr;
  }

  .banner {
    padding: 16px 24px;
  }

  .hero-divier {
    margin-top: 410px;
    margin-left: 38%;
    margin-right: 38%;
  }

  .hero-buttons {
    height: 20vh;
  }

  .mobile-book {
    z-index: 4;
    border-style: solid dashed dashed;
    border-width: 4px 0 0;
    border-color: var(--gold);
    background-color: var(--black--01-default);
    color: var(--gold);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -5px 16px 7px #0003;
  }

  .header {
    margin-bottom: 10px;
  }

  #w-node-_23f29ce5-1158-b396-f6c1-653f38861f67-2f0ae4d1, #w-node-_6ad99a68-d926-f1c0-9eca-900f3304de81-2f0ae4d1, #w-node-a43ed489-a0dc-d9a5-5522-ba2cdeeeaa71-2f0ae4d1, #w-node-_7dfdcc71-f8c2-0b74-a56a-b1cc64678cce-2f0ae4d1, #w-node-_9a67251b-18df-0d32-d67c-f4805d9afd2e-2f0ae4d1, #w-node-_480faaa1-d541-3db9-074f-d68da0d10c46-2f0ae4d1, #w-node-_16ca0b08-6a1e-e54c-a85b-6f5ecb88277b-2f0ae4d1, #w-node-_55cf155a-ab4b-2683-f969-5bd7b58d985d-2f0ae4d1, #w-node-_65075f71-f878-5e3a-54d3-078abebb212e-2f0ae4d1, #w-node-_1b40100c-28aa-d994-40b3-baad7714e25b-2f0ae4d1, #w-node-c610e7de-f53b-bc8f-89a7-d415bfbe9075-2f0ae4d1, #w-node-_0b5d4db3-f477-38f5-0876-7c33f4a4814e-2f0ae4d1, #w-node-a81d5939-6a33-a03c-1b49-6cbc1d9c8850-2f0ae4d1 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averia Serif Libre';
  src: url('../fonts/AveriaSerifLibre-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Typewriter';
  src: url('../fonts/TypewriterBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Typewriter';
  src: url('../fonts/Typewriter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Harbour';
  src: url('../fonts/Harbour-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Deux Chasses';
  src: url('../fonts/Deux-Chasses-NF-W01-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Festivo Letters';
  src: url('../fonts/FestivoLettersNo.19.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'BlackBeard';
  src: url('../fonts/BlackBeard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}