#mouseposition {
	width: 15em;
	height: 1em;
	font-size: 1em;
	border: 1px solid black;
	font-family: arial;
	line-height: 1em;
	padding: 0.1em;
	text-align: center;
	bottom: 30px;
	position: absolute;
	z-index: 600;
	background-color: rgba(255, 255, 255, 0.8);
		}
@media screen and (min-width: 0px) and (max-width: 720px) {
  #mouseposition { display: none; }
}		
.leaflet-bar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#info-pane {
	text-align: center;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 1000;
    padding: 0.1em;
    background: white;
  }
@media screen and (min-width: 0px) and (max-width: 720px) {
  #info-pane { display: none; }
  .mobile-hide{ display: none; }
}
#center-pane {
    color: red;
	font-size: 30px;
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    z-index: 1000;
  }  
body {
    padding: 0px;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    overflow:hidden;
}
html, body, #map {
    height: 95vh;
    width: 100%;
    
}
#map {
	margin-top: -50px;	
}
#map  a:link, a:visited {
		color: blue;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 9px 16px;
    text-decoration: none;
}
.navbar p {
	color: white;
	margin: 0px;
}	
.navbar a:hover {
    background-color: DodgerBlue;
}
.navbar .icon {
  display: none;
}
@media screen and (max-width: 730px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 730px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
#google_translate_element {
   position: absolute;
   top: 7px;
   right: 100px;
   z-index: 500;
 }
.sidenav {
    height: 400px;
    width: 0px;
    position: fixed;
    z-index: 1100;
    top: 210px;
    left: 0;
    background-color: #aad3df;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 0 10px 10px 0;
    
}
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: blue;
    transition: 0.3s;
}

.sidenav a:hover {
    color: red;
}
.sidenav p {
	margin: -50px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    display: block;
    transition: 0.3s;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    color:blue;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.myarrow {
    position: relative;
    z-index: 800;
    top: 160px;
    left: 10px;
}
.leaflet-control-graphicscale {
    background-color: rgb(254, 246, 237);
    color: black;
}
.leaflet-control-graphicscale-inner .label {
    color: black;
}
.leaflet-control-graphicscale .label {

    font-size: 14px;
    margin-bottom: 5px;
}

.leaflet-control-graphicscale .labelSub {
    font-size: 14px;
    margin-bottom: 5px;
}

.leaflet-control-graphicscale .line {
    border-color: rgb(1, 1, 1);
}

.leaflet-control-graphicscale .filled .fill {
    background-color: rgb(1, 1, 1);
}

.scaleText {
    margin-bottom: 35px;
    text-align: center;
}

.scaleText h1, .scaleText p {
    margin: 0;
}

.scaleText h1 {

    font-size: 30px;
}

.scaleText .choice {
    margin: 0 5px;
    cursor: pointer;
}

