:root {
  --find-joy-orange: #d5cde8;
  --white: white;
  --red: #ff3e1f;
  --black: black;
  --bright-red: #ff563b;
  --80-black: #000c;
  --gray: #aaa;
}

.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 {
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logotype {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 300px;
  height: auto;
  max-height: none;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.logoimage {
  aspect-ratio: 3006 / 1952;
  width: auto;
  max-height: none;
  position: relative;
}

.link {
  z-index: 2;
  width: 100px;
  position: absolute;
  inset: 0%;
}

.signuplink {
  z-index: 2;
  color: var(--find-joy-orange);
  letter-spacing: 3px;
  cursor: pointer;
  margin-top: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  line-height: 100%;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: auto;
}

.signuplink:hover {
  text-decoration: underline;
}

.socials {
  z-index: 3;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 1% auto auto 1%;
}

.sociallink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 18px;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.sociallink:hover {
  transform: translate(5px);
}

.popupmodal {
  z-index: 3;
  background-color: var(--find-joy-orange);
  opacity: 0;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.html-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  display: flex;
}

.closemodalbutton {
  border: 1px solid var(--white);
  background-color: var(--find-joy-orange);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  margin-top: 2rem;
  padding: .8rem 2rem;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  transition: all .2s;
}

.closemodalbutton:hover {
  border: 1px solid var(--find-joy-orange);
  background-color: var(--white);
  color: var(--find-joy-orange);
}

.image {
  width: 18px;
  max-width: none;
  height: 24px;
}

.image-2, .image-3, .image-4, .image-5 {
  width: auto;
  height: 24px;
}

.cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.button {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  background-color: var(--bright-red);
  color: var(--black);
}

.button.updates {
  display: none;
}

.tourpopup {
  z-index: 99;
  opacity: 0;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-6 {
  max-height: 75%;
  margin-bottom: 1rem;
}

.closetourpopup {
  color: #fff;
  cursor: pointer;
  padding: 4px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: underline;
  position: absolute;
  inset: 12px 12px auto auto;
}

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

.tourdatesbutton {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: underline;
}

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

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

.artist-logo {
  width: 36vw;
  margin-top: 40px;
  position: static;
  inset: 0% 0% auto;
}

.image-8 {
  width: 45vw;
  margin-top: 60px;
  position: static;
  inset: auto 0% 0%;
}

.shop {
  background-color: var(--80-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  transition: filter .4s ease-in-out;
  display: block;
}

.link-block:hover {
  filter: grayscale();
}

.shop-item {
  text-align: center;
  align-self: flex-end;
}

.cd {
  width: 360px;
}

.heading {
  color: var(--gray);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 67px;
  text-decoration: none;
}

.body {
  background-color: var(--black);
  background-image: url('../images/BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Libre Baskerville, sans-serif;
}

.tour {
  background-color: var(--80-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.image-9 {
  width: 50vh;
  margin-bottom: 20px;
}

.video {
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.youtube {
  width: 70vw;
}

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

.mailing {
  background-color: var(--80-black);
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-10 {
  vertical-align: baseline;
  width: 70px;
  margin-top: 0;
}

.code-embed {
  color: var(--gray);
  width: 600px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 8px #000000e3;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
}

.video-2 {
  width: 60vw;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: space-around;
  }

  .signuplink {
    font-size: 1rem;
  }

  .html-embed {
    width: 98%;
  }

  .container-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .signuplink {
    font-size: .9rem;
  }

  .html-embed {
    width: 96%;
  }

  .artist-logo {
    width: 70vw;
  }

  .shop {
    width: 100vw;
    height: auto;
    padding: 40px;
  }

  .container {
    text-align: center;
    flex-flow: column;
  }

  .shop-item {
    align-self: auto;
  }

  .heading {
    font-size: 40px;
  }

  .tour {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video {
    height: auto;
    padding: 40px;
  }

  .container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .code-embed {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: space-between;
  }

  .logotype {
    padding: 1rem;
  }

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

  .socials {
    inset: 1% auto auto 1%;
  }

  .html-embed {
    width: 96%;
  }

  .cta {
    flex-flow: column;
    margin-top: 20.3rem;
  }

  .button {
    width: 100%;
    display: block;
  }

  .artist-logo {
    margin-top: 0;
  }

  .container {
    width: 80vw;
  }

  .cd {
    width: 60vw;
    margin-top: 20px;
    overflow: hidden;
  }

  .video {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-top: 20px;
  }

  .youtube {
    width: 80vw;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed {
    width: 80vw;
  }

  .text-block {
    font-size: 14px;
  }
}


