@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #348CB2;
	background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
	background-position: center center;
	background-size: auto, cover;
	font-family: "Source Sans Pro", sans-serif;
	color: white;
}

#container {
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

#content h1 {
	font-size: 4.50em;
	margin: 0;
}

#content p {
	font-size: 1.5em;
	margin: 0;
	opacity: 0.75;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 8em;
	height: 6em;
	font-size: 1.25em;
	overflow: hidden;
}