.welcome-page .logo {
  width: 64px;
}

@font-face {
  font-family: "BM Hanna";
  src: url("/fonts/bm-hanna.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Backwards compatibility: some components reference BM_Hanna */
@font-face {
  font-family: "BM_Hanna";
  src: url("/fonts/bm-hanna.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.icon-banner {
  width: 32px;
}

.memmoriah-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.memmoriah-brand__icon {
  display: inline-flex;
  width: 22px;
  height: 37px;
  flex: 0 0 auto;
}

.memmoriah-brand__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.memmoriah-brand__text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.memmoriah-brand__wordmark {
  font-family: "BM Hanna", "BM_Hanna", sans-serif;
  font-size: 28px;
  letter-spacing: -0.3361px;
  font-weight: 400;
}

.memmoriah-brand__tagline {
  font-family: "Brawler", serif;
  font-size: 7px;
  letter-spacing: 0.6327px;
  margin-top: -2px;
  opacity: 0.85;
  font-weight: 400;
}

.navbar .memmoriah-brand__tagline {
  display: none;
}

.welcome-page .memmoriah-brand {
  color: #c53333;
}

.welcome-page .memmoriah-brand__tagline {
  display: inline;
  color: #3d3138;
  opacity: 1;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}


.navbar-dark {
    background-color: #000 !important;
}

.body-container {
    margin-top: 10px !important
}