/* Footer */

footer {
	background: #2d2d2d;
	text-align: center;
	padding: 75px 0;
}

footer h3 {
	font-family: Heebo-Medium;
	font-size: 35px;
	color: #fff;
	margin-bottom: 25px;
}

footer ul li {
	display: inline-block;
	margin: 15px;
}

footer ul li a {
	text-decoration: none;
}