.contact-nav {
  font-family: “Comic Sans MS”, “Comic Sans”, cursive;
  line-height: 30px;
  background-color: rgb(219, 254, 218);
  height: 1800px;
  width: 15%;
  float: left;
  padding: 5px;
  border-radius: 5px;
}
.hq-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    margin-bottom: 20px;
    border: solid;
    border-radius: 5px;
  }
  .contact-title {
    text-align: center;
    font-family: Comic Sans MS;
    color: rgb(82, 164, 90);
    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;
  }
  .link {
    color: blue;
  }
  .search-bar {
    width: 90%;
  }
  .donation-meter {
    width: 98%;
    height: 30px;
    margin-top: 0;
  }
  .donation-text {
    margin-bottom: 0;
    text-align: center;
    color: rgb(215, 6, 6);
  }
  .donate-button {
    color: white;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .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: 70%;
    border: solid;
    border-radius: 10px;
  }
  .download {
    color: red;
  }
