/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 500px; width: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, san-serif;
}

h1, h2, h3{
  margin-top: 1rem;
  color: gray;
  font-weight: bolder;
}

.span-logo-tagline{}
.header h1 {}
#logo{ float: left; margin-top: 2rem; }

.tagline{font-size: 66%;}

.ingress{font-weight: bold;}

.count{
  text-align: center;
  background-color: #ebebeb;
}