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

Example:

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

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

section.page_heading .logo a {
	font-family: "Prata";
	font-size: 39px;
	color: ;
}

section.page_heading .logo .tagline {
	font-family: "Cabin";
	font-size: 14px;
	color: ;
}

h1 {
	font-family: "Oswald";
	font-size: ;
	color: #205cb0;
}

h2 {
	font-family: "Oswald";
	font-size: ;
	color: #205cb0;
}

h3 {
	font-family: "Cabin";
	font-size: ;
	color: ;
}

section.page_heading { background: #1b89a8; }
div.events ul li .date,
ul.events_display li.current a { background: #205cb0; }
.icon,
span.color { color: #205cb0; }

.donate_button { background: #205cb0; }

