@charset "utf-8";
@font-face {
	font-family: "HVD Peace";
	src: url("../fonts/HVD-Peace.woff") format("woff"),
		 url("../fonts/HVD-Peace.ttf") format("truetype");
}
@font-face {
	font-family: "Clear Sans light";
	src: url("../fonts/clearsanslight.woff") format("woff"),
		 url("../fonts/clearsanslight.woff2") format("woff2"),
		 url("../fonts/clearsanslight.ttf") format("truetype");
}
body {
	font-family: "Clear Sans light";
	color: #000000;
}
header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100%;
	background-image: url(../images/backgrounds/header-bg-main.jpg);
}
h1 {
	font-family: "HVD Peace";
	color: #946054;
	font-size: 6em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #4a302a;
	overflow: hidden;
}
h1 > span {
	display: inline-block;
}