@charset "utf-8";

/* Tag default */
 h1, h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
}
h3, h4 {
	margin: 0 auto 50px;
	font-size: 3.375em;
	text-align: center;
	letter-spacing: 3px;
}
h4 {
	margin: 85px auto 50px;
	font-size: 1.688em;
	letter-spacing: 1px;
}
h3 span, h4 span {
	display: inline-block;
	padding: 5px 0;
	border: 1px solid;
	border-width: 1px 0;
}
p {
	margin: 0 0 30px;
	font-size: .813em;
	text-align: justify;
	line-height: 1.7;
}


/* Background */
header, .separator div {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.separator div {
	position: absolute;
	top: 50%;
	left: 50%;
	
}