@import url('https://fonts.googleapis.com/css?family=Playfair+Display');


h2 {font-family: 'Playfair Display', serif; font-size: 1.9em; color: #ffc800;}

a { color: #ffc800; }

#splash-container {
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height: 900px;
	text-align: center;
	background-color: #f1f1f1;
	background-image: url("/images/DepartingDecisions.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#splash-container h2 {padding: 20px 30px;}

#text-box {
	display: inline-block;
	width: 65%;
	height: auto;
	margin: 0 auto;
	margin-top: 20%;
	background: rgba(0,0,0,0.75);
	border: 1px solid #000;
	border-radius: 5px;
}

.clear {clear: both}

footer {
	background-color: #3f3f3f;
	color: #fff;
	height: 120px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;

}

footer p {
	text-align: center;
	position: fixed;
	bottom: 0
}