@charset "UTF-8";

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.wrapper > * {
  flex: 1 100%;
}

#map_canvas {
  height: 100vh;
}

#legend {
  background: white;
  padding: 0 1% 0 1%;
}

body {
  padding: 0 10% 0 10%;
  margin: 0;
  background-color: #EAEAEA;
}

.header {
  background: lightgray;
}

.footer1 {
  background: #E0E0E0;
  padding: 0 1% 0 1%;
}

.footer2 {
  background: #E0E0E0;
  padding: 0 1% 0 1%;
}

.footer3 {
  background: #E0E0E0;
  padding: 0 1% 0 1%;
}

iframe {
  width:100%;
  height:500px;
}

h1 {
  font-size: 32pt;
  font-family: Lucida, sans-serif;
  color: #333;
  font-weight: normal;
  text-align: center;
  padding: 0;
}

p {
  font-family: Lucida, sans-serif;
  font-size: 13pt;
  color: #373737;
  text-align: justify;
}

h10 { 
  font: 12px/1.2 Verdana, Helvetica, sans-serif;
  color: #797478;
  text-align:justify;
  font-weight: bold;
}

h11 { 
  font: 10px/1.5 Verdana, Helvetica, sans-serif;
  color: #797478;
  text-align:justify;
}

.title {
  font-weight: bold;
}

@media all and (max-width: 650px) {
body {
  padding: 0 1% 0 1%;
  background-color: #EAEAEA;
}

}
