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

Example:

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

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

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

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

h1 {
	font-family: "Rosarivo";
	font-size: 28px;
	color: #a58264;
}

h2 {
	font-family: "Rosarivo";
	font-size: 24px;
	color: #a58264;
}

h3 {
	font-family: "Rosarivo";
	font-size: 20px;
	color: ;
}

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

.donate_button { background: #a89381; }

