/* CSS Document */

.jumbotron {
	background-image: url(../images/hero-BG.jpg);
	background-repeat:repeat-x;
	margin-bottom: 0px;
	background-color: #323232;
	margin-top: -30px;
	background-attachment:fixed;
}
.map {
	width:100%;
	height: auto;
	border-color:#5A5A5A;
	border-style:dotted;
	border-width:3px;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.jumbotron {
	background-image: url(../images/hero-BG-upper.jpg);
	background-repeat:repeat;
}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.jumbotron {
	background-image: url(../images/hero-BG-upper.jpg);
	background-repeat:repeat;
}	
}
	