a {
	color: #0d435c;
	text-decoration: none;
}
a:hover {
	color: #12A89D;
}

.project-heading {
	display: flex;
	justify-content: center;
	align-items: center;

}

.project-heading h2 {
	margin-top: 120px;
	font-size: 25px;
	font-family: 'Quicksand', sans-serif;
}

.contact-us {
	margin-top: 120px;
}

/* distributed footer  */
.footer-distributed{
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(3, 3, 3, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	padding: 20px 20px;
	margin-top: 50px;
	font-size: 13px;
}

.footer-distributed .footer-left p {
	color:  #303233;
	margin: 0;
	font-size: 13px;
}

/* Footer links */

.footer-distributed p.footer-links {
	font-size:18px;
	font-weight: bold;
	color:  #141212;
	margin: 0 0 0px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-size: 18px;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #2da399;
	border-radius: 2px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}


/* distributed footer end  */