.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}
.hero_background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero_background video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background: #999;
}
.cover-container{
	z-index:3;
}
main {
	text-shadow: 2px 2px 4px #000000;
}
.lead a { color: #000; }
.lead a:hover { color: #aaa; }
