@import url("fonts/fonts.css");
/*
 Theme Name:   Space Coast Launches
 Description:  Theme built for Space Coast Launches
 Author:       MTN Advertising
 Author URI:   http://www.mtninc.com
 Template:     flato
 Version:      1.0.0
*/

/* Custom Fonts 

font-family:'OCR-A W00 Regular';
font-family:'OCR A Tribute W01 Light';

*/



body{
	background-color:#FFF;
}

p, h1, h2, h3{
    font-family: 'DINSchrift';
}

#open-nav{
	display:none !important;
}

.home #al-page-preloader{
	display:none !important;
}

.maximage-next,
.maximage-prev{
	display:none;
}

.orc{
	font-family: 'OCRA' !important;
	font-weight:normal !important;
}

.outage{
    font-family: 'Outage';
	font-weight:normal !important;
}

.countdown{
	font-size:3em;
	text-transform:uppercase;
	color:#FFF;
}

.countBox{
	margin-top:10%;
}

.tagline,
.launchName{
	font-size:1em;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	margin:20px;
}

.tagline strong{
	font-size:1.8em;
	font-weight:normal;
}

.al-home-banner .al-home-container{
	top:10% !important;
}
.al-home-banner .al-home-content{
	padding-top:0px !important;
}
.homeBtns{
}

.homeBtns a img{
	position:absolute;
	left:5px;
	top:2px;
	height:50px;
}

.homeBtns a.button.border:hover{
	border-color:#FFF;
	background-color:rgba(255,255,255,0.70);
	color:#000000;
}

.homeBtns .button.border{
	color:#FFF;
	border-color:#FFF;
	margin:15px;
	position:relative;
	
}

#toViewingInformation{
	text-align:center;
}

#toViewingInformation .lead{
	margin-bottom:50px;
}

#toViewingInformation .lead p{
	font-size:1.25em;
	margin:5px;
	padding:0px;
}

#toViewingInformation h1{
	margin:0px;
	padding:0px;
	line-height:1.25em;
	text-transform:none;
	font-weight:bold;
}


#toViewingInformation .launchInfo h2{
	font-size:1.75em;
	line-height:1.25em;
	text-align:center;	
	font-family:'OCR-A W00 Regular' !important;
	font-weight:normal !important;
}


#toLaunchSchedule{
	background-color:#000;
}

#toLaunchSchedule .row{
}

#toLaunchSchedule .parallax-content{
}


#toLaunchSchedule .content > .col .lschedule{
}

#toLaunchSchedule .content > .col .lkey{
	background-color:#FFF;
	padding:40px;
	text-align:center;
	margin:20px;
}

#toLaunchSchedule .content > .col .lschedule{
}



.levent{
	background:rgba(30, 39, 52, 0.9);
	color:#FFF;
	border:1px solid #FFF;
	padding:30px 10px 10px 110px;
	margin:10px;
	background-repeat:no-repeat;
	background-position:10px 50%;
	min-height:420px;
	background-size:contain;	

}

.levent.atlas{
	background-image:url(/wp-content/uploads/rocket_atlasV.png);
}

.levent.falcon{
	background-image:url(/wp-content/uploads/rocket_falcon.png);
}

.levent.delta{
	background-image:url(/wp-content/uploads/rocket_delta.png);
}

.levent.falconH{
	background-image:url(/wp-content/uploads/rocket_falconH.png);
}

.levent.deltaH{
	background-image:url(/wp-content/uploads/rocket_deltaH.png);
}

.ldate{
	font-size:1.3em;
}

.ltype{
	font-size:.8em;
}

.levent p{
	font-size:.9em;
	line-height:1.3em;
}

.levent .ldate,
.levent .ltype{
	font-family: 'OCRA' !important;
	text-transform:uppercase;
}


.mLegend h1{
	font-size:2em;
	font-family: 'OCRA' !important;
	font-weight:normal;
}

.mKey{
	font-family: 'OCRA' !important;
	clear:both;
	display:table-row;
}

.mKey img{
	width:60%;
	text-align:center;
	margin:auto;
}

.mKey img,
.mKey span,
.mKey p{
	margin:10px;
	display:table-cell;
	vertical-align:middle;
}
.mKey p{
	max-width:280px;
}
.mKey p a{
	color:#FFF;
	text-decoration:underline;
}

#toFooter{
	background-color:#222222;
	margin-bottom:0px;
}

#toFooter .content-spacer{
	margin-top:0px;
}

.footLinks{
	text-align:center;
}
.footLinks a{
	color:#FFF;
	padding:40px 30px;
	font-family: 'OCRA' !important;
	display:inline-block;
}

a.flscLogo{
	display:block;
	padding:20px;
	text-align:center;
}


@media only screen and (max-width: 650px){
.mKey p a{
		color:#3F90A7;
	}
}

@media only screen and (min-width: 380px){
	.countdown{
		font-size:2.5em;
	}
	.tagline{
		font-size:1.3em;
	}
	
	
@media only screen and (min-width: 650px){
	.countdown{
		font-size:4em;
	}
	.tagline{
		font-size:1.3em;
}


@media only screen and (min-width: 950px){
	.countdown{
		font-size:5em;
	}
	.homeBtns{
		margin-top:100px;
	}
	#toViewingAreas .content-spacer .mLegend{
	position:absolute;
	z-index:200;
	background:rgba(30, 39, 52, 0.8);
	color:#FFF;
	border:1px solid #FFF;
	padding:20px;
	margin:20px;
}

}