.healthy-colors-logo {
}

.healthy-colors-logo {
  --logo-font-size: 28px;
  font-size: var(--logo-font-size);
  font-weight: bold;
  font-style: italic;
  color: var(--bs-body-color);
  text-decoration: none;
  line-height: 1;
}

@media (min-width: 992px) {
  .healthy-colors-logo {
    --logo-font-size: 33px;
  }
}

.healthy-colors-logo span {
  font-size: calc(var(--logo-font-size)*1.33);
  font-family: 'Dawning of a New Day', serif;
  font-weight: bold;
  font-style: normal;
  color: var(--bs-success);
}

.navbar-collapse {
  overflow: visible!important;
}

#alert-list .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

