:root {
  --bait-yellow: #fbde1b;
}

.section {
  background-image: url('../images/sky_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.title-logo {
  z-index: 98;
  flex-flow: column;
  width: 90%;
  max-width: 1024px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 35vh;
}

.image {
  aspect-ratio: 1377 / 411;
  position: relative;
}

.foreground {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.image-2 {
  width: auto;
  height: 85vh;
}

.alt-bg {
  z-index: 2;
  background-image: url('../images/poia_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.alt-bg.poia {
  width: 100vw;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.alt-bg.introspect {
  background-image: url('../images/introspect_bg.jpg');
  width: 100vw;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.alt-bg.blues {
  background-image: url('../images/blues_bg.jpg');
  width: 100vw;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.alt-bg.pullingmeback {
  background-image: url('../images/pullingmeback_bg.jpg');
  width: 100vw;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.alt-bg.defaultbg {
  background-image: linear-gradient(0deg, #0000007a, #fff0 46%), url('../images/sky_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.socials {
  z-index: 102;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 12px;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
}

.mv-section {
  z-index: 100;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px 12px;
  display: flex;
  position: absolute;
  top: 200vh;
}

.youtube {
  max-width: 1020px;
}

.code-embed {
  width: 100%;
  max-width: 720px;
}

.mv-section2 {
  z-index: 100;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px 12px;
  display: flex;
  position: absolute;
  top: 300vh;
}

.mv-section3 {
  z-index: 100;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px 12px;
  display: flex;
  position: absolute;
  top: 400vh;
}

.mv-section4 {
  z-index: 100;
  mix-blend-mode: normal;
  background-color: #111111e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 64px 12px;
  display: flex;
  position: absolute;
  top: 500vh;
}

.paragraph {
  z-index: 99;
  opacity: 1;
  color: #fbde1b;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 52ch;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  position: relative;
}

.social-link {
  transition: all .2s;
}

.social-link:hover {
  filter: invert();
}

.div-block {
  margin-top: auto;
  margin-bottom: 24px;
}

.link-block {
  z-index: 105;
  mix-blend-mode: luminosity;
  max-width: 144px;
  position: fixed;
  inset: auto auto 18px 18px;
}

.cta-elements {
  z-index: 102;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
  position: fixed;
  top: 0;
}

.listen-button {
  background-color: var(--bait-yellow);
  color: #000;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: all .2s;
}

.listen-button:hover {
  border-color: var(--bait-yellow);
  color: var(--bait-yellow);
  background-color: #0000;
}

.tracklist-section {
  z-index: 100;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px 12px;
  display: flex;
  position: absolute;
  top: 100vh;
}

.tracklist-columns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.tracklist-column {
  width: auto;
  max-width: 48%;
}

.text-block {
  color: var(--bait-yellow);
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.heading {
  color: var(--bait-yellow);
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}

.behindthescenes-link {
  z-index: 110;
  color: var(--bait-yellow);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  margin-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all .2s;
  position: static;
  inset: 18px auto 0;
}

.behindthescenes-link:hover {
  text-decoration: none;
}

.popup-section {
  z-index: 120;
  opacity: 0;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.close-popup-button {
  border: 1px solid var(--bait-yellow);
  color: var(--bait-yellow);
  cursor: pointer;
  margin-top: 8px;
  padding: 12px 24px;
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  transition: all .2s;
}

.close-popup-button:hover {
  background-color: var(--bait-yellow);
  color: #000;
}

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

.list-spans {
  font-size: 1.2rem;
}

.list-samples {
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .title-logo {
    width: 80%;
  }

  .image {
    aspect-ratio: 1377 / 411;
    max-width: 100%;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .tracklist-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .popup-section {
    padding: 16px;
  }

  .list-samples {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 100%;
    height: auto;
  }

  .paragraph {
    font-size: 1.25rem;
  }

  .tracklist-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading {
    font-size: 2rem;
  }

  .popup-section {
    padding: 12px;
  }

  .list-spans {
    font-size: 1rem;
  }

  .list-samples {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .title-logo {
    align-items: center;
    width: 96%;
  }

  .image {
    max-width: 88%;
  }

  .image-2 {
    width: auto;
    height: auto;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .link-block {
    max-width: 88px;
    bottom: 12px;
    left: 12px;
  }

  .tracklist-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tracklist-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tracklist-column {
    max-width: 100%;
  }

  .text-block {
    font-size: 12px;
    line-height: 1.6;
  }

  .heading {
    font-size: 18px;
  }

  .popup-section {
    padding: 12px 8px;
  }

  .list-spans {
    font-size: 14px;
  }

  .list-samples {
    font-size: 12px;
  }
}


