body {
	padding-top: 50px;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}
.img-calltoaction {
	margin-bottom: 10px;
}
/*Contact page*/
#map {
	width: 100%;
	height: 200px;
}
.footer {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background-color: #222;
	border-color: #080808;
	color: #9d9d9d;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;

}
.footer a:link,
.footer a:visited {
	color:#9d9d9d;
	text-decoration: none;
}
.footer a:hover,
.footer a:focus {
	color: #fff;
	text-decoration: none;
}
