
body {
	margin: 0;
	padding: 0;
	min-height: 2315px;
	font-family: 'Archivo Narrow', Arial, sans-serif;  
}

h1,h2,h3,h4,h5 {
	margin-top: 0;
	margin-bottom: 0; /* em lets it be slightly bigger than font size */
}

#intro div{
	background-image: url("../images/header.jpg");
	background-position: center top;
	background-size: cover;
	background-attachment: ;
	width:100%;
	height: 480px;
}

#intro h1{
	letter-spacing: 1.5px;
	padding-top: 155px;
	font-size:80px;
	text-align:center;
	color:white;
}

#intro h2{
	font-weight: normal;
	font-size:32.5px;
	text-align:center;
	color:white;
}

h3 { /* The section titles */
	width:100%;
	padding-top: 41px; 
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 40px; 
	color:white;
}

#first {
	background-color:blue; 
	height: 645px;
}

#first .first_content{
	margin: auto;
	width: 960px;
	padding-top: 33px;
}

#first p{
	color:white;
	font-size: 18px;
	text-align: left; 
	width: 960px;
	height: 500px;
	margin: auto;
	line-height: 21px;
}

#first .sectionImage{
	float: right;
	width: 400px;
	height: 300px; 
	padding-left: 40px;
	padding-bottom: 30px;
}

#second div{
	background-color:purple; 
	height: 680px;
}

#second #grid{
	width: 957px;
	height: 498px;
	margin:auto;
	padding-top: 34px;
}

#second .column{
	margin: 0px;
    width: 44%;
    height: 100%;
    padding-right: 6%;
    display: inline-block;
    float:left;
}

#second .image_text_pair{
	display: inline-block;
    height: 34.9%;
}

#second .image_text_pair .pair_title{
	font-size: 23px;
	margin:0px;
	margin-bottom: 6px;
	color:white;
}

#second .image_text_pair .pair_text{
	font-size: 18px;
	margin:0px;
	color:white;
}

#second .image_text_pair img{
	width:200px;
	height:150px;
	float:left;
	padding-right: 10px;
}

#third div{
	background-color:orange; 
	height: 412px;
}

#third p{
    text-align: center;
    font-size: 27px;
    width: 700px;
    height: 150px;
    margin: auto;
    padding-top: 35px;
    line-height: 31px;
    color:white;
}

#footer div{
	background-color:darkgrey;
	height:98px;
}

#footer .footer_content{
	width: 960px;
    height: 100%;
    margin: auto;
    padding-top: 39px;
    display: block;
    box-sizing: border-box;
}

#footer .footer_content .copyright{
	font-size: 19px;
	font-weight: bold;
	color:white;
	float:left;
}

.iconset {
	float:right;
}

.iconset .fa{
	font-size: 29px;
	letter-spacing: 2.5px
}

















