.leadershipCircle{
width:50%;
}
.donationform {
width:50%;
padding:2px;
}
.contributeOnline{
font-weight: bold;
	clear: both;
	color: #5E2C6E;
	font-size: 28px;
	line-height: 28px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}
a {
	color: #5E2C6E;
	text-decoration:none;
	-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
}
a:hover {
	color:#FFAC38;
	text-decoration: none;
}

header {
    border-bottom: 7px solid #FFAC38;
    height: auto;
}

.top-nav a {
  	color:#FFAC38;
    border-bottom: medium none;
    padding: 10px;
}