/****************************/
/* FRONT LANDING PAGE		*/
/****************************/

body.front_page {
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(/wp-content/themes/dktp_theme/images/backgrounds/road_distance.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

/* TOP BAR */


/* FEATURE BAR */
div#front_feature_container {
	position: fixed;
	text-align: center;
	top: 40%;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
div#front_feature_container a {
	color: #fff;
}
div#front_feature_top {
	margin: 50px auto;
}

div#front_feature_top a {
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 48px;
	font-weight: bold;
	padding: 10px 20px;
}
div#front_feature_bottom a {
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 30px;
	font-weight: bold;
	padding: 10px 20px;
}

@media only screen and (max-width : 959px) {
	div#front_feature_top a {
		font-size: 36px;
	}
	div#front_feature_bottom a {
		font-size: 22px;
	}
	
}

@media only screen and (max-width : 639px) {
	div#front_feature_top {
		margin: 30px auto;
	}
	div#front_feature_top a {
		font-size: 32px;
		padding: 0;
	}
	div#front_feature_bottom a {
		font-size: 18px;
		padding: 0;
	}
	
}


/* CONTENT BAR */

/* FOOTER BAR */