/* Content */
.section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.section:nth-of-type(odd):not(:first-child) {
	color: #fff;
	background: #2a282b;
}
.section--menu {
	position: relative;
	overflow: hidden;
	min-height: 50vh;
	padding: 2em 0 4em;
}
.section__title {
	font-size: 0.75em;
	font-weight: 700;
	-webkit-flex: none;
	flex: none;
	margin: 3em 0 4em;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
}