#pfchome {
	background: #000;
	padding: 0;
}

.banner {
	height: 800px;
	background-image: url('/wp-content/themes/accelerate-child/home/home-banner.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

#site-navigation { display: none; }

.banner .navigation  { text-align: right; }

.banner .navigation nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner .navigation nav ul li {
	display: inline;
	margin: 0 0 0 40px;
}

#pfchome .banner .navigation nav ul li a {
	color: #fff;
}

#pfchome .banner .navigation nav ul li a:hover {
	color: #fff !important;
	border-bottom: solid 2px #eee;
	padding-bottom: 3px;
}

.banner .overlay { text-align: center; }

.banner .overlay img.overlay-mobile { display: none; }
.banner .overlay img.overlay-full { display: inline-block; }

.banner .overlay img {
	margin-top: 200px;
	width: 100%;
	max-width: 100%;
}

.content .grid .whole { padding-top: 0; }

.content p {
	color: #fff;
	font-size: 110%;
	padding-bottom: 30px;
	margin: 0;
	border-bottom: solid 1px #fff;	
}

.footer .ping { text-align: right; }

.footer p {
	color: #fff;
	font-size: 90%;
}

#pfchome .footer a {
	color: #fff;
}

#pfchome .footer a:hover {
	color: #fff !important;
}



@media screen and (min-width: 768px) and (max-width: 800px)  {
	/* tablet width */
}

@media screen and (max-width: 767px) {
	.banner {
		height: 500px;
	}

	.banner .overlay img.overlay-full { display: none; }
	.banner .overlay img.overlay-mobile { display: inline-block; }

	.banner .overlay img {
		margin-top: 80px;
		max-width: 420px;
	}

	#pfchome #click-menu {
		background: none;
		border: solid 1px #fff;
	}
	
	.navigation nav ul { display: none; }
	
	.footer .half { text-align: center; }
	
	.footer .grid .half:first-child { padding-bottom: 0; }
	.footer .grid .half:last-child { padding-top: 0; }
}

