.parallax {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	height: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
	padding: 75px 0 50px 0;
}

.parallax section.standard {
	display: flex;
	align-items: center;
	width: 100%;
}

.parallax header h2 {
	color: #fff;
	text-align: center;
	font-size: 5.000em;
	margin-bottom: 45px;
	line-height: 50px;
	text-shadow: 0 1px rgba(000, 000, 000, .45);
	font-family: 'Merienda One';
}