/* #### Generated By: https://www.cufonfonts.com #### */

@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 95 Black'), url('../FONTS/AvenirLTStd-Black.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 45 Book'), url('../FONTS/AvenirLTStd-Book.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 85 Heavy';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 85 Heavy'), url('../FONTS/AvenirLTStd-Heavy.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 35 Light';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 35 Light'), url('../FONTS/AvenirLTStd-Light.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 65 Medium';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 65 Medium'), url('../FONTS/AvenirLTStd-Medium.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 55 Roman';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 55 Roman'), url('../FONTS/AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 95 Black Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 95 Black Oblique'), url('../FONTS/AvenirLTStd-BlackOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 45 Book Oblique'), url('../FONTS/AvenirLTStd-BookOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 85 Heavy Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 85 Heavy Oblique'), url('../FONTS/AvenirLTStd-HeavyOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 35 Light Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 35 Light Oblique'), url('../FONTS/AvenirLTStd-LightOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 65 Medium Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 65 Medium Oblique'), url('../FONTS/AvenirLTStd-MediumOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 55 Oblique';
font-style: normal;
font-weight: normal;
src: local('../FONTS/Avenir LT Std 55 Oblique'), url('../FONTS/AvenirLTStd-Oblique.woff') format('woff');
}

* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: "Avenir LT Std 55 Roman";
	font-weight: 800;
	color: white;
	/*transition: all ease-in 0.75s;*/
}

body {
	background: #000000;
}

a {
	opacity: 0.8;
	text-transform: uppercase;
	transition: opacity ease-in 0.2s; 
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	opacity: 1;
	text-decoration: underline;
}

.header {
	text-align: center;
    padding: 50px 35px 30px;
	position: relative;
	background: rgba(0,0,0,0.1);
}

a.social-icon {
    box-shadow: 0px 0px 1px black;
    border-radius: 50%;
}

#site-logo {
	position: absolute;
	left: 30px;
	top: 30px;
	opacity: 1;
}

.header .social {
    position: absolute;
    right: 30px;
    top: 50px;
}

.header .social a {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    margin-left: 5px;
}

.links, .footer-links {
	display: inline-block;
}

.links a, .footer-links a {
	font-size: 16px;
}

.header .social a.button {
	padding: 8px 12px !important;
}

