@charset "utf-8";
/* CSS Document */
body{
	padding: 10px 0px;
}
a{
	color: #000;
}
a:hover, a:active, a:visited{
	color: #3d638a;
}
.text-pink{
	color: #3d638a;
}
.text-center{
	text-align: center;
}
.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pink-border{
		border: 2px solid #3d638a;
}
.header{
	max-width: 50%;
	margin-bottom: 10px;
}
.nav{
	text-align: justify;
	background-color: #fff;
	margin-bottom: 1rem;
	line-height: 0;
	display: none;
	border-top: 2px solid #8fc975;
	border-bottom: 2px solid #8fc975;
}
.nav:after{
	content: '';
	width: 100%;
}
.nav li{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 5px;
	background-color: #3d638a;
	list-style-type: none;
}
.nav li:hover{
	background-color: #8fc975;
}
.nav a{
	text-decoration: none;	
	color: #fff;
}
.nav a:hover, .nav a:active, .nav a:visited{
	color: #FFF;
}
.dropmenu{
	display: block;
}
.background-container {	
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
	background-position:center top;
}
.section{
	background-color: #fff;
	padding: 10px 20px;
	margin-top: -10px;
}
.copyright{
	margin-bottom: 0;
}
#sidebg {
}
#container {
	width: 1050px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #936;
}
#floaty {float:right;}
#main_image {
	position: relative;
	height: 262px;
	width: 1050px;
	margin: auto 0;
	background-image:;
	background-repeat: no-repeat;
}

#main_text {
	width: 650 px;
	color: #000000;
	position: absolute;
	bottom: 7px;
	left: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer3 {
	width: 400px;
	float: left;
	padding: 25px;
	padding-top: 15px;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 50px;
	background-image: url();
	background-repeat: no-repeat;
}
#footer2 {
	margin-left: 15px;
	float: left;
	width: 400px;
	padding-top: 25px;
}
#price {
	width: 200px;
	margin-left: 63px;
	margin-right: 63px;
	padding: 10px;
	border:2px solid #9C3;
	border-radius:25px;
}
#pricing {
	width: 325px;
	padding: 25px;
	padding-top: 15px;
	float: left;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom_img {
	margin: 10px;
	float: left;
	width: 400px;
	margin-left: 15px;
	margin-top: 25px;
}
#labels{
	width: 200px;
	float: left;
	margin-left: 15px;
	line-height:160%;
}
#inputfields {
	width: 200px;
	float: left;
}
.event-group{
	max-width: 400px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.event-title h5 {
	text-align:center;
}
.event-date h5{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.event-date{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.event-loc p, .event-loc a{
	margin-bottom: 0.5rem;
}
.event-desc{
	font-style: italic;
}
.sponsor-level img{
	width: 22px;
	height: 20px;
	margin-right: 3px;
}
.donate-button {
    background:    #3d638a;
    border-radius: 11px;
    padding:       20px 30px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 28px/1 "Calibri", sans-serif;
    text-align:    center;
    text-decoration: none;
}
.donate-button:hover {
    color: #fff;
    background:    #8fc975;
}
