body,p,h1,h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 1.2;
}
h1,h2 {
	margin-bottom: 2rem;
	font-weight: 700;
	color: #307487;
	line-height: 1;
	text-transform: uppercase;
}
p {
	font-size: 1.2rem;
	color: #1c4360;
}
p a {
	color: #1c4360;
}
strong {
	font-weight: 700;
}
.blue {
	color: #fff;
	background-color: #307487;
}
.blue h1, .blue h2, .blue p, .blue a {
	color: #fff;
}

header {
	padding: 1rem 0;
}
header p {
	margin: 0;
	padding-top: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}
header p span {
	display: inline-block
}

.feature {
	padding: 2rem 0;
	background-position: top center;
	background-repeat: no-repeat;
}
.feature h2 {
	font-size: 3rem;
}
.feature.top {
	padding: 4rem 0;
	background-image: url(../img/feature-top.jpg);
}
.feature.top h1 {
	margin-bottom: 1.5rem;
	font-size: 7rem;
}
.feature.top p {
	margin-bottom: 3rem;
	color: #1c4360;
	font-size: 2rem;
}
.feature.middle {
	background-color: #285e70;
	background-image: url(../img/feature-middle.jpg);
}
.feature.bottom {
	background-image: url(../img/feature-bottom.jpg);
}


footer {
	padding: 1rem 0 0 0;
}
footer p {
	margin-bottom: 1rem;
	font-size: 1rem;
}

@media only screen and (min-width: 1920px) {
	.feature {
		background-size: 100%;
	}
}
@media only screen and (max-width: 840px) {
	h1 {
		font-size: 3rem !important;
		margin-bottom: 1rem;
	}
	h2 {
		font-size: 2rem !important;
		margin-bottom: 1rem;
	}
	p {
		font-size: 1rem !important;
	}
	.feature {
		padding: 2rem 0 !important;
	}
}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2rem !important;
	}
	h2 {
		font-size: 1.5rem !important;
	}
}