#rstpl-main-menu-position .navbar .rstpl-brand.text.color-white {
    background: #eaf9f9; /* var(--bs-white); */
}

#rstpl-main-menu-position .navbar .rstpl-brand.text h1 {
  font-family: "Solway";
  font-size: 3rem !important;
  font-style: italic;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1), 2px 2px 0px rgba(0, 0, 0, 1);
}

.djg-link a.djg-link {
    font-family: "Vijaya";
    font-size: 2rem;
    font-style: normal;
    line-height: 1.2em;
    color: rgba(255, 0, 0, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1), 2px 2px 0px rgba(0, 0, 0, 1);
}

.body>.rstpl-after-footer-position>.container {
    border-top: none;
    padding: .25rem 0;
}

a.credit, .credit a:link, .credit a:visited {
  font-family: 'Bebas Neue', Arial, sans-serif;
  color: #186a20;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-shadow: .75px .75px 0px white
}
.credit a:hover {
  color: #46b955;
  text-shadow: .75px .75px 0px white
}

@media (width < 768px) {
.djg-link {
    text-align: center !important;
}
}
