body {
	background-color: #00446F;
	font-family: calluna, serif;
	color: #fff;
}

.calluna {
	font-family: calluna, serif;
}

.vertical-center {
	margin-top: 7vh;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 3.7em;
}

h2, h3 {
	font-size: 2em;
}

p {
	font-size: 1.2em;
}

.button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.8125rem;
	line-height: 1;
	margin: 20px 10px 0 10px;
	padding: 20px 35px 20px 35px;
	text-transform: uppercase;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
	cursor: pointer;
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	background-color: #009BFF;
	border: 2px solid #009BFF;
}

.button:hover {
	transform: scale(1.1);
}

.blue {
	color: #007BFF;
}

.blue:hover {
	text-decoration: underline;
	color: #007BFF;
}

footer {
	width: 100%;
}

.error-container {
	font-family: 'Roboto', sans-serif;
}

@media (min-height: 740px) and (min-width: 525px) {
	footer {
		position: absolute;
		bottom: 0;
	}
}

@media (min-height: 570px) and (min-width: 768px) {
	footer {
		position: absolute;
		bottom: 0;
	}
}