@charset "utf-8";
/* Footer Styling */
.site-footer {
  background: #050505;
  color: #aaa;
  margin-top: 0;
}

.site-footer .footer-inner {
  max-width: var(--g73-maxw, 1400px);
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

.site-footer p {
  margin: .35rem 0;
  font-size: .95rem;
}

.site-footer p:first-child {
  font-family: 'PristinaWeb','Pristina',cursive,serif;
  color: var(--g73-gold, #FFD700);
  margin: 0;
  font-size: 1rem;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  transition: color .2s ease-in-out;
}
.site-footer a:hover {
  color: var(--g73-gold, #FFD700);
}


