@font-face {
    font-family: 'Lato';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
  height:100%;
  margin:0px;
  font-family:Lato, Verdana, Helvetica, arial, sans-serif;
  position:relative;
}

a {
  color:white;
  text-decoration:none;
}

a:hover {
  color:white;
  text-decoration:underline;
}

#header {
  height:40px;
  position:absolute;
  width:100%;
  background-color:#634922;
  color:white;
  opacity:0.9;
}

#logo {
  line-height:40px;
}


.leaflet-left .leaflet-control, .leaflet-right .leaflet-control {
  margin-top:60px;
}

#title {
  font-size:20px;
  letter-spacing: 2.5px;
  display:block;
  float:left;
  line-height:40px;
  font-weight:bold;
  height:40px;
  margin-left:20px;

}

.opacity_slider_control {
  margin-right:20px !important;
  margin-top:20px !important;
}

#imp {
  font-weight:normal;
  display:block;
  float:right;
  font-size:14px;
  margin-right:10px;
  font-size:12px;
  letter-spacing: .5px;
  line-height:40px;
  height:40px;
}

#subtitle {
font-weight:normal;
  display:block;
  float:left;
  font-size:15px;
  margin-left:20px;
  letter-spacing: .5px;
  height:40px;
  line-height:40px;
}

#header {
  top:0px;
}
#mapwrap {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
}

#map {
  width:100%;
  height:100%;
}

