@import url('https://fonts.googleapis.com/css?family=Ovo');
*{
	margin: 0;
	padding: 0;
	font-family: 'Ovo', serif;
}
body {
	height: 100%;	
	overflow: auto;
	background: #efefef;
}
html, body, .main {
    min-height: 100% !important;
    height: 100%;
}
.main{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

.inner-content {
	height: 100%;
    width: 100%;
    overflow: auto;
}

.header img {
	max-width: 100%;
}

.content {
	color: #2b2b2b;
	margin: 0 auto;
	padding-top: 16px;
}

.content p{
	color: #3d3c3c;
	font-size: 1.3em;
	line-height: 1.4;
}
.content h3{
	color: #2b2b2b;
	font-size: 1.7em;
	line-height: 1.4;
}
.content h4{
	color: #2b2b2b;
	font-size: 1.5em;
	line-height: 1.4;
}

.google-maps {
	margin-top: 64px;
}

iframe {
	height: 450px;
	margin: 0;
	width: 75%!important;
}

.footer {
	margin-bottom: 64px;
}
