html {
	font-size: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

body {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 1.5em;
	background:#31708F;
}
.myContent{
color:#fff;
}
.myContent p{
font-size:10px;
}

#map-canvas {
	height: 400px;
	width: 100%;
}