body {
	color: #666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
}

.title-primary {
	font-family: 'Fira Sans', Arial, sans-serif;

}

.title-secondary {
	font-family: 'Roboto', Arial, sans-serif;
}

.site-hero .title-primary {
	color: #b09db8;
	font-size: 3rem;
}

.site-hero .title-primary .accent {
	color: #fff;
}

.site-hero .title-secondary {
	color: #b09db8;
	font-size: 1.25rem;
	font-weight: 600;
}

.header-lnk {
	color: #b09db8;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.header-lnk:hover {
	color: #fff;
}

.input-field i,
.header-lnk i {
	color: #6fbe44;
}

.btn {
	color: #fff;
	font-weight: 600;
}

.article-box .title-primary,
.service-box .title-primary {
	color: #3c1a57;
	font-size: 1.3rem;
}

.art-desc,
.service-desc {
	font-size: .875rem;
}

.service-details {
	color: #fff;
}

.section-header .title-primary {
	color: #3c1a57;
	font-size: 3rem;
}

.art-details {
	color: #6fbe44;
	font-weight: 600;
	text-transform: uppercase;
}


.site-footer {
	color: #b09db8
}

.site-footer .title-secondary {
	font-size: 1.25rem;
	font-weight: 500;
}

.site-footer h4 {
	font-weight: 400;
	margin: 0;
	padding: 0 0 .5rem 0;
}

.footer-social li a {
	color: #b09db8;
	font-size: 1.75rem;
}