@import url('normalize.css');

/* General Demo Style */
body{
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	position: relative;
	min-width: 960px !important;
	margin: 0 auto;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	position: relative;
	margin: 0 auto;
}

/* Header Style */

.codrops-header-special{
	margin: 0px auto 30px;
	width: 960px;
	height: 100%;
	text-align: center;
	background: #000;
	z-index: 9999;
}
.codrops-header-special h2{ padding: 5px 20px 10px 10px; color: #fff; line-height: 26px; background: #000; background: rgba(0,0,0,0.8); font-size: 18px; font-weight: bolder; }
.codrops-header-special h1{ padding: 10px; margin: 0 auto; text-align: right; width: 940px; }
nav ul li {
	display: inline;
	margin-right: 10px;
}
.codrops-header-special #logo { margin: 40px 0 30px; }

footer { bottom: 0; position: fixed; padding: 10px; background: rgba(0,0,0,0.5); height: 40px; width: 100%; border-top: #333 1px solid; }
#footer_cont { width: 960px; margin: 0 auto; text-align: center; }