body {
	margin: 0;
	padding: 0;
	font-family: Archivo Narrow;
}

h1, h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

section#top_section {
	/*background-color: rgba(0, 0, 0, .25);*/
	width: 100%;
	height: 480px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0% 68%;
	background-size: 100%;
}

#top_section h1 {
	padding-top: 155px;
	font-size: 80px;
	color: white;
}

#top_section h2 {
	padding-top: 2px;
	font-size: 30px;
	color: white;

}

section#section_two {
	background-color: #2d2d2d;
	height: 646px;
}

section.content {
	margin: auto;
	width: 959px;
}

#section_two h1 {
	padding-top: 42px;
	padding-bottom: 33px;
	font-size: 40px;
	color: #7c7c7c;
}

#section_two p {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 1.2;
	font-size: 18px;
	color: #7c7c7c;
}

#section_two img {
	float: right;
	margin: 0px 0px 30px 40px;
}

section#section_three {
	background-color: #ed8f50;
	height: 679px;
}

#section_three h1 {
	padding-top: 42px;
	padding-bottom: 32px;
	font-size: 40px;
	color: #2d2d2d;
}

section.right_column {
	display: inline-block;
	width: 419px;
}

section.left_column {
	display: inline-block;
	width: 419px;
	margin-right: 57px;
}

#section_three img {
	float: left;
	margin-right: 12px;
}

#section_three h2 {
	margin-top: 2px;
	text-align: left;
	display: inline-block;
	font-size: 21px;
	color: #2d2d2d;
}

.box {
	display: inline-block;
	margin-bottom: 24px;
}

#section_three p {
	margin-top: 7px;
	font-size: 18px;
	line-height: 1.2;
	color: #2d2d2d;
}

section#section_four {
	background-color: #2d2d2d;
	height: 412px;
}

#section_four h1 {
	padding-top: 42px;
	padding-bottom: 32.5px;
	font-size: 40px;
	color: #7c7c7c;
}

#section_four p {
	font-size: 27px;
	text-align: center;
	margin-top: 0px;
	line-height: 1.15;
	color: #7c7c7c;
}

#section_four .content {
	width: 712px;
}

section#footer {
	margin-top: 0px;
	background-color: #3180ce;
	height: 98px;
}

#footer div h1 {
	color: white;
	margin-top: 0px;
	padding-top: 41px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	width: 200px;
}

#footer p {
	color: white;
	font-size: 31px;
	letter-spacing: .3rem;
	text-align: right;
	width: 100%;
	margin-top: -28px;
	margin-left: 5px;
}