html {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: black;
	font-family: 'Roboto', sans-serif;
	color: white;
}

#mapid {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0 !important;
}

#content-wrap {
position: absolute;
width: 100%;
height: 170px;
background: #000;
opacity: 0.8;
z-index: 10000;
bottom: 0;
left: 0;
padding: 20px 0;
}

#content {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	text-align: center
}

H1 {
	font-size: 24px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 5px;
}

P {
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.gm-style {
	color: black;
}
