/* Custom Page specific CSS */

body {
	background: #fff;
}

header {
	background: #201e39;
}

#reject h1 {
	color: #ff6b6b;
}

#headline h2, h3, h4 {
	color: #fff;
}

h2, #q4 h3, h5, h6 {
	color: #201e39;
}

ul li {
	border: 2px solid #201e39;
}

footer {
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 12px;
	color: #201e39;
	text-align: center;
}

footer p {
	color: #201e39;
}