#hangar_nav {
	position: absolute; 
	left: 1px; 
	top: 11px; 
	width: 960px; 
	height: 32px; 
}

#prev_btn, #next_btn {
	position:relative;
	top:5px;
	width:90px;
	height:14px;
}

#next_btn {
	left:448px;
}

#prev_btn {
	left:317px;
}

.hangar {
	position: absolute;
	height: 800px;
	width: 960px;
	left:1px;
	top:45px;
	background-repeat: no-repeat;
    background-size: 100%;
}

#hangar_1 {
	background-image:url('images/AA%20Hangar%20Flier%20pg%201%20of%202.png');
}

#hangar_2 {
	background-image:url('images/AA%20Hangar%20Flier%20pg%202%20of%202.png');
}

#hangar_3 {
	background-image:url('images/AegisAviation%20Brochure%20page%201%20of%202.png');
}

#hangar_4 {
	background-image:url('images/AegisAviation%20Brochure%20page%202%20of%202.png');
}

.body {
	background-color: rgb(0, 0, 0);
	color:#988344;
}

#header-title {
	position:relative;
	top:115px;
	border-bottom:1px groove #E6E6E6;
}

#header-address {
	position:relative;
	top:72px;
	text-align:right;
	padding-right:20px;
	font-size: 14pt;
}

.header {
	position:absolute;
	width:100%; */
	left:10px;
	top:9px;
	color:#988344;
	height:199px;
	background-color:rgb(0,0,0);
}

.logo, .logo-back {
	width:inherit;
	padding-top:5px;
	padding-bottom:5px;
	height:124px;
	background-repeat:no-repeat;
	background-position:center top;
	position:inherit;
}

.logo {
	background-image:url(images/AegisAviation_airplane.png);
}

.logo-back {
	text-indent:-10000px;
}

.mystyle {
	color:#988344;
	background-color:black;
}

#nav_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav_div {
	position:absolute;
	top:185px;
	height:187px
}

.nav_item {
	float:left;
}

.nav_link, .nav_link-hover {
	display:block;
	width:130px;
	color:black;
	text-decoration:none;
	display:block;
	width:120px;
	font-weight:bold;
	text-align:center;
	padding:4px;
	text-transform:uppercase;
}

.nav_link {
	color:black;
	background-color:#988344;
}

.nav_link-hover {
	color:#988344;
	background-color:black;
}

#airport_map {
	position:relative;
	top:0px;
	left:120px;
	width:600px;
	height:100%;
	background-image:url(images/KESN.jpeg);
}

.card {
    float:left;
    border:2px solid;
    border-radius:15px;
    margin: 10px;
    padding: 5px;
}

.card_item {
    list-style-type:none;
}

.card_list {
	-webkit-padding-start:5px;
}

.mobile_body {
	color: #988344;
	background-color:black;
	font-size: xx-large;
}

.mobile_header, #mobile_header, .mobile_header_back {
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	height: 352px;
	background-size: 100% 100%;
	display: block;
	text-indent: -10000px;
}

.mobile_header, #mobile_header {
	background-image: url(images/AegisAviation_header.png);	
	border-bottom-style: groove;
	border-bottom-color: #988344;
}

.mobile_nav {

}

.mobile_link {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #988344;
	color: black;
	margin-bottom: 10px;
	padding: 10px;
}
.mobile_address {
	padding-top: 5px;
	text-align: right;
}
.mobile_card {
    border:2px solid;
    border-radius:15px;
	margin-bottom: 10px;
}

@font-face {
	font-family: neon;
	src: url('fonts/neon_font.ttf');
}

#content-neon {
	color: blue;
	font: small-caps 60pt neon;
	border-style: solid;
	border-color: red;
	border-radius: 5px;
	padding: 10px;
}
