.fix-contribution-items label {
	max-width: none;
	font-size: 26px;
}

.fix-contribution-items input {
	height: 30px;
}

.campaign-name-box
{
  border: 1px solid black;
  padding: 10px;
  margin: auto;
  max-width: 250px;
  text-align: center;
}

.campaign-name-details
{
  margin: 5px;
}







#footer .donation-heading {
	font-size: 1.25em;
	padding: 10px;
	color: white;
	background-color: RoyalBlue;
	align-content: center;
}

#footer .donation-container {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
	background-color: RoyalBlue;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

#footer a.donation-flex-item {
  padding: 0px;
  width: 25%;
  height: 100px;
  
  text-decoration: none;
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

#footer a.donation-flex-item:hover {
  background-color: #416991;
  text-decoration: none;
}

#footer a.donation-flex-item:visited {
	color: white;
  text-decoration: none;
}

#footer a.donation-35 {
	background-color: #d6000b;
}

#footer a.donation-50 {
	background-color: #960718;
}

#footer a.donation-250 {
	background-color: #760c25;
}

#footer a.donation-other {
	background-color: #441433;
}

#header.header-bg {
	background-image: url("/wp-content/uploads/2023/02/1-1-no-stripes-no-city-hall.png"), url("/wp-content/uploads/2023/02/20230131_104349_transparent.png"), url("/wp-content/uploads/2023/02/City_Hall-scaled.jpeg");
	background-position: 20% 80%, 90% 50%, center center;
	background-size: 50%, contain, cover;
	background-color: RoyalBlue;
	background-blend-mode: normal, normal, overlay;
	margin-top: 0px;
}

.header-links {
	background-color: RoyalBlue;
}

#nav-main {
	background-color: RoyalBlue;
}

.header-bg-wrapper {
	background-color: transparent;
}

.header-inner {
	background-color: transparent;
}

.header-links {
	background-color: transparent;
}

.navbar-toggle {
	background-color: RoyalBlue;
}

#section-top-content {
	/*background-color: #6e99bf;*/
	background-color: #2a79bf;
	background-blend-mode: overlay;
  background-repeat: no-repeat;
	background-size: 80%;
}

#section-news {
	background-color: RoyalBlue;
}

.entry-title {
	font-family: Arial;
}

.page-title {
	font-family: Arial;
}
	
blockquote {
	font-family: sans-serif;
	font-style: italic;
  color: White;
}