body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #002878;
	background: url(back.jpg) top center fixed;
}

section {
	width: 300px;
	float: left;
	position: absolute;
	top: 0;
	left: calc(50% - 150px);
	min-height: calc(100% - 100px);
	padding: 50px 0;
	background: #002878;
	color: #fff;
	z-index: 1;
	box-shadow: 150px 0 0 0 #002878, -150px 0 0 0 #002878;
}

p {
	padding: 0;
	margin: 0;
	text-align: center;
}

section p a {
	color: #ecac00;
	transition: all 0.2s;
	text-decoration: none;
}
section p a:hover {
	color: #fff;
	box-shadow: 0 1px 0 0 #ecac00;
}

section article {
	margin: 40px 0;
}

section article p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	color: #ecac00;
	background: rgba(255,255,255,0.05);
	box-shadow: 150px 0 0 0 rgba(255,255,255,0.05), -150px 0 0 0 rgba(255,255,255,0.05);
	padding: 10px 0 8px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.2s;
}
section article p:nth-child(even) {
	color: #fff;
}
section article p:hover {
	background: rgba(255,255,255,0.15);
	box-shadow: 150px 0 0 0 rgba(255,255,255,0.15), -150px 0 0 0 rgba(255,255,255,0.15);
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ecac00;
	box-shadow: 0 -20px 50px #fff;
}