.contact-nav {
  font-family: “Comic Sans MS”, “Comic Sans”, cursive;
  line-height: 30px;
  background-color: rgb(219, 254, 218);
  height: 2150px;
  width: 10%;
  float: left;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 0 5px -2px #888;
}
.page-links:hover {
  opacity: 1.5;
  padding: 5px;
  background-color: rgb(62, 118, 46);
  border-radius: 3px;
  color: white;
  transition: padding 0.3s;
}
.hq-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 30%;
    margin-bottom: 20px;
    border: solid;
    border-radius: 5px;
    box-shadow: 5px 3px 5px 3px #888888;
  }
  .contact-title {
    text-align: center;
    text-decoration: underline;
    font-family: Comic Sans MS;
    color: rgb(82, 164, 90);
    font-size: 300%;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;

  }
  .contact-info {
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 150%;
  }
  .link {
    color: blue;
  }
  .link:hover {
    color: red;
  }
  .search-bar {
    width: 90%;
    height: 40px;
  }
  .donation-meter {
    width: 98%;
    height: 30px;
    margin-top: 0;
  }
  .donation-text {
    margin-bottom: 0;
    text-align: center;
    color: rgb(215, 6, 6);
    font-size: 130%;
    font-weight: 500;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
  .donate-button {
    color: white;
    background-color: red;
    font-size: 150%;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .donate-button:hover {
    color: white;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    transition: padding 0.5s;
  }
  .footer-1 {
    display: inline-block;
    float: right;
  }
  .footer-2 {
    display: inline-block;
  }
  .contact-footer {
      font-family: “Comic Sans MS”, “Comic Sans”, cursive;
      background-color: rgb(55, 130, 47);
      color: rgb(179, 249, 178);
      clear: both;
      padding: 5px;
      border: solid;
      border-color: black;
      border-radius: 5px;
  }
  .map-img {
    width: 50%;
    border: solid;
    border-radius: 10px;
    box-shadow: 5px 3px 5px 3px #888888;
  }
  .download {
    color: rgb(55, 130, 47);
    cursor: grab;
    font-size: 120%;
  }
  .download:hover {
    background-color: rgb(55, 130, 47);
    color: white;
    border-radius: 2px;
    border-color: grey;
  }
