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

Example:

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

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

section.page_heading .logo a {
	font-family: "Pacifico";
	font-size: ;
	color: ;
}

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

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

h2 {
	font-family: "Cabin";
	font-size: ;
	color: #663399;
}

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

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

.donate_button { background: #663399; }

