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

Example:

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

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

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

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

h1 {
	font-family: "Roboto";
	font-size: ;
	color: #1b449c;
}

h2 {
	font-family: "Lato";
	font-size: ;
	color: #4d9b44;
}

h3 {
	font-family: "Raleway";
	font-size: ;
	color: #1b449c;
}

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

.donate_button { background: #4d9b44; }

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

