body { border: 0px; margin: 0px; padding: 0px; }
.ol-scale-value {top: 24px; right: 8px; position: absolute; }
/* Header */
  .header{
    padding: 7px;
    text-align: center;
    background: #f8f4f1;
    color: #724324;
	font-weight: bold;
  }
/* Footer */
.footer {
  padding: 7px;
  text-align: center;
  background: #f8f4f1;
  color: #724324;
}
/* Navbar - dropdown*/
  .navbar-nav.dropdown {
	  display: inline-block;
  }
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }

  .dropdown-content a {
	color: black;
	padding: 2px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }

  .dropdown-content a:hover {background-color:#fcf1b9}

  .dropdown:hover .dropdown-content {
	display: block;
  }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}
div.mouse {
    position: relative;
    font-family: Arial, "Arial", serif;
    text-align: center;
	font-size: 12px;
	color: white;
	width: 150px;
    background-color: rgba(103,140,191,5);
	bottom:23px;
	left:400px;
}
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
}