h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	line-height: 1.4;
}
/* Splash */
#splash {
	background:url('../img/splash.jpg') no-repeat;
	background-size:cover;
}
#top-logo {
	margin: 3.375em 0;
}
#splash h1, #splash p {
	color:#ffffff;
}
#splash h1 {
	font-size: 2.25em;
}
#splash p {
    margin: 1.25em 0;
}
.deco {
	height:55px;
	margin-top: 4em;
}
.deco.white {
	background:url('../img/deco-white.png') repeat-x;
	background-size: 111px auto;
	
}
.deco.blue {
	background:url('../img/deco-blue.png') repeat-x;
	background-size: 111px auto;
}
/* Needs */
section#needs {
    padding: 5.375em 1em 0;
}
section#needs .deco.blue {
	margin-top: 6em;
}
section#needs h1 {
	font-size: 2.5em; 
	color:#787b81;
	text-align: center;
}
.testimonial-container {
    padding-top: 7em;
}
.testimonial {
	border:1px solid #787b81;
	border-radius: .3em;
	background:url('../img/deco-blue.png') repeat-x;
	background-size: 111px auto;
	background-position: 0 -55px;
	padding: 5.375em 1.2em 2em;
}
.headshot {
    border-radius: 9.375em;
    height: 9.375em;
    width: 9.375em;
    border: 2px solid #5090cc;
    margin: -10em auto 1em;
    background:url('../img/person-sprite.jpg') no-repeat;
    background-size: 150px auto;
}
.headshot#person-1 {
	background-position: 0 0;
}
.headshot#person-2 {
	background-position: 0 -150px;
}
.headshot#person-3 {
	background-position: 0 -300px;
}
.headshot#person-4 {
	background-position: 0 -450px;
}
.headshot#person-5 {
	background-position: 0 -600px;
}
.headshot#person-6 {
	background-position: 0 -750px;
}
.headshot#person-7 {
	background-position: 0 -900px;
}
.stats {
	text-align: center;
	padding-top:4em;
}
.stats.blue {
	background: #5090cc;
}
.stats.blue h1, .stats.blue h2, .stats.blue h4 {
	color:#ffffff;
}
.stats.white h1, .stats.white h2, .stats.white h4 {
	color:#5090cc;
}
#contact.stats.white h3 {
	color:#787b81;
	margin:1em 0 2em;
}
#contact h3 a, span#phone-number {
	border-bottom: 2px solid #5090cc;
}
span#phone-number {
	color: #5090cc;
}
.stats.blue h4, .stats.white h4 {
	font-size: 1.625em;
} 
.stats.blue h2, .stats.white h2 {
	font-size: 2.753em;
}
.stats.blue h1, .stats.white h1 {
	font-size: 6.25em;
}

#bottom-logo {
	margin: 3em 0 6em;
}

@media screen and (max-width:40em) {
	h2 {
    font-size: 1.75rem;
	}
	section#needs h1 {
    font-size: 2.25em;
	}
	.stats.blue h4, .stats.white h4 {
    font-size: 1.4em;
	}
	.stats.blue h1, .stats.white h1 {
    font-size: 3.25em;
	}
	.stats.blue h2, .stats.white h2 {
    font-size: 1.9em;
	}

}