
/*--------------------------------------------
Sets the typography of the theme

Example:

h1 {
	font-family: "Pacifico";
	font-size: ;
	color: ;
}

---------------------------------------------*/

section.page_heading .logo a {
	font-family: "Nunito Sans";
	font-size: 47px;
	color: #00337f;
}

section.page_heading .logo .tagline {
	font-family: "Roboto";
	font-size: 36px;
	color: #000000;
}

h1 {
	font-family: "Nunito";
	font-size: 30px;
	color: #00337f;
}

h2 {
	font-family: "Nunito Sans";
	font-size: 20px;
	color: #fa0a0a;
}

h3 {
	font-family: "Nunito";
	font-size: 22px;
	color: #0a0af7;
}

section.page_heading { background: #f0ebf0; }
div.events ul li .date,
ul.events_display li.current a { background: #00337f; }
.icon,
span.color { color: #00337f; }

.donate_button { background: #00337f; }

