
html, body {
	width:100%; 
	height:100%; 
	background-color: black;
	/*padding: 0px; 
	margin: 0px;*/
	/*font-size: 18px;*/
	/*font-weight: 300;*/
	/*background-color: black;*/

	/*font-family: Century Gothic, sans-serif;*/
	/*font-family: "Arial Black", Gadget, sans-serif;*/
	/*font-family: Gill Sans, sans-serif;*/
	/*font-family: "Gill Sans MT", sans-serif;*/
	
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	/*font-family: Arial, Helvetica, sans-serif;*/

}

/*a {
	color: #fff;
}

.navbar {
	margin: 0px;
	padding:0px;
	background: #000;
	font-variant: small-caps;
	font-size: 18px;
}

.leaflet-container {
    background: #000;
}

.leaflet-control .leaflet-control-attribution !important{
    background: rgba(0,0,0,0);
    color: #ddd;
}
*/


