/**

* This is custom stylesheet, type any custom styles

*/
body {
    min-height: 100vh;
}


body {
	background-image: url("../images/road-in-biltmore.jpg");
	background-position: center;
	background-attachment: fixed;
}

#rt-transition {margin-top: 60px;}


.jf_services .wrapper {min-height: 200px;}

.jf_top_menu {display:none;}

@media screen and (min-width: 800px) {
	.jf_top_menu {display:block}
	#jf_menu {display: none;}
}

@media screen and (min-width: 1000px) {
	
	body #rt-showcase .rt-container .rt-block .module-surround {padding: 5px 150px;}
	.jf_services .wrapper {min-height: 125px; max-width:170px;}
}



p {margin: 0 0 5px 0; font-size:16px}