@import url('normalize.css');

/* General Demo Style */
body{
	font-family:"Futura Lt";
	background: #3a3a1f url(../images/bg6.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	position: relative;
	width: 100%;
}
.container > header{
	margin: 80px;
	//*background: rgba(57,37,90,0.4);*//
	padding: 40px 20px 20px 20px;
	position: relative;
	display: block;
	text-align: left;
	width: 20%;
	height: 300px;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container > header h1{
	font-size: 60px;
	line-height: 80px;
	margin: 0;
	position: relative;
	font-family: 'Pacifico', Cambria, Georgia, serif;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 20px;
	text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	background: rgba(108,101,17,0.5);
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	width: 300px;
	line-height: 20px;
	color: #fff;
	display: inline;
	clear: both;
	letter-spacing: 1px;	
	text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.container > header h2 strong{
	text-decoration: underline;
}

.container > header h3{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 9999;
	background: rgba(52,37,1,0.4);
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #f0efef;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(204,144,0,0.5);
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
.support-note span{
	color: #a19725;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions,
.no-generatedcontent .support-note span.no-generatedcontent{
	display: block;
}

body #codrops-ad-wrapper{
	bottom: 10px;
	top: auto;
	left: 10px;
}

@media screen and (max-width: 790px) {
	.container > header h1{
		font-size: 24px;
		line-height: 20px;
	}
	
	.container > header h2{
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	color: #fff;
	display: inline;
	clear: both;
	letter-spacing: 1px;	
	text-shadow: 0 3px 2px rgba(0,0,0,0.3);
}

@media screen and (max-width: 650px) {
	body{
		overflow: auto;
	}
	.container > header{
		text-align: center;
		width: auto;
		float: none;
	}
}
