@import url('reset.css');

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body{
	background:#e73c0e;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:16px;
}
.bg img{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:-1;
}
h1{
	font-family:'Aclonica', 'Bevan', arial, serif;
	color:#fff;
	margin:20px;
	font-size:16px;
	letter-spacing:1px;
	border-bottom:1px dashed #ffe6e7;
}
a{
	color:#000;
	text-decoration:none;
}
.sl_menu{
	margin:20px 0px 0px 20px;
	list-style:none;
}
.sl_menu li,
.sl_examples{
	float:left;
	font-family: 'Bevan', arial, serif;
	font-size:49px;
	line-height:50px;
	color:#000;
	margin-right:5px;
	text-transform:uppercase;
}
.sl_menu a,
.sl_examples a{
	display:block;
	position:relative;
	float:left;
	clear:both;
	color:#fff;
}
.sl_menu a > span,
.sl_examples a > span{
	height:50px;
	float:left;
	position:relative;
	overflow:hidden;
}
.sl_menu a span span,
.sl_examples a span span{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	text-align:center;
}
.sl_menu a span span.sl-w1,
.sl_examples a span span.sl-w1{
	color: rgba(255,255,255,0.9);
	text-shadow:0px 1px 0.5px rgba(255,255,255,1);
	z-index:2;
}
.sl_menu a span span.sl-w2{
	color:#db2228;
	text-shadow:-1px 1px 2px #9f0633;
	z-index:3;
}
.sl_examples{
	padding-top:50px;
	margin:20px;
	clear:both;
	display:block;
}
.sl_examples a{
	margin:15px;
}
#example1{
	font-family:'Bigshot One', arial, serif;
}
#example2{
	font-family:'Aclonica', arial, serif;
	margin-left:500px;
}
#example3{
	font-family:'Myriad Pro', arial, serif;
}
#example4{
	font-family:'Arial Black', arial, serif;
	margin-left:500px;
}
#example5{
	font-family:Georgia, arial, serif;
	font-size:90px;
	line-height:100px;
}
.sl_examples a#example5 > span{
	height:100px;
}
.sl_examples a#example4 span span.sl-w2{
	color:#333;
	text-shadow:0px 2px 1px rgba(255,255,255,0.1);
	z-index:3;
}
.sl_examples a#example2 span span.sl-w2{
	color:#333;
	text-shadow:0px 0px 1px rgba(255,255,255,0.1);
	z-index:3;
}
.sl_examples a#example3 span span.sl-w2{
	color:#333;
	text-shadow:1px 1px 1px rgba(255,255,255,0.1),  0px 0px 5px rgba(255,255,255,0.1);
	z-index:3;
}
.sl_examples a#example1 span span.sl-w2{
	color:#333;
	text-shadow:0px 1px 2px rgba(255,255,255,0.1);
	z-index:3
}
.sl_examples a#example5 span span.sl-w2{
	color:#efc139;
	text-shadow:0px 1px 2px #a68039;
	z-index:3;
}

/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-family: 'Lato', Cambria, Georgia, serif;
	font-size:11px;
	background:#fff;
	opacity:0.5;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	color: rgba(231,14,60,0.9);
	float:right;
}
.footer a:hover{
	color: rgba(231,14,60,1);
}
.footer a span{
	font-weight:;
}
.footer a.left{
	float:left;
}