body {
  font-family: nimbus-roman, serif;
  font-weight: 400;
  font-style: normal;
}



h1 {
  /* font-size: 90px; */
  font-size: 10vh;
  /* line-height: 80px; */
  line-height: 8.5vh;
  font-weight: 400;
  margin-top: 0px;
}


.insta-link {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

#insta-link-shape {
  width: 200px;
  height: 100px;
  background: linear-gradient(90deg, rgba(0,194,255,1) 0%, rgba(255,0,92,1) 100%);
  filter: blur(16px);
  border-radius: 50%;
}



.insta-link-text {
  position: fixed;
  color: white;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  font-style: italic;
  margin: 0;
  z-index: 3;
  padding-left: 50px;
  padding-top: 10px;
}


.extended-font {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inline {
  display: inline;
}

.side-text {
  max-width: 750px;
  /* width: 40vw; */
  line-height: 78px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 40px;
  position: fixed;
}

p {
  margin: 0;
}

.line-work {
  position: absolute;
  left: 0px;
  top: 290px;
  z-index: -1;
}


a {
  /* text-decoration: underline; */
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: black;
}

a:visited {
  color: black;
}

.relative {
  position: relative;
}

.some-div {
  /* overflow: hidden; */
  position: relative;
}


.jesus-fuck {
  position:fixed;
  width: 842px;
  left: 880px;
  top: 290px;
  z-index: -1;

}


/* THIS SETS THE DESKTOP SIDEWAYS SCROLL LENGTH */

/* Try: Get width of poster as a variable then calculate it exactly */

/* first step is to log the width of a poster */

.sideways-scroll-section {
  height: 160vw;
}


.sideways-scroll-div {
  position: fixed;
  top: 60px;
  left: 750px;
  width: 200vw;
  height: 100vh;
  padding-bottom: 0px;
}


.posters-div {
  /* position: absolute;
  top: 60px;
  left: 742px;
  overflow: hidden;
  white-space: nowrap;
  display: block; */
}


.posters-img-div {
  display: inline-block;
  padding-right: 30px;
}

.posters-img {
  /* padding-right: 20px; */
  height: 85vh;
  padding-bottom: 0px;
}

.poster-caption {
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 30px;

}

.poster-caption-div {
    display: flex;
    justify-content: space-between;

}

.poster-download-link {
  text-align: right;
}

.marquee-section {
  position: relative;
}

.marquee {
  font-style: italic;
  /* position: absolute; */
  top: 0px;
  left: 0;
  font-size: 30px;
  font-style: italic;
  line-height: 1.1;
  overflow: hidden;
  color: white;
  background: rgb(255,0,0);
  background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(219,0,255,1) 100%);
  margin-top: 0;
  padding-bottom: 5px;
  position: fixed;
}


@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000vw);
  }
}

.marquee span {
  animation: moveLeft 800s infinite;
  white-space: nowrap;
  display: block;
  position: relative;
  animation-timing-function: linear;
}




.tasteful-space {
  width: 140px;
}





/* @media only screen and (max-width: 1700px) {
  .side-text {
    max-width: 900px;
    width: 50vw;
    line-height: 78px;
  }

} */


@media only screen and (min-height: 1000px) {
  /* body {
    background-color: lime;
  } */
  h1 {
    font-size: 90px;
    /* font-size: 10vh; */
    line-height: 80px;
    /* line-height: 8.5vh; */
    font-weight: 400;
    margin-top: 0px;
  }
}



@media only screen and (max-width: 1400px) {
  .side-text {
    max-width: 1200px;
    width: 50vw;
  }

  /* .side-text {
    padding-top: 10px;
    position: static;
  } */

  .sideways-scroll-div {
    position: fixed;
    top: 60px;
    left: 50vw;
    width: 200vw;
    height: 100vh;
  }

  /* .posters-img {
    padding-right: 0px;
    height: auto;
    padding-bottom: 2.5vw;
  }

  .marquee {
    position: static;
  } */

}


@media only screen and (max-width: 1000px) {

  .sideways-scroll-div {
    padding-bottom: 100px;
  }

  .side-text {
    max-width: 1200px;
    width: 100vw;
  }

  .side-text {
    padding-top: 10px;
    position: static;
  }

  .sideways-scroll-div {
    height:auto;
    width: 95vw;
    left: 50vw;
    position: static;
    margin: 0 auto;
  }

  .posters-img {
    padding-right: 0px;
    height: auto;
    padding-bottom: 2.5vw;
  }

  .marquee {
    position: static;
  }
}



@media only screen and (max-width: 600px) {



  h1 {
    line-height: 78px;
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
  }

  .tasteful-space {
    width: 60px;
  }

  .line-work {
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: -1;
  }

  .sideways-scroll-div {
    height:auto;
    width: 95vw;
    left: 0vw;
    position: static;
    margin: 0 auto;
  }

  .poster-caption {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 60px;
  }

}
