body{background: #cccccc;}


/*==header section css===*/
header.smaller a,header.smaller .separator
	{
	color: #05027f 
}

header.smaller { 
	border-color: #292f4b !important;
}

/*==about section css===*/
section.about {
	background:  #1ba1ff;
}

.about p {
	color: #fff !important;
}

.about h2 {
	color: #fff !important;
}

/*==service section css===*/
.service .iconFont {
	color: #1ba1ff;
}

.feature p {
	color: #555;
}

/*==contact section css===*/
section.contact {
	background: #f7f7f7;
}

.contact p {
	color: #555;
}

p.success {
	color: #292f4b;
}

#map-canvas{border-bottom: solid 1px #DDD; border-top: solid 1px #DDD;}
/*==footer section css===*/
footer {
	color: #413b3a;
}

footer .iconSocial a {
	color: #413b3a;
}

footer .iconSocial a:hover {
	color: #4d4745 !important;
	opacity:1 !important;
}

.button {
	background:  #1ba1ff;
}