#header_picture {
}

#header_picture img {
	width: 100%;
}

#header_picture .header_picture {
	display: block;
	position: relative;
}

#header_picture .caption{
	position: absolute;
	color: red;
	padding: 1% 2%;
	background: rgba(255, 255, 255, .7);
	font-weight: 500;
	font-family: 'Cinzel', serif;
	font-size: 3.0vw;
	margin-top: 0px;
	text-align: center;
}

#header_picture #caption_floorplans{
	top: 10%;
	left: 20%;
}
#header_picture #caption_features{
	top: 17%;
    left: 50%;
}
#header_picture #caption_builder{
	top: 27%;
    left: 17%;
}
#header_picture #caption_the_project{
	top: 27%;
    left: 17%;
}
#header_picture #caption_location{
	top: 13%;
    left: 33%;
}
