	#hero { width: 100%; position: relative; background-color: #333333; background-image: url('<?php showMain(); ?>'); background-position: center center; background-size: cover; height: 500px; max-height: 80vh; }
	#fastfacts { background-color: rgba(255,255,255,.8); float: right; width: 250px; max-width: 50%; color: #222 !important; margin: 170px 50px 0 0; font-size: .8em; font-family: Raleway; }
	#fastfacts .head { font-size: 1.2em }
	#thumbs { margin-top: -50px; position: relative; }
	#thumbs .fa { color: #A1B23F; }
	img.thumbnail { border: 5px solid #f7faf6; width: 150px; max-width: 17%; margin-left: -5px; }
	div.campprofileCONT { padding-bottom: 0; background-color: transparent; min-height: auto; }
	#sign { padding: 10px 0 20px 0; }
	#sign h1, div.campprofileCONT h1 { position: relative; margin: 0 0 0px 0; padding: 0 10px; background: none; top: auto; }
	#sign strong { font-size: 1.2em; font-family: Raleway; }
	#features { display: flex; justify-content: center; }
	div.feature { display: inline-block; width: 245px; max-width: 27%; margin: 0 10px; background-color: #ebebeb; color: #222; padding: 20px; border-radius: 5px; }
	div.campprofileBG { border: none; min-height: auto; }
	#availability { background-color: #343B4B /* #A1B23F */; text-align: center; }
	#availability a { color: #fff; }
	#availability a button { color: blue; }
	#avleft { padding: 10px; }
	#avright { background-color: #56627C; padding: 10px; }
	
	#availabilitylinks { color: #fff; background-color: #56627C /* #A1B23F */; padding: 10px; text-align: center; }
	#availabilitylinks a { color: #fff; }
	#availabilitylinks a button { color: blue; }
	
	#availbar td { padding: 0 5px; color: #fff; }
	#applybar {  }
	#availsm { visibility: collapse; }
	#availsm td { font-size: .75em; padding: 2px 5px; color: #fff; }
	#boxcont { background-color: #A1B23F; margin-top: 30px; }
	#boxes { padding: 1em 0 .5em 0; }
	#boxes div.box { background-color: #fff; color: #222; }
	#mapbox { padding: 0; min-height: 300px; }
	#mapbox iframe { min-height: 300px; }
	.flexrow h4 { background-color: #343B4B; color: #fff; border-bottom: none; }
	.flexrow div { border-radius: 5px; overflow: hidden; position: relative; min-height: 100px; }
	.centerindiv { font-size: 3em; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
	.tabcontent a { color: #222; }
	.smaller { font-size: 0.8em; }

	@media screen and (min-width: 767px) {
		.flexrow { display: flex; }
		.flexrowleft { width: 49%; margin-right: 2%; } 
		.flexrowright { width: 49%; margin-right: 0%; }
	}		

	@media screen and (max-width: 767px) {
		.flexrow { display: block; }
		.flexrowleft, .flexrowright { width: 100%; margin-right: 0%; } 
		#features { display: block; }
		div.feature { display: block; width: 95%; max-width: 95%; margin: 0 0 5px 0; font-size: .75em; padding: 10px; text-align: left; border-left: 10px solid #343B4B; border-radius: 0 25px 25px 0; }
		.tabcontent h4 { border: none; border-radius: 25px; }
		#availbar td { padding: 0 3px; font-size: .75em; }
		#availabilitylinks { font-size: .75em; }
	}
	
	@media screen and (min-width: 0px) and (max-width: 479px){
		#fastfacts { float: right; width: 80%; max-width: 80%; margin: 140px 10% 0 0; }
		#thumbs { margin-top: -20px; }
		img.thumbnail { border: 2px solid #fff; margin-left: -2px; }
		.tabcontent h4 { margin-right: 0px; margin-left: 0px; }		
		/*
		#availbar { visibility: collapse; }
		#availsm { visibility: visible; }
		*/
		#availability div.g-gohalf { width: 100% !important; margin: 0; }
	}
	
	/* TABS */
		div.campprofileCONTB { background-color: transparent; border: none; padding-bottom: 0; }
		div.tab button { border: none; border-radius: 25px; }
		div.tab button.active { background-color: #343B4B; color: #fff; }
		.darkred { color: #000; text-transform: uppercase; font-size: 1.2em; font-family: Raleway; }
		div.tab button { padding: 14px 24px; background-color: #A1B23F; }
		.tabcontent { background-color: transparent; padding: 1em 0 0 0; margin-bottom: 0; }
		@media screen and (max-width: 6000px) and (min-width: 1801px) {
			div.tab button { padding: 14px 60px; }
		}
		@media screen and (max-width: 1800px) and (min-width: 1250px) {
			div.tab button { padding: 14px 32px; }
		}
		@media screen and (max-width: 980px) and (min-width: 768px) {
			div.tab button { padding: 14px 14px; font-size: .8em; }
		}