body, html{
	width: 100%;
	height:100%;
	margin: auto;
	background-image: url("../hedimodel.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: absolute;
	
}

a {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}


#quote {
	position: absolute;
	width: 500px;
	height: 100px;
	top: 250px;
	left:510px;
	font-family: Helvetica;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 300;

}

#hs {
	position: absolute;
	width: 500px;
	height: 100px;
	top: 370px;
	left:510px;
	font-family: Helvetica;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
}

@media screen and (max-width: 994px){
	div#quote {
		top: 550px;
		left: 30px;
		font-size: 0.50em;
	}
}

@media screen and (max-width: 994px){
	div#hs {
		top: 620px;
		left: 23px;
		font-size: 0.60em;
	}
}

@media screen and (max-width: 669px){
		div#quote {
		width: 300px;
		font-size: 0.5em;
	}
}

@media screen and (max-width: 669px){
		div#hs {
		top: 620px;
		width: 300px;
		font-size: 0.6em;
	}
}



