h1, h2, h3, h4, h5 {
	font-family: BoosterNextFY-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8bc400;
}

body {
	font-family: 'Source Sans Pro', SourceSansPro, Roboto, "Helvetica Neue", sans-serif;
	padding-top: 95px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
}

html, body {
	height: 100%;
}

a {
	color: #009cde;
}

.narrow-page img.logo {
	width: 300px;
	margin-bottom: 35px;
}

.narrow-page .narrow-container {
	position: relative;
	border-radius: 5px;
	padding: 40px;
	background-color: #fafafa;
}

.narrow-page .narrow-container .splash {
	width: 400px;
	position: absolute;
	top: -250px;
	right: -200px;
	opacity: 0.3;
}

footer {
	text-align: center;
	margin-top: 50px;
}

footer small {
	margin-left: 20px;
}

.btn {
	border-radius: 5px;
	font-size: 16px;
	padding: 10px 14px;
}

.btn + .btn {
	margin-left: 16px;
}

.btn.btn-primary {
	color: #fff;
	background-color: #0186b2;
	border-color: #0186b2;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.active {
	color: #fff;
	background-color: #009cde;
	border-color: #009cde
}