@charset "utf-8";
/* CSS Document */


.hero-image{
	position: absolute;
	width: 100%;
	height: 90%;
	background-size: cover;
	background-image: url("http://www.adam-woodhouse.co.uk/images/bg/06.jpg");	
	background-position: center center;
}

.hero-image h1,.hero-image img{
	text-align: center;
	top: 15%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*display: block;*/
	color: #FFFFFF;
}


.content{
	position: absolute;
	top: 10%;
	width: 100%;	

}