#intro_container {
    height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
    background-size: cover;
	background-position: center;
    color: #fff;
    text-align: center;
}

#intro_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgb(43 31 82 / 40%);
}

#intro_overlay h1 {
	margin-top: 200px;
	font-size: 3.5rem;
	display: inline-block;
	border-bottom: 5px solid #fff;
	text-shadow: 0px 3px 0px #b2b2b2;
	padding-bottom: 1rem;
}

hr {border-top: 1px solid #000; width:50%;}

a {color: #000;}

a:link{text-decoration:none;}

#contact2 h4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#contact_data {
	direction: ltr;
}

#map iframe{
	width: 100%;
	height: 350px;
}

@media only screen and (max-width: 768px) {
	#intro_overlay h1 {
		font-size: 2.5rem;
	}
	#intro_container {
		background-position: center top;
	}

	#map {
		margin-top: 1rem;
	}
}