#hbg-header {
	background-color: rgba(197,92,28,1.00)
}
h1 {
	font-size: 2.6rem;
}
footer, nav {
	background-color: #4E2A6A;
	color: #fff;
	padding: 4px;
}
footer a, nav a {
	color: #DAB6F5;
}
footer a:hover, nav a:hover {
	color: #fff;
}
.fancybox-protected {
	background-image: url("https://<?php echo $theURL ?>/_HbG/grafix/watermark.png");
	background-size: cover;
}
#mission, #donate {
	padding-top: 1.5rem;
	}
#tim p {
	font-size: 1.10rem;
	}
#contact {
	padding-top: 3rem!important;
	}
#tim, #donate, #news, #contact {
}
#tim, #news {
	background-image: linear-gradient(rgba(222,174,105,0.60), #DEAE69);
}
#donate, #mission {
	background-image: linear-gradient(rgba(240,208,190,0.60),#E5BC8B);
}
.plat, .gold, .silv, .bron {
	padding: 5px 5px 20px 5px;
	margin: 0px 5px 10px 5px;
	text-align: center;
	line-height: 1rem;
	font-size: 90%;
	border-radius: 12px;
	
}
.plat p, .gold p, .silv p, .bron p {
	font-weight: bold;
}
.plat h4, .gold h4, .silv h4, .bron h4 {
	text-shadow: 0px 0px 4px #fff, 0px 0px 6px #fff ;
}
.plat {
	background-color: rgba(230,230,250,0.75);
	font-size: 115%
}
.gold {
	background-color: rgba(246,209,30,0.75);
	font-size: 110%
}
.silv {
	background-color: rgba(192,192,192,0.75);
	font-size: 100%
}
.bron {
	background-color: rgba(244,164,96,0.75);
	font-size: 90%
}

@media (max-width: 767.98px) {
h1 {
	font-size: 1.8rem;
}
#tim, #donate, #news, #contact {
	margin-bottom: 1em;
	margin-top: .2rem;
}
}