@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900');
@import url('https://fonts.googleapis.com/css2?family=Allura');

body { font-family: 'Montserrat', sans-serif !important; }

:root {
  --brand-gold: #af8e54; /* you can match the original brand gold here */
}

.navbar .btn.btn-warning { background-color: var(--brand-gold); border: none; }

/* FOOTER */

/* Footer height & vertical centering (≈200% of the earlier size) */
.site-footer {
  padding-block: 4rem;
  font-size: 0.75em;
  background-color: #000000;
}

.site-footer-row {
  min-height: 8rem;                 /* extra guarantee of height */
  align-items: center;              /* ensures vertical centering of the 4 items */
}

/* Optional: spacing & link polish */
.site-footer .col > * { margin: 0; }
.site-footer a:hover { opacity: 0.85; }

/* Responsive fine-tune (stacked on mobile, even spacing on md+) */
@media (min-width: 768px) {
  .site-footer { padding-block: 4.5rem; }
}

/* Footer link styling */
.site-footer a {
  color: #aaa;                      /* grey */
  text-decoration: none;            /* remove underline */
  transition: color 0.2s ease-in-out;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #af8e54;                   /* gold on hover/focus */
  text-decoration: none;
}
