.banner {
	border-width: 1px 2px;
	border-color: #343434;
	color: #abccfc;
	background-color: #212231;
	font-weight: 300;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 48px;
}

.section {
	margin: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: dimgrey;
	font-size: 1.25em;
	line-height: 1.5;
	letter-spacing: .05em;
}

.section.inset {
	margin-right: auto;
	margin-left: auto;
}

.menu-item[data-active] {
	background: #f3f3f3;
}
