* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Toma Sans", sans-serif;
}

.heading {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding: 0.5em 0;
}
.heading img {
  height: 2em;
}

.blurb {
  padding: 3em 0 2em 0;
  text-align: center;
  color: #414040;
  line-height: 2em;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div.logo-container {
  height: 15em;
  width: auto;
  padding-top: 5em;
}

footer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-top: 10em;
}
footer .footer-content {
  width: 80%;
}
footer .footer-content .main-info {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
footer .footer-content .donate-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 3em 0;
  width: 100%;
}
footer .footer-content .donate-wrapper img {
  width: 9em;
}
footer .footer-content .social-media {
  display: flex;
  width: 100%;
  justify-content: end;
}
footer .footer-content .social-media ul {
  padding-left: 2em;
  display: flex;
  width: 100%;
  list-style: none;
  color: #01A1B6;
  justify-content: space-around;
  text-align: right;
  align-items: center;
  min-width: 12em;
}
footer .footer-content .social-media ul li a {
  color: inherit;
}
footer .footer-nav {
  width: 100%;
}
footer .footer-nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
footer .footer-nav ul li a {
  text-decoration: none;
  color: #888888;
  font-size: 0.8em;
}
footer .copyright {
  color: #bfbfbf;
  width: 100%;
  text-align: right;
}

.bottom-bar {
  width: 100%;
  margin-bottom: 6em;
  display: flex;
}

.footer-logo {
  min-width: 12em;
  width: 100%;
}
.footer-logo img {
  height: 6em;
  margin: 3em 0 0 1em;
}

/*# sourceMappingURL=thank-you.css.map */
