/* General Footer Styling */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body .container-fluid.neonfront_header {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

/* Header navigation */
ul.neonfront_links .neonfront_link {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  text-transform: none;
  color: #FFFFFF !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover color for nav */
ul.neonfront_links .neonfront_link:hover,
ul.neonfront_links .nav-item:hover > .neonfront_link {
  color: #D3B252 !important;
}

#footer-content {
  background-image: linear-gradient(135deg, #e8d6a3, #D3B252, #e8d6a3, #D3B252);
  background-size: 400% 400%;
}

/* Override font styling in the footer */
.neonfront_footer_lv_info,
.neonfront_footer_lv_info * {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
}
/* --- ACM custom login banner styling --- */
#asc-welcome-banner {
  text-align: center;
  margin-bottom: 1rem;
  background-color: #f8f6f2;      /* light neutral background */
  border: 1px solid #d6cfc7;      /* soft border */
  border-radius: 12px;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

#asc-welcome-banner h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #2b1e12;                 /* ACM dark-gold/brown tone */
  margin: 0 0 .25rem 0;
}

#asc-welcome-banner .subtext {
  font-size: .95rem;
  color: #444;
  margin: 0;
}