

.container > header,
.codrops-top {
	font-family:;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	color: #89867e;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
	
}



.container > section {
	margin: 0 auto;
	padding: 1.5em 3em;
	text-align: center;

}



.color-5 {
background: #893000; /* Old browsers */

background: -moz-linear-gradient(left,  #893000 0%, #be4800 44%, #893000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#893000), color-stop(44%,#be4800), color-stop(100%,#893000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* IE10+ */

background: linear-gradient(to right,  #893000 0%,#be4800 44%,#893000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#893000', endColorstr='#893000',GradientType=1 ); /* IE6-9 */
	position:absolute;
	
	top:0px;
	width:100%;
	left:0px;
	height:200px;

}
.color-6 {
background: #893000; /* Old browsers */

background: -moz-linear-gradient(left,  #893000 0%, #be4800 44%, #893000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#893000), color-stop(44%,#be4800), color-stop(100%,#893000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #893000 0%,#be4800 44%,#893000 100%); /* IE10+ */

background: linear-gradient(to right,  #893000 0%,#be4800 44%,#893000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#893000', endColorstr='#893000',GradientType=1 ); /* IE6-9 */
	position:absolute;
	
	top:10px;
	width:100%;
	left:0px;
	height:100%;
	z-index:11;

}




@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

 