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

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

body {
  color: #333;
  font-family: Benguib, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: block;
  position: static;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.body {
  background-color: #bfae54;
  background-image: url('../images/ground_1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  font-family: Benguib, sans-serif;
}

.section-5 {
  width: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header {
  color: #e1d3c1;
  font-family: Benguib, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.desktop-embed {
  color: #e1d3c1;
  letter-spacing: 2px;
  font-family: Maisonmono, sans-serif;
  font-size: 19px;
}

.mobile-embed {
  display: none;
}

.nav-items {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-top: -3px;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-links {
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-links.mobile {
  z-index: 40;
  display: none;
  position: relative;
}

.social-link {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 0;
}

.social {
  opacity: 1;
}

.social:hover {
  opacity: .8;
}

.single-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button-2 {
  z-index: 20;
  width: 50%;
  color: #e1d3c1;
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 9px;
  padding-left: 19px;
  font-family: Benguib, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 6px #000;
}

.button-2:hover, .button-2:active {
  color: #e1d3c1;
  background-color: #bfae54;
}

.album {
  z-index: 10;
  width: 300px;
  margin-top: auto;
  position: relative;
  box-shadow: 1px 1px 7px #000;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: none;
}

.html-embed-4 {
  width: 70%;
}

.banner {
  z-index: 100;
  width: 100vw;
  height: 25vh;
  opacity: 1;
  background-color: #000;
  background-image: url('../images/noise_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2751px;
  border-top: 60px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-2 {
  z-index: 3;
  width: auto;
  height: auto;
  max-width: 100%;
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  border-bottom: 20px solid rgba(246, 243, 226, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  padding: 0 40px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-3 {
  color: #e1d3c1;
  margin-right: 10px;
  font-family: Maisonmono, sans-serif;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
}

.nav-link-3:hover {
  opacity: .77;
  color: #e0d3c1;
  mix-blend-mode: normal;
}

.nav-link-3.w--current {
  color: #e0d3c1;
}

.social-links-2 {
  z-index: 4;
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrap {
  z-index: 40;
  width: 100vw;
  min-height: 100vh;
  border: 20px #f6f3e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.store-items {
  width: 800px;
  justify-content: space-between;
  display: flex;
}

.link-block {
  width: 100%;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  opacity: .88;
}

.store-thumb {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.button-2-copy {
  z-index: 200;
  opacity: 1;
  outline-offset: 0px;
  color: #a09eff;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 1px solid #a09eff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  margin-right: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  font-family: Impact, sans-serif;
  font-size: .7em;
  font-weight: 700;
  line-height: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-2-copy:hover {
  opacity: .73;
  outline-offset: 0px;
  color: #a09eff;
  outline: 1px solid #a09eff;
}

.button-2-copy:active {
  opacity: 1;
  outline-offset: 0px;
  color: #a09eff;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid #a09eff;
}

.heading-2 {
  width: auto;
  color: #e1d3c1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benguib, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
  position: static;
}

.heading-4 {
  width: 100%;
  height: auto;
  max-width: 100%;
  color: #e1d3c1;
  text-align: center;
  text-transform: none;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Benguib, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.chair {
  z-index: 0;
  width: 300px;
  height: auto;
  max-width: 300px;
  min-width: 300px;
  position: absolute;
  top: auto;
  bottom: 13.6vh;
  left: 0%;
  right: auto;
}

.girl {
  z-index: 0;
  width: 320px;
  height: auto;
  max-width: 320px;
  min-width: 320px;
  position: absolute;
  top: auto;
  bottom: 11.2vh;
  left: 0%;
  right: auto;
}

.ground {
  width: 100vw;
  height: 60vh;
  max-height: 45vh;
  max-width: 100vw;
  display: block;
  position: absolute;
  top: 61%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.curtain {
  z-index: 0;
  width: 100vw;
  height: 70vh;
  max-width: 100vw;
  opacity: 1;
  margin-top: -70px;
  display: block;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-4, .section-2 {
  width: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tv_off, .tv_on {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-6 {
  width: 100%;
  height: auto;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.peach {
  z-index: 7;
  width: 100px;
  max-width: 100px;
  min-width: 80px;
  position: absolute;
  top: 77%;
  bottom: 0%;
  left: 40%;
  right: 0%;
}

.div_lamp {
  z-index: 6;
  width: 300px;
  height: 50vh;
  max-width: 300px;
  min-width: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35.7vh;
  bottom: 0%;
  left: 40%;
  right: 0%;
}

.lamp_off {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lamp_on {
  width: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
}

.sky_wrap {
  width: 100vw;
  height: 90vh;
  margin-top: 164px;
  position: relative;
}

.sky_div {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Mural_r.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -7%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile_bg {
  display: none;
}

.div_chairgirl {
  z-index: 1;
  width: 100vh;
  height: 100vh;
  max-width: 100vw;
  margin-top: -15px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.div-block-10 {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 100%;
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tv_div {
  z-index: 4;
  width: 180px;
  height: 100vh;
  max-width: 180px;
  min-width: 150px;
  display: block;
  position: absolute;
  top: 27.6vh;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-5 {
  position: static;
}

.curtain_mobileview {
  z-index: 0;
  width: 100vw;
  height: 60vh;
  max-width: 100vw;
  opacity: 1;
  margin-top: -109px;
  display: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider {
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.mask {
  margin: 5% 10%;
}

.left-arrow {
  background-color: rgba(0, 0, 0, 0);
}

.dartboardimagemapembed {
  max-width: 80vh;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dartboardsection {
  z-index: 2;
  min-height: 100vh;
  background-image: url('../images/woodBG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dartcontainersection {
  z-index: 9999;
  height: 0;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  overflow: visible;
}

.div-block-12 {
  flex-direction: row;
  justify-content: center;
  display: none;
  transform: translate(0, -100%);
}

.dart1 {
  max-width: 150px;
}

.dartcontainer2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dart2 {
  z-index: 3;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
}

.image-15, .dart2dart {
  transform: translate(48%, -48%)rotate(-135deg);
}

.div-block-13 {
  width: 10vw;
  height: 10vw;
  transition: all .2s ease-out;
  position: absolute;
  left: auto;
  transform: translate(100vw, -100vh);
}

.image-16 {
  width: 100%;
  height: 100%;
  transform: translate(42%, -42%)rotate(-135deg);
}

.html-embed-5 {
  width: 90%;
  max-width: 960px;
}

.affop {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slotmachine {
  min-height: 100vh;
  background-color: #faec60;
  background-image: url('../images/lemonade_bottle.png'), url('../images/lemons.png'), url('../images/woodBG_1.jpg');
  background-position: 0 100%, 100% 100%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.slots {
  width: 54vw;
  height: 27vw;
  max-width: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle closest-side, rgba(255, 217, 0, .5), rgba(255, 207, 63, .5) 76%), linear-gradient(#ffce53, #ffd745 24%, #ffbf36 38%, #a8770e 53%, #fff 60%, #b17d0d 62%, #ffc800 69%, #e29b3e 85%, #ffc800);
  border-top: 3px solid #fff1bc;
  border-bottom: 8px solid #614f00;
  border-left: 5px solid #b69f37;
  border-right: 6px solid #946a01;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  padding: 1.75rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 11px 9px -4px rgba(0, 0, 0, .5);
}

.slot {
  width: 33%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/slot1.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: scroll;
  transition: all .2s;
}

.slot.slot1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/slot1_4.jpg');
  background-position: 50% -3%;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: scroll;
  border-top: 4px solid #000;
  border-bottom: 4px solid #635828;
  border-left: 5px solid #7a5a07;
  border-right: 4px solid #ebe2a5;
  border-radius: 7px;
  transition-duration: 0s;
  box-shadow: inset 3px -3px 16px 8px rgba(0, 0, 0, .9);
}

.slot.slot2 {
  background-image: url('../images/slot1_4.jpg');
  background-position: 50% -3%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #635828;
  border-left: 3px solid #d6b12b;
  border-right: 3px solid #ffde7d;
  border-radius: 7px;
  transition-duration: 0s;
  box-shadow: inset 0 -4px 16px 8px rgba(0, 0, 0, .9);
}

.slot.slot3 {
  background-image: url('../images/slot1_4.jpg');
  background-position: 50% -3%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #635828;
  border-left: 2px solid #d6c36c;
  border-right: 4px solid #c4a63c;
  border-radius: 7px;
  transition-duration: 0s;
  box-shadow: inset -3px -3px 16px 8px rgba(0, 0, 0, .9);
}

.html-embed-6 {
  transition: opacity .2s;
}

.textureoverlay {
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  background-image: url('../images/metalGrain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  box-shadow: inset 1px -1px 8px 3px rgba(0, 0, 0, .41);
}

.slotsbutton {
  width: 100%;
  height: 80px;
  max-width: 200px;
  text-align: center;
  background-color: red;
  background-image: radial-gradient(circle, red, rgba(107, 0, 0, .8) 78%), linear-gradient(to top, #741414 41%, red);
  border-top: 2px solid #f35252;
  border-bottom: 7px solid #300d0d;
  border-left: 1px solid #803838;
  border-right: 1px solid #853030;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 16px 1rem 12px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .8);
}

.slotsbutton:hover {
  transform: scale(.9);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

.text-block {
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .88);
  border-radius: 64px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 100%;
}

.logo {
  width: 75%;
  max-width: 180px;
  margin-bottom: 8px;
  display: none;
}

.lemonadelogo {
  width: 80%;
  max-width: 560px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 0;
  }

  .section-5 {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .header {
    color: #e1d3c1;
    font-family: Benguib, sans-serif;
  }

  .desktop-embed {
    display: none;
  }

  .mobile-embed {
    color: #e1d3c1;
    font-family: Maisonmono, sans-serif;
    display: flex;
  }

  .nav-items {
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .social-links {
    display: none;
  }

  .social-links.mobile {
    justify-content: center;
    display: none;
  }

  .single-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .banner {
    height: 22vh;
    background-repeat: no-repeat;
    background-size: 2751px;
    flex-direction: row;
  }

  .navigation-2 {
    margin-bottom: -5px;
  }

  .nav-link-3 {
    font-family: Maisonmono, sans-serif;
    font-weight: 400;
  }

  .social-links-2 {
    width: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    object-fit: fill;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .store-items {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .link-block {
    width: 300px;
  }

  .button-2-copy {
    width: 20%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .heading-2 {
    width: auto;
    font-size: 2.3rem;
  }

  .heading-4 {
    width: 100%;
    max-width: 100%;
    margin-top: -5px;
    font-size: 4rem;
  }

  .chair {
    width: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .girl {
    width: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .ground {
    height: 100vh;
    top: 61%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .curtain {
    height: 80vh;
    margin-top: -64px;
    top: -8%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section-4, .section-2 {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tv_off, .tv_on {
    width: auto;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .section-6 {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .peach {
    width: 9%;
    top: 66%;
    bottom: 0%;
    left: 45%;
    right: auto;
  }

  .div_lamp {
    z-index: 2;
    width: 30%;
    height: auto;
    max-width: none;
    position: absolute;
    top: 44%;
    bottom: 0%;
    left: 39%;
    right: 0%;
  }

  .lamp_off {
    width: auto;
    top: 0%;
    left: 0%;
  }

  .lamp_on {
    width: auto;
    max-width: 100%;
    top: 0%;
    left: 0%;
  }

  .sky_wrap {
    height: 100vh;
    margin-top: 151px;
  }

  .sky_div {
    background-position: 50%;
    background-size: auto;
  }

  .div_chairgirl {
    width: 100%;
    height: 75vh;
    top: 0%;
  }

  .div-block-10 {
    width: 100%;
    max-width: 100%;
  }

  .tv_div {
    width: 18%;
    height: 60vh;
    top: 36%;
  }

  .curtain_mobileview {
    height: 90vh;
    margin-top: 0;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider {
    width: 90vw;
  }

  .mask {
    margin: 8% 15%;
  }

  .dart2 {
    display: none;
  }

  .slotmachine {
    background-position: 0 100%, 100% 100%, 50%;
    background-size: 120%, 100%, cover;
  }

  .slots {
    width: 84vw;
    height: 42vw;
  }

  .slotsbutton {
    height: 80px;
    max-width: 200px;
  }

  .text-block {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 20px;
  }

  .header, .mobile-embed {
    color: #e1d3c1;
  }

  .nav-items {
    margin-top: auto;
    margin-bottom: 0;
  }

  .single-wrap {
    margin-top: 173px;
  }

  .button-2 {
    z-index: 100;
    color: #e1d3c1;
  }

  .banner {
    height: 28vh;
    background-repeat: no-repeat;
    background-size: 2751px;
  }

  .navigation-2 {
    margin-bottom: 0;
  }

  .social-links-2 {
    max-width: 50%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    object-fit: fill;
    flex-direction: row;
    position: static;
    overflow: visible;
  }

  .button-2-copy {
    width: auto;
    margin-top: 90px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 36%;
    right: 36%;
  }

  .heading-2 {
    width: auto;
    height: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 2rem;
    line-height: 3rem;
    display: flex;
  }

  .heading-4 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0;
    font-size: 3rem;
    line-height: 1rem;
  }

  .chair {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .girl {
    width: 320%;
    top: auto;
    bottom: -3%;
    left: 0%;
    right: auto;
  }

  .ground {
    width: 100vh;
    height: 100vh;
    top: 92%;
  }

  .curtain {
    height: 90vh;
    max-height: 100vh;
    top: 16%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .peach {
    width: 12%;
    position: absolute;
    top: 98%;
    left: 55%;
  }

  .div_lamp {
    z-index: 2;
    width: 30%;
    height: 80%;
    position: absolute;
    top: 78%;
    left: 40%;
  }

  .lamp_off, .lamp_on {
    width: auto;
  }

  .sky_wrap {
    height: 100vh;
    margin-top: -23px;
  }

  .sky_div {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    top: 22%;
  }

  .div_chairgirl {
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    top: 0%;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    grid-column-gap: 12px;
    flex-direction: column;
    margin-top: -5px;
    position: static;
  }

  .tv_div {
    width: 20%;
    top: 63%;
  }

  .curtain_mobileview {
    height: 40vh;
    top: 9%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slotmachine {
    background-image: url('../images/lemonade_bottle.png'), url('../images/lemons.png'), url('../images/woodBG_1.jpg');
    background-position: 0 100%, 90% 100%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 120%, 100%, cover;
    background-attachment: fixed, fixed, scroll;
  }

  .slots {
    width: 90vw;
    height: 45vw;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .slot.slot1 {
    box-shadow: inset 3px -3px 16px 8px rgba(0, 0, 0, .2);
  }

  .slot.slot2 {
    box-shadow: inset 0 -4px 16px 8px rgba(0, 0, 0, .2);
  }

  .slot.slot3 {
    box-shadow: inset -3px -3px 16px 8px rgba(0, 0, 0, .2);
  }

  .slotsbutton {
    height: 64px;
    max-width: 160px;
  }

  .text-block {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100vw;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-3 {
    width: 100vw;
  }

  .body {
    background-image: url('../images/ground.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .header {
    color: #f6f3e2;
  }

  .mobile-embed {
    color: #fff;
    font-family: Maisonmono, sans-serif;
    font-size: 10px;
  }

  .nav-items {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    font-family: Maisonmono, sans-serif;
    font-size: 14em;
    display: flex;
  }

  .social-links.mobile {
    z-index: 100;
    width: 100vw;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .social-link {
    width: 35px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
  }

  .single-wrap {
    margin-top: -165px;
    padding-top: 0;
  }

  .button-2 {
    width: auto;
    padding-left: 15px;
  }

  .button-2:hover {
    color: #f6f3e2;
    background-color: #c0ae54;
  }

  .album {
    width: 225px;
  }

  .html-embed-3 {
    height: 50%;
  }

  .banner {
    width: 100vw;
    height: 25vh;
    background-position: 50%;
    background-size: 2751px;
    background-attachment: scroll;
    border-top-width: 30px;
    position: fixed;
  }

  .navigation-2 {
    z-index: auto;
    width: 100%;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-link-3 {
    margin-right: 6px;
    font-size: .9rem;
    line-height: 1rem;
  }

  .social-links-2 {
    width: auto;
    height: auto;
    max-width: 80%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: static;
  }

  .main-wrap {
    border-style: none;
    padding-bottom: 0;
  }

  .button-2-copy {
    width: auto;
    margin-top: 100px;
    padding-left: 0;
    left: 25%;
    right: 25%;
  }

  .heading-2 {
    height: auto;
    max-width: 100%;
    margin-top: -44px;
    font-size: 1.6rem;
  }

  .heading-4 {
    max-width: 100%;
    font-size: 1.75rem;
  }

  .chair, .girl, .ground, .curtain {
    display: none;
  }

  .section-2 {
    width: 60%;
  }

  .tv_off {
    display: none;
  }

  .tv_on {
    display: block;
  }

  .peach, .lamp_off, .lamp_on, .sky_wrap, .sky_div {
    display: none;
  }

  .mobile_bg {
    width: 100vw;
    height: 100vh;
    margin-top: 114px;
    display: block;
    position: relative;
  }

  .div-block-10 {
    width: 100%;
    grid-column-gap: 12px;
    object-fit: fill;
    display: flex;
    position: relative;
  }

  .lamp_mobile {
    width: 150px;
    height: auto;
    max-width: 150px;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: 28%;
    right: 0%;
  }

  .tv_mobileon {
    width: 33%;
    position: absolute;
    top: 38%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .girl_mobile {
    width: 200px;
    max-width: none;
    min-width: auto;
    position: absolute;
    top: 65%;
    left: -51px;
  }

  .chair_mobile {
    width: 170px;
    max-width: none;
    min-width: auto;
    position: absolute;
    top: 49%;
    left: -45px;
  }

  .peach_mobile {
    width: 60px;
    position: absolute;
    top: 66%;
    left: 43%;
  }

  .tv_mobileoff {
    width: 33%;
    position: absolute;
    top: 38%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mobile_day {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    position: absolute;
  }

  .mobile_sky {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    object-fit: fill;
    margin-top: 39px;
    position: relative;
  }

  .mobile_night {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    min-width: auto;
    mix-blend-mode: normal;
    position: relative;
  }

  .curtain_mobileview {
    height: 80vh;
    display: block;
    top: -12%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lampmobiile_on {
    width: 150px;
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 28%;
  }

  .slider {
    width: 100vw;
  }

  .mask {
    margin: 14% 20%;
  }

  .div-block-11 {
    z-index: 1;
    width: 30vw;
    height: 30vh;
    position: absolute;
    top: 35%;
    bottom: 0%;
    left: 64px;
    right: 0%;
  }

  .slotmachine {
    height: 100vh;
    background-image: url('../images/lemonade_bottle.png'), url('../images/lemons.png'), url('../images/woodBG_1.jpg');
    background-position: 0 100%, 79% 100%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 120%, cover;
    background-attachment: fixed, fixed, scroll;
  }

  .slots {
    width: 96vw;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: .75rem 8px;
  }

  .slot.slot1 {
    width: 33%;
    mix-blend-mode: normal;
    background-image: url('../images/slot1_4.jpg');
    background-position: 50% -3%;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
    box-shadow: inset 3px -3px 16px 8px rgba(0, 0, 0, .2);
  }

  .slot.slot2 {
    box-shadow: inset 0 -4px 16px 8px rgba(0, 0, 0, .2);
  }

  .slot.slot3 {
    box-shadow: inset -3px -3px 16px 8px rgba(0, 0, 0, .2);
  }

  .textureoverlay {
    background-image: url('../images/metalGrain.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .slotsbutton {
    height: 64px;
    max-width: 160px;
    margin-top: 1.5rem;
  }

  .text-block {
    padding-bottom: 0;
    font-size: 1.3rem;
  }
}


@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benguib';
  src: url('../fonts/benguib.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonmono';
  src: url('../fonts/MaisonMono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}