@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:600|Lobster);

html
{
	height: 100%;
}

body
{
	position: relative;
	
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	-moz-box-shadow: 0 2px 2px #3e3e3e;
	-webkit-box-shadow: 0 2px 2px #3e3e3e;
	box-shadow: inset 0 2px 2px #3e3e3e;
	
	background-image: url(assets/wood.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #3e4751;
}

article
{
	overflow: hidden;
	
	max-width: 800px;	
	margin: 0 auto;
}

article h1
{
	font-family: Lobster, sans-serif;
	font-weight: normal;
	font-size: 5em;
	color: white;
	text-align: center;
	text-shadow: 0 2px 2px #292d30;
}

article p
{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 2em;
	color: white;
	text-align: center;
	text-shadow: 0 2px 2px #292d30;
}

footer
{
	position: absolute;
	left: 0;
	top: 90%;
	
	width: 100%;
	height: 10%;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
	background: #00acea;
	
	-moz-box-shadow: inset 0 2px 2px #3e3e3e;
	-webkit-box-shadow: inset 0 2px 2px #3e3e3e;
	box-shadow: inset 0 2px 2px #3e3e3e;
}

footer a
{
	display: inline-block;
	margin: 1em 0;
	
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	color: white;
	
	text-decoration: none;
	text-shadow: 0 1px 1px #292d30;
}

footer a:hover
{
	text-decoration: underline;
}
