@import url(https://fonts.googlea111pis.com/css?family=Vollkorn+SC:600);
body {
	color:#FFF; 
	font-family: 'Vollkorn SC', serif;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
	background-size:cover;
}
.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h1 {
	font-size:84px;
	letter-spacing:-2px;  
	text-align:center; 
	padding-top:30px;
	font-weight:700;
	font-family: 'Vollkorn SC', serif;
	text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
} 
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size:25px;
	margin:0.2em 0; 
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}
p, pre {
	margin:0 0 10px 0; 
}
code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}
small {
	background:url(../images/alpha.png);
	background:rgba(0, 0, 0, 0.8) url();	
	border:1px solid #111;
	font-size:15px;
	padding:0 5px;
}
a {
	color: rgba(255, 255, 255, 0.57);
	text-decoration:none;	
}
a:hover {
	color:#BBB;	
} 
#Header {
	margin-bottom: 62px;
	position: relative;
	width: 100%;
	height: 110px;
	line-height: 110px;
	z-index: 1;
	display: none;
	color: #FFFAFA;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 920px;
	z-index: 1;
}

#Content h2 {
	display: inline-block;
	margin: 250px 0 45px;
	padding: 0px;
	text-align: center;
	font-size: 38px; 
	font-weight: 300;
	color: #F5F5F5;
	line-height: 36px;
	display: none;
}

#Content h3 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	display: block;
	clear: both;	
	display: none;
	color: #F5F5F5;
}

.intro {
	font-size:22px;
	font-weight:normal;
	margin-bottom:30px;
}

#overlay { 
	background: rgba(0, 0, 0, 0.04) url(../images/overlays/06.png) top left repeat;
	background:rgba(0, 0, 0, 0.14);
	position: fixed;
	top: 0px;
	width: 100%;
	bottom: 0px;
	opacity:0.8;
}

footer{
	width:100%;
	height:30px;
	background:rgba(0, 0, 0, 0.64);
	position:absolute;
	bottom:0px;
}
footer span{
	float:right;
	margin:10px;
}

@media(max-width:768px){
	body {
	min-width: initial !important;
	}
	.wrapper{width:100%;}
}

@media(max-width:420px){
	h1{
		float:initial;
		text-align: center;
		margin-left:0px;
		margin-bottom:0px;
	}
	#Content h2 {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: center;
		font-size: 29px;
		font-weight: 300;
		display: none;
		color: #F5F5F5;
	}
	footer{
		position:relative !important;
	}
}
