#wrapper {
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-color:#000;
}



/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: auto;
	background-color: 05018;
}

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#dmz{
 width: 1000px;
 height: 500px;
 background-color: red;
 margin: 20px auto;
}

a {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	background-color: #FF9900;
	color: white;
}

header {
	width: 100%;
	height: 150px;
	position: relative;
	margin:  auto;
	background-color: #09018b;
}

nav {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 0;
	margin-top: 0;
	background-color: #fbca01;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	z-index: 100;
}

ul {
	text-align: left;
	display: inline;
	padding: 15px 4px 17px 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

ul li {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background-color: #fbca01;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
}

ul li:hover {
  background: #fbca01;
  }

/* Just the unordered list within list items*/
li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

a:link {color:#FFFFFF;} /* unvisited link */
a:visited {color:#FFFFFF;} /* visited link */
a:hover {color:#1c1a54;} /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

a {
text-decoration: none;
}

li ul {
	position: absolute;
	display: none;
	background-color: red;
}

li:hover ul {display: block;
	margin-top: 15px;
}

li li {
	float: none;
}

section {
	width: 100%;
	height: 1060px;
	position: absolute;
	top: 235px;
	margin-bottom: 15px;
	margin-top: -25px;
	background-color: #DDEBB6;
	float: right;

}

h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #000000;
	font-weight: bold;
	text-shadow: 2px 2px 2px grey;	
}

h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #000000;
	font-weight: bold;
	text-shadow: 2px 2px 2px grey;	
}

p {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center; 
}

p1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	display:none;
}


footer {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 870px;
	left: 0px;
	background-color: #09018b;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top: 400px;
}
