/* Custom Spec-Site Showcase styles for attleboropaving.com */
:root {
  --primary-color: bright green and black;
  --primary-rgb: 79, 70, 229;
  --secondary-color: #1e293b;
  --secondary-rgb: 30, 41, 59;
  
  --primary: bright green and black;
  --secondary: #1e293b;
  --bg-card: #ffffff;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --border-color: #cbd5e1;
}

/* Push header and mobile menu down when alert banner is active */
body.has-alert-banner {
  margin-top: 46px !important;
}
body.has-alert-banner .header {
  top: 46px !important;
}
@media (max-width: 1199px) {
  body.has-alert-banner .navmenu {
    top: calc(100% + 46px) !important;
  }
}
