body {
  width: 100%;
}

@font-face {
  font-family: lovelo_black;
  src: url(../fonts/lovelo_black.otf);
}

@font-face {
  font-family: nilland;
  src: url(../fonts/nilland.ttf);
}

#pic1, #pic2, #pic3 {
  height: 800px;  
  margin: 0 auto; 
  width: 100%;
  max-width: 1920px; 
  position: relative; 
  box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#pic2 {
  height: 400px;
} 

#pic3 {
  height: 300px;
}

#pic1 { 
  background: url(../images/bg1.jpg) 50% 0 no-repeat fixed; 
}

#pic2 { 
	background: url(../images/bg2.jpg) 50% 0 no-repeat fixed; 
}

#pic3 { 
  background: url(../images/bg3.jpg) 50% 0 no-repeat fixed;
}

#pic1 article { 
  height: 450px; 
  position: absolute; 
  text-align: center; 
  top: 30%;
  background: url(../images/rc_logo.png) no-repeat center top;
  width: 100%;
}

#launch_logo {
  background: url(../images/launch_logo.png) no-repeat center bottom;
  height: 60%;
  width: 100%;
}

#launch_text {
  background: url(../images/launch_logo_text.png) no-repeat center top;
  height: 40%;
  width: 100%;
}

.info {
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em 2em;
  background: url(../images/texture.png) repeat;
  color: white;
}

p {
  line-height: 1.3em;
  font-size: 1.5em;
  font-family: nilland, Calibri, sans-serif;
}

.info h1, .info h2, .info p, .video_wrap, footer article {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em 2em;
  background: #111;
  color: #fff;
  height: 40px;
}

.footer_left {
  float: left;
  padding: 5px 0 0 0;
}

footer article a {
  float: right;
  height: 40px;
  width: 40px;
  margin-left: 15px;
}

footer p {
  padding: 0px;
  margin: 0px;
}

.footer_fb {
  background: url(../images/fb_logo.png) no-repeat center top;
}

.footer_insta {
  background: url(../images/insta_logo.png) no-repeat center top;
}

.footer_twit {
  background: url(../images/twitter_logo.png) no-repeat center top;
}

h1 {
  font-size: 2em;
  line-height: 1em;
  padding-top: 15px;
  font-family: lovelo_black, Calibri, sans-serif;
  color: #BE1818;
}
h2 {
  font-size: 3em;
  line-height: 1em;
  font-family: lovelo_black, Calibri, sans-serif;
  color: #fff;
}

.yellow {
	color: #ffd83c;
}
.red {
	color: #ff1212;
	font-size: 0.7em;
}
.red a:link {	
	color: #ff1212;
}
.red a:hover {	
	color: #BE1818;
}
.redBold {
	color: #ff1212;
}

a:link {
  color: white;
}

a:hover {
  color: grey;
}

.a29_info {
  height: 3em;
  margin-right: 30px;
}
.coah_info {
  height: 3em;
}

#launch_info {
  color: white;
  font-size: 2em;
  font-family: lovelo_black, Calibri, sans-serif;
  padding-top: 330px;
}

#launch_date, #launch_time {
  font-size: 2em;
  font-family: nilland, Calibri, sans-serif;
}

#launch_date, #launch_time {
  color: #feb340;
}

#launch_time {
  color: white;
}

.center {
	text-align: center;
}
@media only screen and (max-width: 1080px) {
	p {
	  line-height: 1.25em;
	  font-size: 1.25em;
	}
	
	h1 {
	  font-size: 1.5em;
	  line-height: 1em;
	}
	
	h2 {
	  font-size: 2.5em;
	  line-height: 1em;
	}
	
	.info {
		margin-left: auto;
		margin-right: auto;
		padding: 1em 1.25em;
	}
}

@media only screen and (max-width: 1000px) {
  #pic1 article {
    background-size: contain;
  }
}

@media only screen and (max-width: 700px) {
  #pic2 #launch_logo {
    background-size: contain;
  }
}

@media only screen and (max-width: 459px) {
  #pic2 #launch_text {
    background-size: contain;
  }
}

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

 .footer_left {
    display: none;
  }

  footer article a {
    float: left;
    margin: 0px 10px;

  }

  footer article {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
}

@media only screen and (max-width: 500px) {
 
  .video_wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-bottom: 25px; 
    height: 0;
  }
  .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #launch_logo, #launch_text {
    height: 50%;
    width: 100%;
  }
}