@import url('reset.css');

/* General Codrops Demo Style */
a{
	color:#fff;
	text-decoration:none;
}
a img{
	border:#fff solid 2px;
	
}
.clr{
	clear:both;
}
h1 {
	text-align:center;
	margin:15px;
	font-size:62px;
	color:#8f0630;
	text-shadow:1px 1px 1px #f7edeb;
	padding-bottom:30px;
}
h1 span{
	font-size:18px;
	display:block;
	color:#212121;
}

