body {
	font: 300 normal 18px/1.6 'Open Sans Condensed', sans-serif; 
	color: #F5F5F5;
	background: url('../img/background.w1600.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}
h1, h2, h3 {
	font-weight: 700; 
	padding: .5em 0;
}
h1 {
	font-size: 26px; 
	line-height: 1.23em;
}
h2 {
	font-size: 24px; 
	line-height: 1.25em;
}
h3 {
	font-size: 22px; 
	line-height: 1.27em;
}

#transparency {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #B4B4B4;
	opacity: .3;
	z-index: -1;
}

#content {
	padding: 1% 0 0 3%;
}

#content h1, #content h2, #content h3 {
	text-shadow: black 0.0em 0.0em 0.3em;
}