@font-face {
    font-family: 'space_ageregular';
    src: url('/fonts/space_age-webfont.eot');
    src: url('/fonts/space_age-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/space_age-webfont.woff2') format('woff2'),
         url('/fonts/space_age-webfont.woff') format('woff'),
         url('/fonts/space_age-webfont.ttf') format('truetype'),
         url('/fonts/space_age-webfont.svg#space_ageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 400;
	background: url('/images/background.png');
}

h1, h2, h3, h4, h5 {font-family: 'space_ageregular',serif; font-style: normal; font-weight: normal;text-transform: uppercase;}


/* Sections -------------------------*/

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	height: 800px;
	width: 100%;
}

#five {
	background: url('/images/5.png') center 100px no-repeat;
}

#four {
	background: 
   url('/images/4.png') center 100px no-repeat,  
   url('/images/background-blue.png');                     
}

#three {
	background: 
   url('/images/3.png') center 100px no-repeat,  
   url('/images/image-temp.jpg') no-repeat top center / cover;                     
}

#two {
	background: url('/images/2.png') center 100px no-repeat;
	background-color: #fff;
}

#one {
	background: 
   url('/images/1.png') center 100px no-repeat,  
   url('/images/background-dark.png');                     
}

#home {
	  background: url('/images/universe-dark.jpg') no-repeat top center / cover;
	  padding-bottom: 120px;
}

#lift {
	background: url('/images/universe-plain.jpg') no-repeat left center / cover;
}


/* General -------------------------*/

a {
	color: #0069b4;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: #0069b4; 
	font-family: 'space_ageregular',serif; font-style: normal; font-weight: normal;text-transform: uppercase;
	font-size: 32px;
}

.btn-primary:hover {
	background-color: #0069b4;
	border-color: #0069b4;
	color: #fff;
}

.btn-primary:focus {
	background-color: #0069b4;
	border-color: #0069b4;
	color: #fff;
}



/* Home ----------------------------*/





#home-logo {
	margin-top: 25px;
}

.home-title {
	margin-top: 30px;
}

.home-title h1, .home-title h4 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: none;
}

.home-title h4 {
	margin-top: 50px;
}

.home-select {
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	padding: 20px;
	margin-top: 25px;
}

.home-select h2 {
	color: #fff;
	margin-top: 0;
	font-size: 26px;
}

.home-select p {
	color: #fff;
}




/* Lift off -----------------------*/

#lift-off-text h2 {
	font-size: 140px;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
}

#lift-off-text p {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 0px 5px #000;
}



.contact {
	background: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	padding: 20px;
	margin-top: 35px;
}

.contact h2 {
	color: #fff;
	margin-top: 0;
	font-size: 32px;
}

.contact p {
	color: #fff;
}



/* Nav/Header ----------------------------*/



#header-text p {
	font-family: 'space_ageregular',serif; font-style: normal; font-weight: normal;text-transform: uppercase;color: #000;font-size: 24px;
	margin: 0;
}

.phone-header {
	font-size: 38px;
	line-height: 28px;
	color: #0069b4;
}

.nav-wrapper
{
    min-height:90px;
    width: 100%;
    background-color: #fff;
}

#navbar-main.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}


.navbar-default {
    background-color: #fff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar {
    border-radius: 0;
}

.header-logo {
	margin-top: 5px;
	padding-right: 0;
}


/* Footer ---------------------------*/


footer {
	background-color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-social img, .footer-social a {
	float: left;
	margin-left: 10px;
}

.footer-social i {
	font-size: 40px;
	color: #0069b4;
}

.footer-text {
	margin-top: 15px;
}

.footer-text p {
	margin: 0;
	font-size: 12px;
}


@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}