body {
  /*background-color: rgb(250, 250, 250);*/
  background-color: rgb(32, 28, 35);
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, sans-serif;
  color: rgb(142, 120, 131);
}

.launch {
  width: 1000px;
  margin: auto;
  height: 750px;
  background-image: url('../images_new/donnie-trumpet-curtain.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

p {
  line-height: 1.4em;
}

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

header {
  width: 100%;
  height: 930px;
  /*margin-top: 300px;*/
  position: fixed;
  top: 0;
  z-index: 100;
}

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

}

h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 475px;
  padding: 15px 0;
  font-size: 80px;
  letter-spacing: 1em;
  color: rgb(142, 120, 131);
  background-color: rgb(32, 28, 35);
}


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

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

div.block {
  width: 800px;
  height: 700px;
  margin: auto;
  background-color: rgb(32, 28, 35);

  padding: 40px 0;
}


div.left {
  background-color: rgb(32, 28, 35);
  box-sizing: border-box;
  width: 400px;
  height: 3000px;
  margin: auto;
  /*text-align: center;*/
}


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





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

div.left p  {
  width: 1050px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 80px;
}


span.emphasized {
  font-style: italic;
}

span.sunday-candy {
  display: block;
  font-style: italic;
  font-size: 30px;
  position: relative;
  top: 15px;
  left: 100px;
  padding-bottom: 15px;
}




#titleS {
  animation-name: title;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#titleU {
  animation-name: title;
  animation-duration: 5.2s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

#titleN {
  animation-name: title;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}

#titleD {
  animation-name: title;
  animation-duration: 4.3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

#titleA {
  animation-name: title;
  animation-duration: 7s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

#titleY {
  animation-name: title;
  animation-duration: 4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

#titleC {
  animation-name: title;
  animation-duration: 4.5s;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
}

#titleA2 {
  animation-name: title;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

#titleN2 {
  animation-name: title;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

#titleD2 {
  animation-name: title;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

#titleY2 {
  animation-name: title;
  animation-duration: 5.7s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

@keyframes title {
  0% {color: rgba(142, 120, 131,1);}
  40% {color: rgba(142, 120, 131, 0);}
  100% {color: rgba(142, 120, 131,1);}
}


/*MASTER NAV STYLING*/


#master-nav a {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #333;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 150px;
  height: 50px;
  padding: 10px 0;
}

#master-nav:hover {
  text-decoration: none;
}

#master-nav a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
