/* required styles */
#mapid {
	/* configure the size of the map */
	top: 0;
	bottom: 0;
	width: 100%;
	height: 512px;
}
.marker {
			background-image: url("../img/mapbox-icon.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.mapboxgl-popup {
	min-width: 70%;
	max-width: 250px;
}
.mapboxgl-popup-content {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
