html, body{
	background: #FFFFFF;
}
h2, h3, h4, p {
	font-family: Helvetica,Arial,sans-serif;
}

#homeBanner {
	background: url(../images/home/bannerHomeBG.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 100%;
	color: white;
}

#homeBanner h1 {
	font-family: 'Decima Nova',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 56px;
	margin-top: 5%;
	margin-bottom: 3%;
	text-align: center;
}

#homeBanner h2 {
	
	font-size: 24px;
	font-weight: 300;
}

#homeBanner a {
	color: white;
}

#homeBanner .bannerImg {
	text-align: center;
}
#homeBanner .bannerImg h2 {
	padding-bottom: 50px;
}

#homeBanner.featureImg {
	text-align: center;
	height: 100px;
}
#description p{
	font-size: 24px;
	color: #4F4F4F;
	text-align: justify;
	margin-top: 80px;
	margin-bottom: 80px;
	line-height: 200%;
}
#features {
	background: url(../images/home/featureBG.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 613px;
}

#features h3 {
	font-size: 40px;
	text-align: center;
	color: #4F4F4F;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 60px;
}

#features h4 {
	font-size: 20px;
	color: #4F4F4F;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 150%;
}

#features div {
	text-align: center;
}

#download {
	text-align: center;
	height: 450px;
}

#download h3 {
	font-size: 40px;
	color: #4F4F4F;
	font-weight: 300;
	margin-top: 80px;
	margin-bottom: 40px;
}

#download img {
	margin-bottom: 30px;
}