body{
	background: url('../img/worn_dots.png');
	
	color: #333;
    position: relative;
	font-family: serif;
}
html, body{height: 100%;}*
h1.title{
	font-family: 'Playfair Display SC', serif;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#desktop h1.title{
	font-size: 6em;
}
div#logo-parallax{
	display: block;
	position: relative;
	margin: 50px auto;
	width: 400px;
	height: 400px;
    z-index: 1;
}
div#logo-parallax img.logp-1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
div#logo-parallax img.logp-2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
div#logo-parallax img.logp-3{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
div#logo-parallax img.logp-4{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.centered{text-align: center; font-style: 2em;}