:root {
  --black: #000505;
  --not-white: #e5e5e5;
  --red: #bf2d2e;
  --not-white-darker: #bfbfbf;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.s-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-bg-img-wrapper {
  z-index: 1;
  background-image: linear-gradient(to bottom, #00050500, var(--black)), url('../images/MelonRouge-Art.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 150vh;
  position: absolute;
  inset: 0%;
}

.hero-over-fold-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-content-wrapper {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  display: flex;
}

.nav-vertical-left-wrapper {
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-vertical-left-inner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 3vw;
  height: 30vh;
  display: flex;
}

.nav-vertical-right-wrapper {
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scroll-down {
  transform: rotate(90deg);
}

.hero-under-fold-wrapper-1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.c-1200 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.splitted-content-wrapper {
  justify-content: space-between;
  margin-bottom: 200px;
  display: flex;
}

.splitted-content-wrapper.reversed {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.splitted-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.img-outer-wrapper {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.img-inner-wrapper.content-2 {
  background-image: url('../images/BC-Antques.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.img-inner-wrapper.eatery-img {
  background-image: url('../images/Firefly-a-full-turkish-breakfast-viewed-from-above-on-a-red-tablecloth-27558.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.img-inner-wrapper.ww-img {
  background-image: url('../images/302059558_5487589144610453_7429759556154145418_n.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.img-inner-wrapper.ar-img {
  background-image: url('../images/AvoRecords-Vinyl.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.img-inner-wrapper.td-img {
  background-image: url('../images/TangyDressing-Image.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.img-inner-wrapper.ag-img {
  background-image: url('../images/Artichoke-Gallery-Image-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 600px;
}

.h3-main {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.h3-main.no-margin {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.s-full-width-img {
  border-radius: 20px;
  height: 100vh;
  overflow: hidden;
}

.full-width-img-wrapper {
  background-image: url('../images/MelonRouge-Art.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.full-width-img-content-outer-wrapper {
  padding: 0;
}

.full-width-img-content-inner-wrapper {
  max-width: 600px;
}

.icon-heading-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  margin-right: 15px;
}

.full-width-img-overlay {
  background-image: linear-gradient(#00000080, #0000);
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.s-content {
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-content-white-lines {
  z-index: 1;
  opacity: .25;
  background-image: url('../images/white-lines-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.read-more-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border-bottom: 1px #fff;
  align-items: center;
  margin-top: 0;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.p-white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7em;
}

.img-slide-overlay {
  background-color: #000;
  width: 100%;
  height: 110%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.subheader {
  color: var(--not-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.subheader:hover {
  color: var(--red);
}

.subheader.booking {
  font-size: 32px;
}

.split-left {
  max-width: 55%;
  margin-left: 0;
  margin-right: 0;
}

.flex-split-wrapper {
  justify-content: space-between;
  margin-bottom: 200px;
  display: flex;
}

.split-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.s-hero-bottom-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-wrapper {
  cursor: pointer;
  width: 45%;
  overflow: hidden;
}

.wave-lines-bg {
  z-index: 2;
  opacity: .35;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.small-logo {
  max-width: 10%;
  margin-bottom: 20px;
}

.read-more-icon {
  border-bottom-style: none;
  margin-left: 5px;
  font-size: 22px;
}

.read-more-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.scroll-down-link {
  cursor: pointer;
  border-bottom-style: none;
}

.footer-bottom-wrapper {
  padding-bottom: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-split-wrapper {
  justify-content: space-between;
  display: flex;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader {
  width: 100px;
}

.h1-hero {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 130px;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.link-block {
  border-bottom-style: none;
}

.link-block:hover {
  border-bottom-style: solid;
}

.link-block.wa-icon:hover, .link-block.fb-icon:hover, .link-block.location-icon:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--red);
}

.heading {
  font-family: Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.link-main {
  border-bottom-style: none;
  margin-top: 25px;
}

.link-main:hover {
  border-bottom-style: solid;
}

.path-jo28, .path-pgeqql, .path-tw531i, .path-htgb5j, .path-51n4h {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}

.video-wrapper-2 {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.autoplay-script {
  display: none;
}

.section-footer-spacer {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-footer-spacer-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.splitted-content-wrapper-hero {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
}

.hero-under-fold-wrapper-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  padding-left: 50px;
  padding-right: 50px;
}

.container-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.brand {
  height: 100%;
}

.image-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-animated {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.full-screen-menu-overlay {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-antiques {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-antiques:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-antiques.w--current {
  color: #fff;
}

.nav-boutique {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-boutique:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-boutique.w--current {
  color: #fff;
}

.nav-art {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-art:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-art.w--current {
  color: var(--not-white-darker);
}

.nav-art.w--current:hover {
  color: var(--red);
}

.nav-eatery {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-eatery:hover {
  color: var(--red);
}

.nav-eatery.w--current {
  color: #fff;
}

.nav-eatery.w--current:hover {
  color: #d95de3;
}

.nav-vinyl {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-vinyl:hover {
  color: var(--red);
}

.nav-vinyl.w--current {
  color: #fff;
}

.nav-books {
  color: var(--not-white-darker);
  text-transform: uppercase;
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
}

.nav-books:hover {
  color: var(--red);
}

.nav-books.w--current {
  color: #fff;
}

.nav-wa-contact {
  color: var(--not-white);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.nav-wa-contact:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-wa-contact.w--current {
  color: var(--not-white-darker);
}

.nav-wa-contact.w--current:hover {
  color: var(--red);
}

.nav-location {
  color: var(--not-white);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.nav-location:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-location.w--current {
  color: var(--not-white-darker);
}

.nav-location.w--current:hover {
  color: var(--red);
}

.nav-wa-contact-copy {
  color: var(--not-white);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.nav-wa-contact-copy:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-wa-contact-copy.w--current {
  color: var(--not-white-darker);
}

.nav-wa-contact-copy.w--current:hover {
  color: var(--red);
}

.nav-food-menu {
  color: var(--not-white);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.nav-food-menu:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-food-menu.w--current {
  color: var(--not-white-darker);
}

.nav-food-menu.w--current:hover {
  color: var(--red);
}

.nav-drinks-menu {
  color: var(--not-white);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.nav-drinks-menu:hover {
  color: var(--red);
  border-bottom-style: none;
}

.nav-drinks-menu.w--current {
  color: var(--not-white-darker);
}

.nav-drinks-menu.w--current:hover {
  color: var(--red);
}

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-outer-circle {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
}

.heading-2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Manrope, sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
}

.heading-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-vertical-left-wrapper {
    padding-left: 35px;
  }

  .nav-vertical-right-wrapper {
    padding-right: 35px;
  }

  .hero-under-fold-wrapper-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-1200 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .splitted-content-wrapper {
    margin-bottom: 100px;
    display: block;
  }

  .splitted-right {
    width: 100%;
  }

  .img-outer-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .full-width-img-wrapper {
    background-position: 50%;
    background-size: cover;
    padding-left: 50px;
  }

  .flex-split-wrapper {
    margin-bottom: 100px;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .small-logo.logo {
    max-width: 20%;
  }

  .h1-hero {
    font-size: 104px;
  }

  .heading.fade-in-title {
    font-size: 1.8em;
  }

  .container {
    width: 100%;
  }

  .play-icon {
    width: 8rem;
  }

  .splitted-content-wrapper-hero {
    margin-bottom: 100px;
    display: block;
  }

  .hero-under-fold-wrapper-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cursor-wrapper {
    display: none;
  }

  .html-embed {
    font-size: 18px;
  }

  .heading-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-bg-img-wrapper {
    background-position: 0 0, 50%;
  }

  .hero-over-fold-wrapper {
    height: 75vh;
  }

  .nav-vertical-left-wrapper {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .nav-vertical-left-inner-wrapper {
    display: none;
  }

  .nav-vertical-right-wrapper {
    padding-bottom: 25px;
    padding-right: 25px;
  }

  .hero-under-fold-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .p-white {
    margin-bottom: 25px;
  }

  .logo {
    max-width: 75%;
  }

  .subheader {
    font-size: 16px;
  }

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

  .flex-split-wrapper {
    flex-direction: column;
  }

  .split-right {
    max-width: 100%;
  }

  .s-hero-bottom-content {
    padding-bottom: 25px;
  }

  .small-logo.logo {
    max-width: 10%;
  }

  .footer-bottom-wrapper {
    padding-bottom: 50px;
  }

  .footer-split-wrapper {
    flex-direction: column;
  }

  .h1-hero {
    font-size: 84px;
  }

  .play-icon {
    width: 5rem;
  }

  .hero-under-fold-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .html-embed {
    display: none;
  }

  .heading-3 {
    font-size: 80px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    height: 100%;
    min-height: 100%;
  }

  .hero-bg-img-wrapper {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .hero-over-fold-wrapper {
    height: 50vh;
  }

  .nav-vertical-left-wrapper {
    flex-direction: row;
    display: none;
  }

  .nav-vertical-right-wrapper {
    display: none;
  }

  .hero-under-fold-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c-1200 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-inner-wrapper.content-2, .img-inner-wrapper.eatery-img, .img-inner-wrapper.ww-img, .img-inner-wrapper.ar-img, .img-inner-wrapper.td-img, .img-inner-wrapper.ag-img {
    height: 300px;
  }

  .h3-main.no-margin {
    font-size: 1.5em;
  }

  .full-width-img-wrapper {
    align-items: center;
    padding: 35px;
  }

  .icon-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .subheader {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .s-hero-bottom-content {
    margin-top: 20px;
  }

  .small-logo.logo {
    max-width: 20%;
  }

  .h1-hero {
    font-size: 50px;
  }

  .container {
    margin-bottom: 70px;
  }

  .play-icon {
    width: 3rem;
  }

  .hero-under-fold-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-antiques, .nav-boutique, .nav-art {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-eatery {
    padding-bottom: 10px;
  }

  .nav-vinyl, .nav-books {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-wa-contact {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .nav-location {
    padding-top: 5px;
  }

  .nav-food-menu {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .nav-drinks-menu {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .html-embed {
    display: none;
  }

  .heading-3 {
    font-size: 46px;
    display: block;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}