h1, h2, h3, h4, h5, h6  {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	margin:0 0 20px 0;
}

body {
	background:#ddd;
	margin:0;
	padding:0;
	font-family: 'Merriweather', serif;
	font-size:1.25em;
}

.intro {
	background:#fff;
}

h1 span, h3 span {
	color:#C41119 !important;
	text-transform:uppercase;
}

h3 {
	color:#C41119 !important;
}

.cta, .faq-cta {
	padding-top:2em;
	text-align:center;
}

.btn {
	display:inline-block;
	background:#C41119;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0.5em 2em;
	border-radius:3em;
	font-size:1em;
}
.btn:hover {
	background:#333;
	color:#fff;
}

strong, a {
	color:#C41119;
}

section {
	background:#ddd;
	padding:1em 0;
}

.container {
	margin:1em auto;
}

.testimonials img {
	border-radius:100%;
}

blockquote p {
	font-size:0.75em;
}

.testimonials .row {
	background:#fff;
	margin:0 auto 1em auto;
	padding:2em;
	border-radius:1em;
}

footer {
	background:#fff;
	display:block;
	font-size:13px;
	text-align:center;
	color:#888;
	margin:0;
}

footer > div {
	padding:3em 0;	
}

.social-icons a, .social-icons a i {
	color:#888;
	display:inline-block;
	margin:0.5em;
}

.social-icons a:hover, .social-icons a:hover i {
	color:#000;
}