body {
  background-color: rgb(250, 250, 250);
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Helvetica, sans-serif;
}

.launch {
  width: 100%;
  height: 750px;
  background-color: rgb(250, 250, 250);
  /*background-image: url('../images_new/coloring-book-background.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
  position: fixed;
  top: -1px;
  z-index: -100;
}

p {
  line-height: 1.4em;
}

/************ HEADER STYLING *****************/

header {
  width: 100%;
  height: 130px;
  background-color: rgb(250, 250, 250);
  /*background-color: blue;*/
  /*background-image: url('../images_new/coloring-book-background.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
  top: -1px;
  z-index: 10;
  top: -1px;
  position: fixed;
}

div.title {
  box-sizing: border-box;
  width: 1000px;
  padding: 20px 0;
  margin: auto;

}

h1 {
  text-transform: uppercase;
  font-family: 'Modak', 'Times New Roman', serif;
  font-weight: 400;
  margin: 0;
  font-size: 80px;
  color: #fc5f65;
}

/************ ARTIST STYLING *****************/

section.producers {
  /*background-color: rgb(250, 250, 250);*/
  width: 100%;
  height: 750px;
  margin-top: 750px;
}

div.producers {
  box-sizing: border-box;
  /*background-color: rgb(250, 250, 250);*/
  width: 700px;
  height: 200px;
  padding: 80px 0;
  margin: auto;
  margin-top: 800px;
  position: sticky;
  top: 60px;
}

h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  color: #fc5f65;
}

h2+h2 {
  padding-left: 250px;
}

/************ MAIN STYLING *****************/

section.main {
  background-color: rgb(250, 250, 250);
  width: 100%;
}

div.block {
  width: 1000px;
  height: 700px;
  margin: auto;
  background-color: rgb(250, 250, 250);
  position: sticky;
  top: -240px;
  padding: 400px 0;
}

div#firstblock {
  width: 1000px;
  height: 700px;
  margin: auto;
  background-color: rgb(250, 250, 250);
  position: sticky;
  top: 50px;
  padding: 100px 0;
}

div.left {
  background-color: rgb(250, 250, 250);
  box-sizing: border-box;
  float: left;
  /*background-color: rgb(250, 50, 50);*/
  width: 500px;
  height: 500px;
  margin-left: auto;
}

div.right {
  box-sizing: border-box;
  float: right;
  width: 500px;
  height: 500px;
  margin: 0;
}

span.blank {
  background-color: black;
  box-sizing: border-box;
  float: right;
  width: 500px;
  height: 500px;
  margin: 0;
}

img {
  width: 500px;
  height: 500px;
}





/************ PARAGRAPH STYLING *****************/

div p  {
  width: 420px;
  margin: auto;
  margin-top: 100px;
}

p#verse2  {
  width: 450px;
  margin: auto;
  margin-top: 100px;
}

div#secondblock div.right {
  background-image: url('../images_new/SC-lyric1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div#thirdblock div.right {
  background-image: url('../images_new/chance-snl.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div#fourthblock div.left {
  background-image: url('../images_new/SC-lyric2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/************ LAST LINE STYLING *****************/
/*span.last-line {
  font-weight: 600;
}*/


/************ ANIMATED LYRICS STYLING *****************/
div#animated1 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 150px;
  left: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: rain;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

div#animated2 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 200px;
  left: 450px;
  text-align: center;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: down;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}


div#animated3 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 500px;
  left: 241px;
  text-align: center;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  animation-name: zion;
  animation-duration: 6s;
  z-index: 10000;
  animation-iteration-count: infinite;
}

div#animated4 {
  position: fixed;
  height: 200px;
  width: 650px;
  top: 400px;
  left: 50px;
  text-align: center;
  line-height: 0.02em;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: pan-fried;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

div#animated5 {
  position: fixed;
  height: 200px;
  width: 650px;
  top: 400px;
  left: 600px;
  text-align: center;
  line-height: 0.02em;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: sun-dried;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

div#animated6 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 50px;
  right: 100px;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: pan-fried;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

div#animated7 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 150px;
  right: 100px;
  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: rain;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

div#animated8 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 250px;
  right: 100px;

  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: down;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

div#animated9 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 450px;
  right: 100px;

  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: zion;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

div#animated10 {
  position: fixed;
  height: 200px;
  width: 350px;
  top: 550px;
  right: 100px;

  color: rgba(210, 210, 210, 0.35);
  font-size: 80px;
  font-weight: 600;
  z-index: 10000;
  animation-name: sun-dried;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

@keyframes rain {
  0% {color: rgba(210, 210, 210, 0.35)}
  35% {color: rgba(210, 210, 210, 0)}
  65% {color: rgba(210, 210, 210, 0)}
  100% {color: rgba(210, 210, 210, 0.35)}
}

@keyframes down {
  0% {color: rgba(210, 210, 210, 0.35)}
  65% {color: rgba(210, 210, 210, 0)}
  85% {color: rgba(210, 210, 210, 0)}
  100% {color: rgba(210, 210, 210, 0.35)}
}

@keyframes zion {
  0% {color: rgba(210, 210, 210, 0.35)}
  75% {color: rgba(210, 210, 210, 0)}
  95% {color: rgba(210, 210, 210, 0)}
  100% {color: rgba(210, 210, 210, 0.35)}
}

@keyframes pan-fried {
  0% {color: rgba(210, 210, 210, 0)}
  30% {color: rgba(210, 210, 210, 0.6)}
  100% {color: rgba(210, 210, 210, 0)}
}

@keyframes sun-dried {
  0% {color: rgba(210, 210, 210, 0)}
  80% {color: rgba(210, 210, 210, 0.6)}
  100% {color: rgba(210, 210, 210, 0)}
}
