/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
/* #map {
	height: 100%;
	width: 50%;
} */

/* 
  * Optional: Makes the sample page fill the window. 
  */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Stentiga";
	src: url("fonts/stentiga.eot");
	src: url("fonts/stentiga.eot?#iefix") format("embedded-opentype"),
		url("fonts/stentiga.woff2") format("woff2"),
		url("fonts/stentiga.woff") format("woff"),
		url("fonts/stentiga.ttf") format("truetype"),
		url("fonts/stentiga.svg#Stentiga") format("svg");
	/* font-weight: 400;
	font-style: normal; */
}

[x-cloak] {
	display: none !important;
}
