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

Example:

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

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

section.page_heading .logo a {
	font-family: "Source Code Pro";
	font-size: ;
	color: #668000;
}

section.page_heading .logo .tagline {
	font-family: "Source Sans Pro";
	font-size: 18px;
	color: #526604;
}

h1 {
	font-family: "Source Sans Pro";
	font-size: ;
	color: #004455;
}

h2 {
	font-family: "Source Code Pro";
	font-size: 26px;
	color: #009cda;
}

h3 {
	font-family: "Source Serif Pro";
	font-size: 25px;
	color: #447821;
}

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

.donate_button { background: #004455; }

div.sub_heading h2, div.box_heading h2, h1, h2 { color: #004455; }