body {
  letter-spacing: .013em;
  background-color: #fff;
  min-width: 200px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif !important;
  line-height: 1.589 !important;
  overflow: scroll !important;
}

.header {
  color: #fff;
}

#logo {
  float: left;
  background-color: #fff;
  max-width: 100%;
  height: 100px;
  display: block;
}

.menu-link a {
  color: #333;
  border-radius: 5px;
  width: max-content;
  margin: 6px;
  padding: 4px;
  text-decoration: none;
}

.menu-link a.active {
  background-color: #2b4780;
  color: #fff !important;
}

.menu-toggled {
  width: 100%;
  color: #fff !important;
  background-color: #2b4780 !important;
  border: none !important;
  border-radius: 0 !important;
}

.menu-toggled:hover {
  background-color: #344e83 !important;
}

.menu-toggled-burger {
  float: left;
  display: block;
}

.menu-toggled-label {
  margin-top: 1%;
  margin-right: 10%;
}

.menu-link a:hover {
  background-color: #344e83;
  transition: background-color .28s ease-out;
  color: #fff !important;
}

#body-container {
  position: relative;
}

#body-img {
  content: url("hero.66236615.webp");
  width: 100%;
}

@media (width <= 600px) {
  #body-img {
    content: url("hero-small-form-factor.2f1563f3.webp");
  }
}

#body-text {
  color: #fff;
  cursor: pointer;
  background-color: #0000004d;
  width: 40%;
  height: fit-content;
  padding: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
}

#body-text:hover {
  background-color: #000000b3;
}

@media (width <= 990px) {
  #body-text {
    width: 50%;
    top: 20%;
  }
}

@media (width <= 767px) {
  #donate-subheader-text {
    display: none;
  }

  #body-text {
    width: fit-content;
    top: 20%;
  }
}

#mission-statement {
  position: relative;
}

#pet-finder {
  box-sizing: inherit;
  float: left;
  width: 100%;
  display: block;
  overflow-y: auto;
}

#main {
  margin-top: 10px;
}

.faq > .accordion-item > .accordion-header > button[aria-expanded="true"] {
  color: #fff;
  background-color: #2b4780;
}

.faq > .accordion-item > .accordion-collapse > .accordion-body {
  color: #333;
  background-color: #fdfdfd;
}
/*# sourceMappingURL=brooklyn-animal-rescue.af586bc5.css.map */
