.hdim {
	position: relative;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	
	background-color: #4c4d4f;
}
.hdim .shadow {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.4);
}
.hdim .overlay {
	background: #4c4d4f url(res/back.png) center top;
	background-size: cover;
}
.hdim h2 {
	color: rgba(255,255,255,.96);
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 60px 0;
}
