:root {
  --ray: #e4e4e4;
  --beige: #dddcca;
  --white: var(--beige);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 16px;
  display: none;
  overflow: visible;
}

.image {
  flex: none;
  width: 14vw;
  margin-top: 24px;
}

.text-block {
  color: #fff;
  letter-spacing: .2rem;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 480px;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
}

.html-embed {
  width: 100%;
  max-width: 960px;
  margin-top: 24px;
}

.socials {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  margin: 3px 8px;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.2);
}

.mailingmodal {
  z-index: 9999;
  background-color: #000000e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-2 {
  color: #000;
  text-align: center;
  width: 60vw;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.closebutton {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 24px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s;
}

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

.body {
  background-color: var(--ray);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-2 {
  flex: 0 auto;
  display: block;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.button {
  z-index: 99999;
  color: #000;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffd9;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: background-color .3s ease-in-out;
  display: inline-block;
  position: static;
}

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

.social-icon {
  filter: invert();
  width: 16px;
}

.border {
  background-color: #fff;
  width: 100vw;
  height: 1vw;
  padding-bottom: 0;
  position: fixed;
}

.border.top {
  z-index: 1;
  inset: 0% 0% auto;
}

.border.bottom {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1vw;
  display: flex;
  inset: auto 0% 0%;
}

.border.left {
  width: 1vw;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.border.right {
  width: 1vw;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.store {
  background-color: var(--ray);
  color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-header {
  color: #000;
  text-align: center;
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.mailing {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tour {
  background-color: var(--ray);
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.html-embed-3 {
  width: 60vw;
  max-height: 75vh;
  margin-top: 40px;
  margin-bottom: 0;
  overflow: scroll;
}

.album-info {
  color: #fff;
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  margin-top: 40px;
}

.store-item {
  text-align: center;
}

.buy-btn {
  background-color: var(--beige);
  color: #000;
}

.item-link {
  transition: transform .2s ease-in-out;
}

.item-link:hover {
  transform: scale(1.03);
}

.cd {
  max-width: 100%;
}

.right-arrow {
  z-index: 1;
  display: inline;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 85vh;
  display: none;
}

.slide-container {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-3 {
  width: 20vw;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.top {
  z-index: 1;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-2 {
  background-color: #0000;
  height: 90vh;
  display: none;
}

.div-block-4 {
  width: 50%;
}

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

.columns {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  display: flex;
}

.section-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.stickydiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.hiddenmask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scrollablediv {
  width: 900vh;
  height: 100%;
}

.content {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto hidden;
}

.mail {
  background-color: var(--ray);
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero {
  text-align: right;
  background-image: url('../images/hero-img-bw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  overflow-y: hidden;
}

.hero-two {
  background-image: url('../images/bg_leftright_full.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  overflow-y: hidden;
}

.color-switch {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blu {
  border: 1px solid var(--beige);
  background-color: #0005ff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  transition: filter .2s ease-in-out;
}

.blu:hover {
  filter: drop-shadow(0 0 5px #000c);
}

.black {
  border: 1px solid var(--beige);
  background-color: #000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  transition: filter .2s ease-in-out;
}

.black:hover {
  filter: drop-shadow(0 0 5px #000c);
}

.dsp-link {
  width: 92vw;
  height: 95vh;
  position: static;
}

.scroll-icon {
  opacity: .9;
  width: 25px;
  position: static;
  inset: 0% 3% auto auto;
}

.div-block-6 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.heading-2 {
  letter-spacing: 2px;
  text-shadow: 0 4px 4px #000c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: none;
}

.text-span {
  font-style: italic;
  font-weight: 600;
}

.container-2 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.firstslidecalltoaction {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.text-span-2 {
  font-size: 51px;
}

.text-span-3 {
  font-size: 1.3rem;
}

.text-span-4 {
  font-size: 1.5rem;
}

.text-span-5 {
  font-size: .9rem;
}

@media screen and (max-width: 991px) {
  .socials {
    margin-bottom: 0;
    bottom: 2%;
  }

  .mailingmodal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .album-info {
    font-size: .6rem;
  }

  .grid {
    width: 90vw;
  }

  .firstslidecalltoaction {
    top: 33vh;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .image {
    width: 25vw;
    margin-top: 0;
  }

  .socials {
    margin-bottom: 10px;
    bottom: 2%;
  }

  .mailingmodal {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-2 {
    width: 70vw;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    flex-direction: column;
    width: auto;
  }

  .div-block-2 {
    width: 80%;
    margin-top: 59px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .border.left, .border.right {
    height: auto;
  }

  .store {
    height: auto;
    min-height: 100svh;
    padding-top: 40px;
  }

  .album-info {
    font-size: .7rem;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-3 {
    width: 50vw;
    margin-bottom: 5px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .columns {
    width: auto;
    display: block;
  }

  .column {
    text-align: center;
    display: block;
  }

  .section-2 {
    flex-flow: column;
    height: auto;
    overflow: hidden;
  }

  .stickydiv {
    flex-flow: column;
    width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .hiddenmask {
    flex-flow: column;
    align-items: center;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .scrollablediv {
    flex-flow: column;
    align-items: center;
    width: 100vw;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .content {
    flex-flow: column;
    width: 100vw;
    overflow: hidden;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .hero-two {
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    display: none;
  }

  .color-switch {
    order: -1;
    margin-top: 10px;
  }

  .dsp-link {
    width: 88vw;
    height: 70vh;
  }

  .scroll-icon {
    margin-bottom: 85px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 50vw;
    margin-top: 0;
  }

  .link-block {
    margin-left: 4px;
    margin-right: 4px;
  }

  .italic-text {
    font-size: .8rem;
    line-height: 140%;
  }

  .mailingmodal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .html-embed-2 {
    width: 90vw;
  }

  .image-2, .div-block-2 {
    width: 100%;
  }

  .button {
    font-size: .8rem;
  }

  .store {
    height: auto;
    min-height: 100vh;
  }

  .html-embed-3 {
    width: 90vw;
  }

  .album-info {
    font-size: .6rem;
  }

  .grid {
    width: 90vw;
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-3 {
    width: 70vw;
  }

  .content {
    overflow-y: auto;
  }

  .hero-two {
    background-image: url('../images/mobile3.jpg');
    background-position: 50% 0;
  }

  .firstslidecalltoaction {
    top: 50vh;
  }
}
