@charset "UTF-8";
/* CSS Document */

.bottomColumn {
	margin-bottom: 2em;
}
.dessertTint {
	background: #F0ECE9;
	padding: 3em 0;
}

.img-polaroid {
		border-color:#EAEAEA;
}
.thgpcLines {
	background: #ffb366;
	border-bottom: 5px solid #ff99ce;
	height: 1.5em;
}
.thgpcFooter {
	background: #ffb366;
	border-top: 5px solid #ff99ce;
	color: #000;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.thgpcFooter a {
	color: #49A7FC;
	text-decoration: none;
}
.thgpcFooter a:hover {
	color: #000;
	text-decoration: underline;
}
.homeHero {
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 5em 0;
}
.white {
	padding: 3em 0;
}