@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#1F1F1F;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
text-align: center;
}
a{
	color:#ddd;
	text-decoration:none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
}
.content{
	margin: auto;
	text-align:center;
}
#links img {
	margin: 8px;
	height: 200px;
	width: 200px;
}
.footer{
	width: 75%;
	text-align: center;
	margin: 0.5em auto 1em;
	color: #999;
	font-size: 1.0vmax;
line-height: 1.3em;
}
.fb-like{
margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
	#links img {
		margin: 4px;
		height: 100px;
		width: 100px;
	}
	.footer{
		font-size: 1.3vmax;
	}
}
@media screen and (max-width: 1025px) {
		.footer{
		font-size: 1.5vmax;
	}
}