@media (max-width: 991px) {
	#first-banner {
	    background-attachment: scroll;
		background-position: center !important;
	}
}



.contact-top {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	cursor: text;
}


.contact {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	border-color: #000000;
	cursor: text;
}
.contact:hover {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	border-color: #000000;
}


.row.banner {
	background-image: url(/Images/contact-me/contactmebanner.jpg);
	height: 300px;
	margin-bottom: 40px;
	background-position: center 0px !important;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.cover.title {
	background-color: rgba(100,100,100,0.5);
	height: 300px;
}
.cover h1 {
	color: #cc9933;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-top: 123.5px;
}