.content {
	position: absolute;
	margin: 10%;
	z-index: 100;
}
.content h1 {
	font-size: 64px;
	color: white;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0;
	text-shadow: 0 0 6px #000;
	line-height: 64px;
}
.content h2 {
	font-size: 48px;
	color: white;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0;
	text-shadow: 0 0 6px #000;
	line-height: 64px;
}

.content p {
	background: rgba(0,0,0,.9);
	padding: 8px 12px;
	margin: 0;
	margin: 12px 0;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	font-family: Helvetica, Arial;
	text-transform: uppercase;	
}
.content p a {
	color: #fff;
	text-decoration: none;
}