body{
	margin:0;
	padding:0;
	color:#333;
	font-size:16px;
	font-family: 'Century Gothic', Arial;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', 'Arial', sans-serif;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
h2{
	font-family: 'Archivo Black', sans-serif;
	font-size: 40px;
	color: #000;
}
.whiteBg{
	background: #FFF;
	padding-bottom: 5px;
}
.iphaseMainMenu{
	margin-top: 15px;
}
.iphaseQuote .btn-success{
	background: #A55200;
	border-color: #A55200;
	margin-top: 30px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;	
}
#site-banner{
	padding-top: 80px;
}
#welcomeBlk{
	min-height: 500px;
	background: url("../images/gear.png") no-repeat right;
}

#welcome{
	margin-top: 100px;
}
#welcome h3{
	font-family: 'Archivo Black', sans-serif;
	font-size: 40px;
	color: #A55200;
}
#focus{
	background: #000;
}
.iphaseExpertise{
	color: #FFF;
	padding: 80px 0;
}
.iphaseExpertise h3{
	font-family: 'Archivo Black', sans-serif;
	font-size: 40px;
	border-left: 20px solid #A55200;
	padding-left: 20px;
	margin-bottom: 50px;
}
.iphaseExpertise h4{
	color: #000;
	padding-top: 5px;
}
.expert{
	background: #FFF;
	min-height: 155px;
	padding: 15px 15px 5px;
	margin-bottom: 30px;
}
.iphaseFocusImage{
	padding: 170px 30px 0 0;
}

#green-bg{
	background: url("../images/green-bg.jpg") -140px 0 no-repeat;
	min-height: 180px;
	border-bottom: 5px solid #FFF;
}
.iphaseDeliver{
	color: #FFF;
	padding: 20px 50px;

}
.iphaseDeliver h3{
	font-family: 'Archivo Black', sans-serif;
	font-size: 40px;
}
footer{
	background: #000;
	color: #FFF;
	padding-top: 60px;
	padding-left: 50px;
	padding-bottom: 50px;
	line-height: 30px;
}
footer i{
	color: #A55200;
	font-weight: bold;
}
footer h3{
	font-size: 20px;
	font-weight: bold;
}
.iphaseFooterLinks{
	padding: 30px 0 0 50px
}
.iphaseFooterLinks a{
	color: #FFF;
}
#copy{
	background: #000;
	color: #A55200;
	font-size: 14px;
	padding-left: 50px;
	padding-bottom: 20px;
}
#contentArea{
	margin-top: 30px;
	margin-bottom: 30px;
}
#projects-list{
	margin-top: 80px;
	background: #E9EBEC;
	border-radius: 8px;
	padding: 50px;
}
#projects-list ul{
	margin-padding: 0;
	padding: 0;
}
#projects-list li{
	list-style: none;
	line-height: 40px;
}
#projects-list li a{
	color: #A55200;
}
#projects-list li a:hover{
	color: #333;
	text-decoration: none;
}
#projects-list h2{
	font-size: 35px;
}
#partners{
	margin-top: 50px;
}
@media (max-width: 767px) {
	h2{
		font-size: 25px;
	}
	#partners{
	margin-top: 55px;
}
	
	#logo{
		margin-top: 10px;
	}
	.whiteBg{
		padding-bottom: 0;
	}
	.iphaseHomeSlide{
		margin-top: 30px;
	}
	#welcome{
		margin-top:45px;
	}
	#welcome h3{
		font-size: 25px;
		color: #A55200;
	}
	.iphaseExpertise h3{
		font-size: 30px;
	}
	.iphaseExpertise{
		padding: 30px 0 0;
	}
	.iphaseFocusImage{
		padding: 0px;
	}
	#projects-list h2{
		font-size: 25px;
	}
	.iphaseDeliver h3{
		font-size: 30px;
	}
	.iphaseDeliver{
		padding: 45px 0 20px;
		text-align: center;
	}
	footer{
		padding: 30px 10px 0;
	}
	.iphaseFooterLinks{
		padding: 0;
	}
	#copy{
		padding-left: 0;
		padding-top: 10px;
	}
	#green-bg{
		border-bottom: none;
	}
	.iphaseinnerHeader{
		padding-top: 30px;
	}
}