@charset "UTF-8";
/* CSS Document */
body {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	/* background-image: url(images_2/bg_pattern2.png);*/
	background-color:  #202020; 
	color: #DADADA;
}

#main{
	min-height: 100px;
	width: 80%;
	max-width: 1050px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#nav_box{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 25px;
	background-color: black;
	z-index: 3;
}

.info-container{
	max-width: 700px;
	padding-left: 16px;
	padding-top: 8px;
}

.spacer2 {
	clear: both;
	height: 5px;
}



.slide_contain{
		
	height: 700px;
	width: 100%;
	}	
	
.vert{
	height:100%;
	margin-left: auto;
	margin-right: auto;	
}

/*///////  Responsive Navigation CSS  ///////////////////////////////////////*/		
		
.topnav {
	overflow: hidden;
	/*width:1050px;*/
	width: 80%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;	
}

.topnav a {
	float: left;
	color: #DADADA;
	text-align: left;
	padding: 0, 14px, 0px, 16px;
	margin-left: 20px;
	bottom: 0px;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/* background-color: white; */
}
.topnav a:hover {
	color: red;
	/*background-image: url(glitch.gif);*/
}
.topnav .icon {
	display: none;
	top: 0;
}

/*/////Slideshow/////////////////////////////////////////////*/
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}



/*/////Media Queries//////////////////////////////////////s///*/
@media only screen and (max-width: 1050px) {
	#main{
	/*width: 900px;*/
		width: 80%;
}
}


@media only screen and (max-width: 1000px) {
#main{
	/*width: 700px;*/
	width: 80%;
}
	
.topnav {
	/*width: 700px;*/
	width: 80%;
	padding-left: 16px;
}	


	
}

@media only screen and (max-width: 700px) {
#main{
	width: 100%;
	}
.topnav {
	width: 100%;
	padding-left: 16px;
}	
	
	
	.topnav a:not(:first-child) {
	display: none;
	background-color: black;
	margin-right: 35px;
}
	
.topnav a.icon {
	float: right;
	display: block !important;
	padding-right: 0px;
	padding-top: 0px;
	background-image: none;
	background: none !important;
	z-index: 3;
}
	.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	display: block !important;
	right: 0;
	top: 0;
	z-index: 3;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	top: 0;
	padding-bottom: 1em;
	background-color: black;
}
	
	.slide_contain{
		width: 100%;
		height: 700px;		
	}
	
}

@media only screen and (max-width: 600px) {
	
	body {
	/*padding-top: 30px;*/
}
	
	
	

	.slide_contain{
		width: 100%;
		height:400px;
	}	
	
	
}
	

	


	

	
	
