@import url('normalize.css');

/* General Demo Style */
body{
	font-family: 'Oswald', Impact,  Arial, sans-serif;
	background: #76a0bc;
	background: url(../images/texture.png), #3f4c6b;
	background: url(../images/texture.png), -moz-linear-gradient(top, #3f4c6b 0%, #5caad1 100%);
	background: url(../images/texture.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4c6b), color-stop(100%,#5caad1));
	background: url(../images/texture.png), -webkit-linear-gradient(top, #3f4c6b 0%,#5caad1 100%);
	background: url(../images/texture.png), -o-linear-gradient(top, #3f4c6b 0%,#5caad1 100%);
	background: url(../images/texture.png), -ms-linear-gradient(top, #3f4c6b 0%,#5caad1 100%);
	background: url(../images/texture.png), linear-gradient(to bottom, #3f4c6b 0%,#5caad1 100%);
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 800px;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;

}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container > header{
	margin: 10px;
	padding: 30px 30px 10px 30px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	display: block;
	width: 347px;
	max-width: 100%;
	height: 197px;
	background: transparent url(../images/3YearsOfCodrops.png) no-repeat center left;
	text-indent: -90000px;
	margin: 0 auto;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

.info {
	margin: 40px auto 0 auto;
	width: 50%;
	text-transform: uppercase;
}

.info p {
	font-size: 30px;
	font-weight: 300;
	color: #2e455a;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.info h2 {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	font-size: 50px;
	font-weight: 700;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #000;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	z-index: 9999;
	font-family: Cambria, Georgia, sans-serif;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(255,255,255,0.6);
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}