html, body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
body {
	background: url('background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
h1, h2 {
	font-weight: 400;
}
h1 {
	font-family: 'Marck Script', cursive;
	font-size: 68px;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #4169e1;
	text-shadow: 1px 1px 5px #dfc46b;
}
div.container h1 {
	text-align: center;
}

