body
{
	font-family: Georgia, serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #eeeeee;
}

h1, h2, h3, h4, h5
{
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
}

a
{
	color: #333333;
	text-decoration: none;
}

a img
{
	border: none;
}


img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#home-container
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-image: url('../img/home-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

#home-content
{
	opacity: 0.9;
	max-width: 720px;
	margin: auto;
	padding: 1em 2em;
	border: 1px solid #999999;
	border-radius: 1em;
	background-color: #ffffff;
}

#home-content p
{
	text-align: center;
}