/* css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* !!!!CSS STARTS BELOW!!!! */
body {
	font-family: 'Prata', serif;
	background-color: black;
	background: url(../_images/tunnelBG.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px #000000;
	/*padding: 20px;*/
	}
.container{
	width: 100%;
	margin: 0px auto;
	max-width: 1024px;
}
header{
	width: 100%;
	padding: 15px 0px;
	margin: 0px auto;
	background-color: rgba(0, 0, 0, .85);
/*	border-top: solid 1px #A8A8A8 ;*/
	border-bottom: solid 2px #A8A8A8 ;
}
a header:hover{
	color: #fff;
}
section{
	margin: 10px auto 10px auto;
}
.blue{
	color: #3399FF;
}
.bar{
	width: 100%;
	padding: 15px 0px;
	margin: 20px auto;
	background-color: rgba(0, 0, 0, .85);
	border-top: solid 2px #A8A8A8 ;
	border-bottom: solid 2px #A8A8A8 ;
}
.clear{
	clear:both;
}
img{
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 600px;
}
h1{
	margin: 30px 0px;
	font-size: 30px;
}
header h1 {
	display: none;
}
.halfCol{
	width: 47%;
	margin: 0px .5%;
	padding: 1%;
	float: left;
}

h2 {
	padding: 2px 0px;
	line-height: 24px;
	font-size: 20px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	color: ;
	padding: ;
}

p {
	font-weight: lighter;
	font-size: 13px;
	line-height: 19px;
	color: ;
	padding: ;
}

a:link {
	text-decoration:none;
	outline: 0;
	color: #fff;
} 
a:visited {color: #fff;}
a:hover {color: #3399FF;}
a:active {color: #ccc;}

footer{
	width: 100%;
	padding: 20px 0px;
	margin: 40px auto 0px auto;
	background-color: rgba(0, 0, 0, .85);
	border-top: solid 2px #A8A8A8 ;
	/*border-bottom: solid 1px #A8A8A8 ;*/

}
footer a:link{
	color: #ccc;
}
footer a:hover{
	color: #3399FF
}
/*iPads (portrait and landscape)*/
@media only screen and (max-width: 1024px) {
	/*styles*/
}

/*Smartphones (portrait and landscape)*/
@media only screen and (max-width: 480px) {
	/*styles*/
	.spacer{
		height: 300px;
	}
	.halfCol{
		width: 95%;
		padding: 2.5%;
	}
}

	
