body {
	font-family: 'Arbutus Slab', serif;
	color:#959595;
}

.title {
	padding-top:10px;
	margin-top:5px;
}

.title h2 {
	color:#A10090;
}

.banner {
	margin-bottom:25px;
}

.footer {
	margin-bottom:25px;
}

hr {
	border-width:4px;
	border-color:#959595;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 480px) {
	.title-info {
		display: none;
	}
	
	.menu-images {
			
	}
}