@font-face {
	font-family: 'FreeSans';
	src: url('media/freesans.otf')
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'FreeSans';
}

h1 {
	text-align: center;
	padding-top: 1em;
	line-height: 1;
}

h2 {
	padding-top: 1em;
	line-height: 0.25;
}

a:link {
	text-decoration: none;
	color: #3596b4;
}
a:visited {
	text-decoration: none;
	color: #3596b4;
}

.header {
	position: relative;
	height: 50%;
	overflow: hidden;
}

.header-bg {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.header-fg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	width: 50%;
	margin: auto;
}

.main {
	background-color: #ffffff;
	color: #2f2f2f;
	padding: 5%;
	padding-top: 0%;
	padding-bottom: 1%;
	margin-left: 15%;
	margin-right: 15%;
}

.footer {
	background-color: #2f2f2f;
	color: #f0f0f0;
	padding: 1%;
	text-align: center;
	font-size: small;
}