.table-content {
	display: table;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.table-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.hero {
	/*height: 770px;*/
	background: url("../IMG/hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	position: relative;
}

.bar {
	border-bottom: 2px solid white;
	max-width: 80px;
	margin: 30px auto;
}

.button {
	border: 1px solid white;
	cursor: pointer;
	text-decoration: none !important;
    padding: 18px 25px;
	font-size: 18px;
    display: inline-block;
}

.Green-Header {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 25px auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left !important;
}

.max-width {
	max-width: 1400px;
	margin: 0 auto;
}

.sm-max-width {
	max-width: 1000px;
	margin: 0 auto;
}

.special-button {
	opacity: 1;
    letter-spacing: 2px;
    box-shadow: 0px 0px 10px black;
    text-shadow: 0px 0px 10px black;
    transition: background ease-in 0.25s;
	border: 1px solid white;
    cursor: pointer;
    text-decoration: none !important;
    padding: 18px 25px;
    font-size: 18px;
    display: inline-block;
	margin: 50px auto 0px;
}

.special-button:hover {
	background: white;
    color: black;
    border: 1px solid black;
    opacity: 0.8;
    text-shadow: 0px 0px 2px #CFCFCF;
}

.Green-Header::before {
  content: url("../IMG/greenCircle.png");
  position: absolute;
  left: 0px;
  top: -4px;
}

/* Titles */
.block-title {
	font-size: 56px;
    letter-spacing: 8px;
    text-shadow: 0px 0px 10px black;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
}

/* Default Image - Overview */
.overview-ced {
	background: url("../IMG/overview-ced.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px black;
}

.overview-accuracy {
	background: url("../IMG/overview-accuracy.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px black;
}

.overview-overplanet {
	background: url("../IMG/screenshot-overplanet.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px black;
}

.overview-gimbal {
	background: url("../IMG/screenshot-gimbal.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px black;
}

/* Default Images - Features*/
.feature-booster {
	background: url("../IMG/feature-booster.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-missiles {
	background: url("../IMG/feature-missiles.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-orbit {
	background: url("../IMG/feature-orbit.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-rocket {
	background: url("../IMG/feature-rocket.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-rocketfire {
	background: url("../IMG/feature-rocketfire.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-space {
	background: url("../IMG/feature-space.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-spectra {
	background: url("../IMG/feature-spectra.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-warfare {
	background: url("../IMG/feature-warfare.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-solarsystem {
	background: url("../IMG/feature-solarsystem.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Default Images - Screenshots */
.screenshot-annihilation {
	background: url("../IMG/screenshot-annihilation.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-bullets {
	background: url("../IMG/screenshot-bullets.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-damage {
	background: url("../IMG/screenshot-damage.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-defenseforce {
	background: url("../IMG/screenshot-defenseforce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-moduledesign {
	background: url("../IMG/screenshot-moduledesign.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-orbitalwarfare {
	background: url("../IMG/screenshot-orbitalwarfare.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-pointdefense {
	background: url("../IMG/screenshot-pointdefense.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-railguns {
	background: url("../IMG/screenshot-railguns.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-rendezvous {
	background: url("../IMG/screenshot-rendezvous.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-shipdesign {
	background: url("../IMG/screenshot-shipdesign.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-unstableorbit {
	background: url("../IMG/screenshot-unstableorbit.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-war {
	background: url("../IMG/screenshot-war.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-armordisplay {
	background: url("../IMG/screenshot-armordisplay.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-vernier {
	background: url("../IMG/screenshot-vernier.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-nereidlight {
	background: url("../IMG/screenshot-nereidlight.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screenshot-nereiddark {
	background: url("../IMG/screenshot-nereiddark.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* SECONDARY NAV BAR */
.secondary-nav {
	background: #262626;
}

.nav-max-width {
	max-width: 60%;
	text-align: center;
}

.nav-max-width a {
	font-size: 15px;
	padding: 15px 0px;
	display: inline-block;
    border-bottom: 3px solid transparent;
	min-width: 120px;
}

.nav-max-width a:hover, .nav-max-width a.active {
	text-decoration: none;
	border-bottom: 3px solid white;
}

.footer {
	background: #1a1a1a;
    padding: 35px 30px;
}

.footer a#footer-logo {
	float: right;
	margin-top: -6px;
}

.extra-padding {
	padding-left: 45px;
}

@media (max-width: 1200px) {
	.header {
		text-align: start;
	}
	
	.links {
		margin-left: 140px;
	}
}

@media (max-width: 1200px) {
	/* SECONDARY NAV BAR */
	.nav-max-width {
		max-width: 80%;
		text-align: center;
	}
}

@media (max-width: 966px) {
	.links {
		margin-left: 0;
		margin-top: 50px;
	}
}

@media (max-width: 644px) {
	.footer {
		padding: 30px 30px;
	}

	.footer-links {
		display: block;
	}
	
	.footer-links a {
		display: block;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	.footer a#footer-logo {
		margin: 0px;
		margin-top: 15px;
		display: inline-block;
		float: none;
	}
}

@media (max-width: 544px) {
	.links {
		margin-left: 0;
		margin-top: 40px;
	}
	
	.links a {
		display: block;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	#site-logo {
		margin: 0px;
	}
	
	.header {
		background: rgba(0,0,0,0.05);
	}
	
	.header .social {
		position: static;
	}
	
	.header .social a.button {
		display: block;
		margin: 0px;
		margin-top: 10px;
		max-width: 230px;
		box-shadow: 0px 0px 2px black;
		margin-bottom: 20px;
		text-shadow: 0px 0px 2px black;
		background: rgba(0,0,0,0.09);
	}
	
	.header a {
		opacity: 1;
	    text-shadow: 0px 0px 2px black;
	}
	
	/* SECONDARY NAV BAR */
	.nav-max-width {
		max-width: 100%;
		text-align: center;
	}
}

.popUpIMG {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#videoLocation {
	height: 100%;
}

#videoLocation #trailer {
    height: 100% !important;
    width: 100% !important;
}

/* The Modal (background) */
.modalPOPUP, .modalPOPUP2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content, .modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1500px;
}

/* Add Animation */
.modal-content, .modal-content2 , #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close, .close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	color: white !important;
    opacity: 0.8 !important;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content, .modal-content2 {
        width: 100%;
    }
}