/* Body */
/*----------------------------------------------------------------------------------------------------*/

html,
body
{
	height: 100%;
}

body
{
	position: relative;
	margin: auto;
	background-color: #d4edec;
	text-align: center;
}

a
{
	color: #00a79d;
	text-decoration: none;
}

	a:hover,
	a:active,
	a:focus
	{
		text-decoration: underline;
	}

/* Home */
/*----------------------------------------------------------------------------------------------------*/

body
{
	background-color: #d4edec;
	color: black;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

#page
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

	#page > div
	{
		padding: 1rem;
	}

	#page img
	{
		width: 100%;
		max-width: 7.5rem;
		height: auto;
	}

h1
{
	font-family: HelveticaNeue-Medium, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 1rem;
}

h2
{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1rem;
}
