.hero.wide {
	height: 60vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.hero.wide:before {
	background: black;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content {
	min-height: 150px;
	background: white;
	padding-top: 40px;
}

#content p {
	line-height: 1.7;
}

#primary {
	background-color: rgba(0, 0, 0, 47%);
}

#primary.scrolled {
    background: #1f1c1c;
}

.hero.wide h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: capitalize;
    font-size: 30px;
    background: rgba(18, 66, 90, 0.84);
    padding: 14px;
}