a.frontpage_button {
	background-color: rgba(0, 75, 157, 0.8);
	display: block;
	text-align: center;
	border-radius: 15px;
	padding: 30px 50px;
	width: 80%;
	margin-left: 10%;
}
a.frontpage_button:hover {
	background-color: rgba(0, 75, 157, 1);
}

a.frontpage_button img {
	display: inline-block;
}

a.frontpage_button span {
	display: block;
	font-size: 2em;
	margin-top: 10px;
}

h1.frontpage_header {
	font-size: 5em;
	color: white;
	text-shadow: 3px 3px 10px #000;
}
h3.frontpage_subheader {
	text-align:center;
	color: white;
	margin: 70px 80px 0 80px;
	text-shadow: 3px 3px 10px #000;
}
div#frontpage_spacer {
	height: 250px;
}

div.frontpage_navigation {
	background: transparent;
	border-bottom: 0;
	z-index: 100 !important;
}

div.frontpage_buttons {
	margin: 80px 0 30px 0;
}

@media (max-height: 800px) {
}

@media (max-width: 1281px) {
	div#frontpage_spacer {
		height: 200px;
	}
}
@media (max-width: 1199px) {
	div.frontpage_buttons {
		margin-bottom: 50px;
	}

	a.frontpage_button {
		width: 100%
	}
}
@media (max-width: 991px) {
	div.frontpage_navigation {
		position: unset;
	}
	div#frontpage_spacer {
		height: 60px;
	}
}

@media (max-width: 768px) {
	h1.frontpage_header {
		font-size: 4em;
	}
	a.frontpage_button {
		margin: 0 0 20px 0;
	}
}
