/*@import url('normalize.css');
 General Demo Style */
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	font-family: 'Comfortaa', cursive;
	background: #151515;
		font-weight: 400;
	font-size: 15px;
	color: #fff7e4;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a{
	color: #f39;;
	text-decoration: none;
}

.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
header{
	width:99.9%;
	height: 25%;
	display:block;
	background-color: #FFF;
	top:-6px;
	left:-3;
	
	}
.container > header{
	margin: 2px;
	padding:5px 0px 0px 0px;
	position: fixed;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 100;
    top: -3px;
}
.container > header h1{
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	position: relative;
	font-weight: 300;
	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #7c8e8d;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	
}

/* Header Style */


