.parkcitysport {
	background-color: #fff;
}
.pcs-header {
	background-color: #B8E0F1;
	border-bottom: solid 2px #2061BA;
	border-top: solid 4px #2061BA;
}
.pcs-header img {
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}
.pcs-header ul {
	color: #111;
	margin: 20px;
}
.pcs-phone a, .pcs-phone a:active, .pcs-phone a:visited, .pcs-phone a:hover {
	color: #111;
	text-decoration: none;
}
.pcs-menu li {
	padding: 0;
}
.pcs-menu li + li:before {
	font-size: 1.5em;
	font-weight: lighter;
    content: " | ";
}
.pcs-menu a {
	color: #0B6ED4;
	font-weight: bold;
	font-size: 1.2em;
}
.pcs-footer {
	background-color: #198EBA;
	border: 8px solid #FDB423;
	border-left: none;
	border-right: none;
	text-align: center;
	color: #414142;
	padding-bottom: 25px;
}
.pcs-logo {
	margin: 0 auto;
}
.pcs-social-media {
	padding: 10px 0;
}
.pcs-social-media img {
	max-width: 48px;
}
.pcs-coupon img {
	border: 5px solid #B8E0F1;
	margin: 0 auto;
}
@media only screen and (min-width : 768px) {
	body {
		background: #fff url('mountain_background.jpg') fixed 50% 0%;
	}
	.pcs-header ul {
		text-align: right;
	}
	.pcs-header img {
		margin: 0;
	}
	.pcs-phone a:hover{
		cursor: default;
	}
	.pcs-footer {
		padding-bottom: 0;
	}
	.pcs-coupon img {
		margin-top: 50px;
	}
}
