body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #000F32;
	background-image: url(../images/bkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	display: block;
}
p {
	margin: 0;
}
#allcontent {
	display: block;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 600px) {
#allcontent {
	font-size: 18px;
}
}
@media screen and (max-width: 600px) {
#allcontent {
	font-size: 12px;
}
}
.daysuntil {
	font-weight: bold;
	font-style: italic;
	color: #F00;
	display: block;
	width: auto;
	text-align: center;
	padding: 0px;
	position: relative;
	top: 2px;
}
@media screen and (min-width: 600px) {
.daysuntil {
	font-size: 36px;
}
}
@media screen and (max-width: 600px) {
.daysuntil {
	font-size: 12px;
}
}
@media screen and (min-width: 600px) {
img {
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 600px) {
img {
	max-width: 100%;
	height: auto;
}
}
#charities {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 10%;
	display: block;
	clear: both;
}
#raffle a {
	width: 100%;
	margin: auto;
	animation: rainbowtext 10s infinite alternate;
	text-align: center;
	padding-top: 25px;
	display: block;
	clear: both;
}
#entertainment {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 25px;
	display: block;
	clear: both;
}
#entertainment img:hover {
	filter: grayscale(100%);
}
#information {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	padding-top: 15px;
	clear: both;
}
#venue {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	padding-top: 5px;
	clear: both;
}
#paypal {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	padding-top: 15px;
	clear: both;
}
#contact {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	padding-top: 5px;
	clear: both;
}
.three_column_charity {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-bottom:35px;
}
.three_column_charity img {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
}
.three_column_charity img:hover {
	filter: grayscale(100%);
}
.placeL {
	float: left;
	width: 50%;
	text-align: center;
}
.placeR {
	float: left;
	width: 50%;
	text-align: center;
}
@media screen and (min-width: 600px) {
.flexbox input[type=text] {
	font-size: 16px;
}
}
@media screen and (max-width: 600px) {
.flexbox input[type=text] {
	font-size: 14px;
}
}
 @media screen and (min-width: 600px) {
input[type=submit] {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #006B33;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	border: none;
}
}
@media screen and (max-width: 600px) {
input[type=submit] {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #006B33;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	border: none;
}
}
input[type=submit]:hover {
	background-color: #0C6;
}
.flexbox {
	display: flex;
	width: 85%;
	margin: 0 auto;
	flex-direction: row;
	justify-content: space-around;
}
.flexbox input[type=text] {
	width: 100%;
}
.flexbox .stretch {
	flex: 1;
}
.flexbox .normal {
	flex: 0;
	margin: 0 0 0 5px;
}
.flexbox submit {
	white-space: nowrap;
}
.flexbox input[type=image] {
	max-width: 100%;
	white-space: nowrap;
	flex: 0;
	margin: 0 0 0 5px;
}
input[type=text] {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	background-color: #FFF;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	border: none;
}
@media screen and (min-width: 600px) {
.formfieldtext {
	color: #F00;
	background-color: rgba(255,196,57,1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	border: 1px;
	border-color: #000;
	border-style: solid;
}
}
@media screen and (max-width: 600px) {
.formfieldtext {
	color: #F00;
	background-color: rgba(255,196,57,1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	border: 1px;
	border-color: #000;
	border-style: solid;
}
}
input[type=submit]:hover {
	background-color: #0C6;
}
input[type=image]:hover {
	filter: grayscale(100%);
}
.placeL img:hover {
	filter: grayscale(100%);
}
.placeR img:hover {
	filter: grayscale(100%);
}
.contact_columnL {
	float: left;
	width: 50%;
	text-align: center;
}
.contact_columnR {
	float: left;
	width: 50%;
	text-align: center;
}
.facebook img:hover {
	filter: grayscale(100%);
}
.paypalL {
	float: left;
	width: 50%;
	text-align: center;
}
.paypalR {
	float: left;
	width: 50%;
	text-align: center;
}
@media screen and (min-width: 600px) {
.paypal input[type="image"] {
	max-width: 100%;
	height: auto;
	text-align: center;
	padding: 5px;
}
}
@media screen and (max-width: 600px) {
.paypal input[type="image"] {
	max-width: 100%;
	height: auto;
	text-align: center;
	padding: 5px;
}
}
@media screen and (min-width: 600px) {
.colleen, .bob {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
}
@media screen and (max-width: 600px) {
.colleen, .bob {
	font-weight: bold;
	font-size: 14px;
}
}
.colleen {
	color: #f26c4f;
	margin-top: 10px;
}
.colleen a:link {
	font-style: italic;
	color: #FF9966;
}
.colleen a:visited {
	font-style: italic;
	color: #FF9966;
}
.colleen a:hover {
	font-style: italic;
	animation: rainbowtext 10s infinite alternate;
}
.colleen a:active {
	font-style: italic;
	color: #FF9966;
}
.bob {
	color: #009966;
}
.bob a:link {
	font-style: italic;
	color: #00CC99;
}
.bob a:visited {
	font-style: italic;
	color: #00CC99;
}
.bob a:hover {
	font-style: italic;
	animation: rainbowtext 10s infinite alternate;
}
.bob a:active {
	font-style: italic;
	color: #00CC99;
}
@media screen and (min-width: 600px) {
#footer {
	font-size: 14px;
}
}
@media screen and (max-width: 600px) {
#footer {
	font-size: 10px;
}
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
}
#footer a:link {
	color: #FC9;
}
#footer a:visited {
	color: #FC9;
}
#footer a:hover {
	animation: rainbowtext 10s infinite alternate;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	animation: rainbowtext 10s infinite alternate;
	text-decoration: none;
	transition: color .25s ease;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
@keyframes rainbowtext {
 0% {
color:#FFF;
}
 10% {
color:#F00;
}
 20% {
color:#F90;
}
 30% {
color:#FF0;
}
 40% {
color:#0C3;
}
 50% {
color:#039;
}
 60% {
color:#639;
}
 70% {
color:#F06;
}
 80% {
color:#630;
}
 90% {
color:#033;
}
 100% {
color:#000;
}
}
@keyframes fade {
 0% {
opacity:1
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 0
}
 100% {
opacity: 1
}
}
@keyframes fade2 {
 0% {
opacity:0
}
 33.333% {
opacity: 1
}
 66.666% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes fade3 {
 0% {
opacity:0
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 1
}
 100% {
opacity: 0
}
}
