:root {
  touch-action: pan-x pan-y;
  height: 100%;
}

 html {
	margin:0 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	word-wrap: break-word;
	background-color:black;
	color: white; /* #598581 */
  overflow:hidden;
  height: 100%;
  width: 100%;
}

body {
	margin: 0 0 0 0;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0.06); 
	 overscroll-behavior-y: contain;
	 overflow:hidden;
}

.hidden {
display:none;
}

.leaflet-control-attribution {display:none;}