:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.poster-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.socials {
  z-index: 20;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 1% auto auto 1%;
}

.sociallink {
  filter: invert();
  max-width: 21px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.sociallink:hover {
  transform: scale(1.2);
}

.mailingembed {
  background-color: #0000;
  width: 60vw;
  max-width: 960px;
  margin-top: 0;
}

.tourembed {
  width: 100%;
  max-width: 960px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.labellogo {
  max-width: 4rem;
  margin-top: 4rem;
}

.album {
  text-align: center;
  border: .5px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vh;
  display: block;
}

.image {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 9px #0003;
}

.image-2 {
  filter: invert();
  max-width: 460px;
}

.button {
  box-shadow: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 1rem 5px 0;
  padding: .9rem 14px .7rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 100%;
  transition: all .2s;
  display: block;
}

.button:hover {
  color: #000;
  text-decoration: none;
  transform: translate(-4px, 4px);
  box-shadow: 6px -6px #c87002;
}

.link-block {
  width: 80px;
  margin-top: 1rem;
  margin-right: 1rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

.youtube {
  max-width: none;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.mailingbutton {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: .75rem 1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.2rem;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform: translate(4px, -4px);
}

.mailingbutton:hover {
  transform: translate(0);
  box-shadow: 4px -4px #000;
}

.mailinglist {
  z-index: 88;
  opacity: 0;
  background-color: #000000e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed {
  color: #fff;
  width: 100%;
  max-width: 960px;
}

.mailinglistembed {
  color: #8b8b8b;
  width: 96%;
  max-width: 960px;
  display: flex;
}

.closebutton {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  margin-top: 1rem;
  padding: .75rem 1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: .8rem;
  line-height: 100%;
  transition: all .2s;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(4px, -4px);
}

.closebutton:hover {
  transform: translate(0);
  box-shadow: 4px -4px #000;
}

.preorderbutton {
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding: 1rem 24px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 0 -20px #000;
}

.preorderbutton:hover {
  transform: translate(-4px, 4px);
  box-shadow: 6px -6px #000;
}

.section-2 {
  height: 100vh;
}

.poster {
  width: 60vw;
  margin-top: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4.3rem;
  line-height: 3rem;
}

.italic-text {
  font-size: 2rem;
  font-style: normal;
}

.home-section {
  background-image: linear-gradient(#0000 48%, #00000087), url('../images/band.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.body {
  color: var(--white);
  background-image: url('../images/background2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Changa One, Impact, sans-serif;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 22px;
  line-height: 23px;
  display: flex;
}

.vinyl-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.image-3 {
  filter: invert();
}

.video-section {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 40px;
  display: flex;
}

.section-3 {
  padding: 60px 40px;
  display: block;
}

.container-3 {
  text-align: center;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-2 {
  margin-bottom: 20px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 853px;
  height: 505px;
  display: flex;
}

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

.nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 1% 0 auto 0%;
}

.link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--white);
  font-size: 21px;
  text-decoration: none;
  transform: scale(1.2);
}

.link:active, .link:focus, .link.w--current:hover {
  color: var(--white);
  text-decoration: none;
}

.link.w--current:active {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.link.w--current:focus {
  color: var(--white);
}

.link.w--current:focus-visible {
  color: var(--white);
}

.link.w--current[data-wf-focus-visible] {
  color: var(--white);
}

.link.w--current:visited {
  color: var(--white);
  text-decoration: none;
}

.button-2 {
  box-shadow: none;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin: 1rem 5px 0;
  padding: .7rem 14px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 100%;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  color: #000;
  text-decoration: none;
  transform: translate(-4px, 4px);
  box-shadow: 6px -6px #c87002;
}

.mailing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.image-4 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .poster-section {
    padding: 5rem 1.5rem;
  }

  .socials {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .button:hover {
    color: #000;
  }

  .link-block {
    width: 5rem;
  }

  .html-embed {
    width: 96%;
  }

  .closebutton {
    cursor: pointer;
    margin-top: 1rem;
    position: relative;
    top: 0;
    left: 0;
  }

  .preorderbutton {
    font-size: 1rem;
  }

  .nav {
    left: 0%;
    right: 0;
  }

  .button-2:hover {
    color: #000;
  }

  .mailing {
    padding: 5rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .poster-section {
    background-image: url('../images/background2.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .socials {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    inset: auto auto 0% 0%;
  }

  .album {
    width: 80vw;
  }

  .button:hover {
    text-decoration: none;
  }

  .link-block {
    width: 5rem;
  }

  .html-embed {
    width: 96%;
  }

  .preorderbutton {
    font-size: .75rem;
  }

  .italic-text {
    font-size: 2rem;
    line-height: 120%;
  }

  .home-section {
    justify-content: space-between;
    align-items: center;
  }

  .section-3 {
    background-image: url('../images/background2.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    inset: 1% 0% auto -11%;
  }

  .button-2:hover {
    text-decoration: none;
  }

  .mailing {
    background-image: url('../images/background2.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .poster-section {
    background-image: url('../images/background2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    justify-content: flex-start;
    padding: 5rem 1rem;
  }

  .socials {
    filter: brightness(200%);
    flex-flow: column;
    top: 5%;
    left: 2%;
  }

  .sociallink {
    max-width: 18px;
    margin-left: 0;
    margin-right: 10px;
  }

  .logo {
    text-align: center;
    width: 100%;
  }

  .mailingembed {
    width: 90vw;
  }

  .labellogo {
    margin-top: 2rem;
  }

  .album {
    width: 75vw;
    max-width: none;
    height: 75vw;
  }

  .image-2 {
    max-width: 280px;
  }

  .button {
    text-align: center;
    font-size: 15px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: 4rem;
    margin-left: auto;
    margin-right: 1rem;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .mailingbutton {
    font-size: .6rem;
  }

  .html-embed {
    width: 96%;
  }

  .preorderbutton {
    text-align: center;
    width: 75%;
    max-width: 90%;
    margin-top: 0;
    font-size: .8rem;
  }

  .preorderbutton:hover {
    color: #000;
  }

  .poster {
    width: 90vw;
  }

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

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

  .home-section {
    background-image: linear-gradient(#0000 48%, #00000087), url('../images/band.png'), url('../images/background2.jpg');
    background-position: 0 0, 50% 74%, 50% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, contain, cover;
    background-attachment: scroll, scroll, fixed;
    justify-content: flex-start;
  }

  .body {
    background-image: none;
  }

  .vinyl-section {
    display: block;
  }

  .container-2 {
    display: flex;
  }

  .video-section {
    padding: 10px;
  }

  .section-3 {
    background-image: url('../images/background2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .code-embed {
    background-color: #0000;
    width: 100%;
    height: 100%;
  }

  .nav {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 92.852%;
    inset: 0% 0% auto 2%;
  }

  .link {
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s;
  }

  .link:hover {
    transform: scale(.9);
  }

  .button-2 {
    text-align: center;
    font-size: 15px;
  }

  .mailing {
    background-image: url('../images/background2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    justify-content: flex-start;
    padding: 5rem 1rem;
  }

  .image-4 {
    margin-top: 20px;
  }
}

#w-node-_4dfae728-9861-2d41-947a-35405bb560cc-90078da9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_598fac6f-af4d-096a-e376-bd7e17b3528c-90078da9 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_213c8f27-9d31-6faf-7dcd-9f8e7cbee28c-90078da9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8679ec15-30af-208a-dffe-9c04d8b0ce64-90078da9 {
  grid-area: 2 / 2 / 3 / 2;
}


