@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

* {
	margin: 0;
	padding: 0;
}
html {
	background: #ffffff url("WP-Background.jpg") no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logo {
	margin: 20px auto 30px;
	max-width: 50%;	
}
#container {
	max-width: 800px;
	margin: 20px auto 0;
}
.page-wrap { width: 80%; margin: 0 auto; padding: 15px; background: rgba(0, 0, 0, 0.2); text-align: center; }

p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #eeeeee;
	font-weight: 400;
	margin: 10px 0;
}
a {
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	text-decoration: underline;
}
p span {
	font-weight: 300;
}
h1, h2, h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	font-weight: 700;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
