/* CSS Document */

/*when browser goes below 420px wide, the top nav wraps - so add more padding on top to accomodate*/
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

body {
	margin-top: 35px;
}
div.top-sub-nav { /*to push sub menu items on top to left on cell devices*/
	text-align:left;
}

.mobile-main-title {display:block;font-size:.7em;color:#fff; font-weight:normal;}
.mobile-main-title::after {
    content: ": ";
}
#fl_menu {display:none;}
#video-background {opacity:1;}

#vidpause {display:none;}
.main-page-news {
	font-size:.8em;
	max-height:none;
	margin-right:0px;
}


	#description-rotate { font-size: .8em;}


	.bg-environment {
		background: none;
		
	}
	/*for countdown clock*/
	#launch_date {font-size:.8em;}
	
	/*for Mission>Launch area*/
	.launch-details {font-size:.9em;}
	.launch-countdown {max-width:100vw;}
	
}