@charset "UTF-8";
/* CSS Document */

.bottomColumn {
	margin-bottom: 2em;
}

.btn-secondary {
	background-color: #52dc1c;
	color: white;
}
.dessertTint {
	background: #F0ECE9;
	padding: 3em 0;
}
.disclaimer {
    color: #0955A5;
    font-size: 1em;
    font-weight: bold;
}
.footerIcons {
    margin-top: 30px;
}
.homeHero {
	background-image: url(../images/1400x500_BlurredForest-min.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 5em 0;
}
.navText {
    color: #0955a5 !important;
    font-size: 2em;
    font-weight: bolder;
    text-decoration: none;  
}
.pod {
box-sizing: border-box; 
padding: 10px;
}
.podHead {
    background: #0955A5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
}
.podHead p {
    background: #0955A5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white !important;
    font-size: 3em;
    padding: 10px;
    text-align: center;
}
.podSpecial {
    color: #555555;
    background-color: white;
    border: 1px solid #0955a5;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 30px;
}
.podWhite {
    color: #555555;
    background-color: white;
    border: 1px solid #0955a5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: -20px;
}
.podWhite a:hover {
    background-color: #0955A5 !important;
}
.retro {
    border-radius: 20px;
}
.specials {
    color: #0955A5;
    font-size: 2em;
    font-weight: bold;
}
.specialPrice {
    color: red;
    font-size: 3em;
    font-weight: bolder;
}
.thgpcLines {
	background: #0955A5;
	border-bottom: 5px solid #52DC1C;
	height: 1.5em;
}
.thgpcFooter {
	background: #0955A5;
	border-top: 5px solid #52DC1C;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.thgpcFooter a {
	color: #49A7FC;
	text-decoration: none;
}
.thgpcFooter a:hover {
	color: #fff;
	text-decoration: underline;
}

.white {
	padding: 3em 0;
}