@charset "utf-8";
/* CSS Document */
.homepage-blue {
	font-size: 40px;
	color:#0d95bc;
	padding-top: 50px;
	margin: 0 auto;
}
.footer-orange {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	color:#f57b20;
}
.footer-heading {
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top:40px;
	margin-bottom: 20px;
	z-index:2;
	display: inline;
	position: relative;
	background-color: #292929;
	width: 100%;
}

.footer-heading:after {
	background-image: url('/themes/artscape_theme/images/footer-heading-line.png');
	background-repeat: repeat-x;
	display: inline-block;
	position: relative;
	width: 99%;
	height: 19px;
	content: "";
	top: -23px;
	z-index: -1;
}
