/*remove the current background image*/
.page {
	background-image:none;
	background-color: #097fbd;
}

/*set label color to black*/
.center-col .boxtitle, #descriptiontitle {
	color: black;
}

/*hide frooition footer*/
div#design {
	display: none !important;
}

/*change heading pst logo*/
a.homelink {
	background: url("https://pstpoolsupplies.com/content/PST%20logo-text-small-black.png") no-repeat;
}