/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 86%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "FF Zwo", sans-serif;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  font-family: "FF Zwo Corr Pro", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 1.1rem;
}

p {
  font-family: "Bookmania";
}

button {
  background-color: white;
}

button:hover {
  background-color: rgba(42, 96, 65);
}

button:hover .pages {
  color: white;
}

footer {
  margin: 0;
  padding: 0;
}

.a {
  color: white;
}

.a:hover {
  color: #777;
}

.pages {
  color: rgba(42, 96, 65);
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "FF Zwo Corr Pro", sans-serif;
}

.navbar {
  height: 8%;
  background-color: rgba(42, 96, 65);
  color: white;
  text-align: left;
}

.header {
  margin: auto;
  padding-top: 5px;
  padding-left: 2rem;
}

.change-view {
  text-align: right;
  padding-right: 2rem;
}

.descrip {
  z-index: 100;
  width: 20%;
  float: left;
  position: fixed;
  text-align: center;
  margin-top: 5rem;
  background: rgba(42, 96, 65, 0.7);
  color: white;
  padding: 1rem;
  margin-left: 2rem;
}

.blurb {
  text-align: center;
  margin: 1rem;
}

.footer {
  height: 6%;
  background-color: rgba(42, 96, 65);
  color: white;
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 1rem;
}

.footer2 {
  height: 20%;
  background-color: rgba(42, 96, 65);
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}

.sources {
  margin-left: 2rem;
}

.thanks {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.foot-row {
  height: 100%;
}

.footer-col {
  text-align: center;
  color: white;
  background-color: rgba(42, 96, 65);
  padding-top: 0.8rem;
}

.list-foot {
  padding-bottom: 2rem;
}

.img {
  width: 20rem;
  height: auto;
}

@media (max-width: 767px) {
  #map {
    height: 77%;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1rem;
  }

  .navbar {
    height: 15%;
  }

  .header {
    text-align: center;
  }

  .change-view {
    text-align: center;
    padding-right: 0;
  }

  .descrip {
    margin-top: 4rem;
    width: 42%;
  }

  .footer {
    height: 8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer2 {
    height: 50%;
  }

  .footer-col {
    padding-top: 0;
  }

  .list1 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .img {
    width: 10rem;
    height: auto;
  }
}
