@charset "UTF-8";
/* CSS Document */

.narrow {
	width: 80%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wide {
	width: 100%;
	height: auto;
}

#nav {
	background-color: #FFF;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}

#nav img {
	max-height: 30px;
	width: auto;
}

#navigation {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.header {
	background-image: url(../images/Header-Large.jpg);
	background-size: 100% 100%;
}

.header > div {
	padding-bottom: 38.25%;
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.main {
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	right: 10%;
	display: flex;
	align-items: center;
	text-align: center;
}

.mainboardroom {
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	right: 10%;
	display: flex;
	align-items: center;
	text-align: center;
}

.maincapabilities {
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	right: 10%;
	display: flex;
	align-items: center;
	text-align: center;
}

.contentholder {
	width: 100%;
	height: auto;
}

.downarrow {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 5%;
}

.downarrow img {
	max-height: 20px;
	width: auto;
}

.downarrow img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: pointer;
}

#overview {
	background-image: url(../images/arrows-background-large.png);
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
}

#overviewinner {
	padding-top: 7.5%;
	padding-bottom: 10%;
}


.capabilitiesinner {
	background-image: url(../images/Capabilities-Large.jpg);
	background-size: 100% 100%;
}

.capabilitiesinner > div {
	padding-bottom: 40.57%;
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.aviationinner {
	background-image: url(../images/Aviation-Large.gif);
	background-size: 100% 100%;
}

.aviationinner > div {
	padding-bottom: 30.5%;
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.SRSinner {
	background-image: url(../images/SRS-Large.jpg);
	background-size: 100% 100%;
}

.SRSinner > div {
	padding-bottom: 30.92%;
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.boardroominner {
	background-image: url(../images/Boardroom-Large.jpg);
	background-size: 100% 100%;
}

.boardroominner > div {
	padding-bottom: 30.92%;
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

#contact {
	background-color: #8AC43F;
	background-position: center center;
}

#contactinner {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}

.linkedin {
	max-height: 35px;
	width: auto;
	padding-top: 20px;
}

.phoenix {
	max-height: 35px;
	width: auto;
	padding-top: 20px;
}

#footer {
	background-color: #00806F;
	background-size: cover;
	background-position: center center;
}

#footerinner {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}




/*  TEXT  ============================================================================= */

h1 {
	font-size: 200%;
	color: #FFF;
	margin-left: 25%;
	margin-right: 25%;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 200%;
	color: #FFF;
	margin-left: 30%;
	margin-right: 30%;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 150%;
	color: #FFF;
	margin-left: 30%;
	margin-right: 30%;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 1.5%;
}

h5 {
	font-size: 90%;
	margin-bottom: 2.5%;
}

p { 
	font-size: 90%;
	line-height: 140%;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 0;
	margin-bottom: 0;
}

#overviewinner p { 
	padding-top: 1.5%;
	margin-top: 3.5%;
	border-top: black 1px solid;
}

.capabilitiesinner p { 
	padding-top: 1.5%;
	border-top: white 1px solid;
}

.aviationinner p { 
	padding-top: 2.5%;
	border-top: black 1px solid;
}

.SRSinner p { 
	padding-top: 2.5%;
	border-top: white 1px solid;
}

.boardroominner p { 
	padding-top: 2.5%;
	border-top: black 1px solid;
}

#contactinner p { 
	padding-top: 2.5%;
	line-height: 160%;
}

#footerinner p { 
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 0;
}

h2+h4 {
	margin-top: 2.5%;
}

