body {
    font-family: "Roboto", sans-serif; 
}
h1{
    text-transform: uppercase; 
	letter-spacing: 0.06em; 
	margin-bottom: 20px;
}

#map {
    width: 100%; 
	height: 355px; 
	margin-top: 20px; 
	margin-bottom: 20px;
	border:thin;
	border-color:#666666
}

.info-window {
    font-family: 'Lato',sans-serif;
}
.info-content {
    color: #999;
}