.contact-info {
	text-align: center;
	margin-top: -20px;
}

.maps iframe{
	pointer-events: none;
}

.c1, .c2 {
	height: 230px;
}

a {text-decoration: none}

a i.fa-twitter, a i.fa-facebook {
	width: 30px;
}

section.crinfo {
	background: #161616;
	text-align: center;
}

.crinfo a {
	color: white;
}

.banner-slogan {
	position: absolute;
	color: white;
	top: 200px; 
	left: 60px; 
	width: 50%;
}

.google-maps {
	position: relative;
	padding-bottom: 35%; // This is the aspect ratio
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: transparent;
}