/* CSS Document */

/* FEATURE BAR */
div#feature_bar {
	background-color: #333333;
	/*background-image: url(/wp-content/themes/dktp_theme/images/features/camper_van_1920x250.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;	
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	height: 250px;
}
div#feature_bar_container {
	height: 250px;
	text-align: right;
}

div#feature_page_title {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	padding: 0 10px;
    position: relative;
    text-align: right;
    top: 60%;
}



@media only screen and (max-width : 959px) {
	div#feature_bar {
	/*	background-image: url(/wp-content/themes/dktp_theme/images/features/camper_van_1024x200.jpg);*/
		height: 200px;
	}
	div#feature_bar_container {
		height: 200px;
	}
	div#feature_page_title {
		font-size: 36px;
	}
}
@media only screen and (max-width : 639px) {
	div#feature_bar {
		height: 150px;
	}
	div#feature_bar_container {
		height: 150px;
	}
	div#feature_page_title {
		font-size: 24px;
	}
}