body{
	margin: 0;
	background: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

a{
	color: #ddd;
	text-decoration: none;
}
a:hover{color: #e03425;}

h1{
	margin: 40px 0;
	color: #e03425;
	font-size: 2.2em;
}
h2{
	clear: both;
	font-size: 2.0em;
}
h3{
	font-size: 1.3em;
}

#wrapper {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	background: #000 ; 
}
	 
header{
	text-align: center;
	margin: 0 0 10px 0;
}
header span{
	font-size: 5em;
	color: #e03425;
}
header a{font-size: 1em;}

nav{
	text-align: center;
	font-size: 1.0em;
	font-variant: small-caps;
}
nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li{
	padding: 5px;
	display: inline-block;
}
nav .on{
	color: #e03425;
}

.content{padding: 24px;}

.slider{
	margin: 0 auto;
	width: 80%;
}

#thumbs {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
#thumbs ul { 
	padding: 0;
	width: 732px;
}
#thumbs li {
	width: 300px;
	height: 300px;
	margin: 0 auto 150px;
	cursor: pointer;
	list-style-type: none;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#thumbs li:nth-of-type(odd) {float: left;}
#thumbs  li:nth-of-type(even) {float: right;}
#thumbs li a {
	display: block;
	height: 300px;
}
#thumbs span {
	top: 310px;
	position: relative;
	background: #000;
	font-size: 1.5em;
}

article {margin: 20px 40px;}
article p{
	text-indent: 30px;
	text-align: justify;
	line-height: 1.5em;
}
article .top {
	float: left;
	padding: 0 20px 20px 0;
}
article .bottom {
	float: right;
	padding: 0 0 20px 20px;
}

footer{
	padding: 2px 0 4px 0;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	border-top: 2px solid #444;
	height: 15px;
}
footer .left{float: left; margin-left: 12px;}
footer .right{float: right; margin-right: 12px;}

footer a{ color: #e03425; }
footer a:hover{ color: #ddd; }

.back-to-top {
position: fixed;
bottom: 50px;
right: 0;
z-index: 100;
display: none;
text-align: center;
font-size: 3em;
color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 480px) {
	nav {
		width: 100%;
		font-size: 1.5em;
	}
	nav li {
		padding: 10px;
		display: block;
	}
	.content{ padding: 0 }
	#thumbs, #thumbs ul, #thumbs li { width:100% }
	#thumbs li:nth-of-type(2n+1),#thumbs li:nth-of-type(2n) { float:none }
	#thumbs li { background-size: auto !important }
	article { margin: 0 }
	article p { line-height: normal }
	article .top, article .bottom {
		float: none;
		padding: 0;
		margin: 0 auto;
		display: block;
	}
	footer .left, footer .right { margin: 5px 0}
}