/* Custom Spec-Site Showcase styles for denturescapecod.com */
:root {
  --primary-color: #2563eb;
  --primary-rgb: 37, 99, 235;
  --secondary-color: #1e3a8a;
  --secondary-rgb: 30, 58, 138;
  
  --primary: #2563eb;
  --secondary: #1e3a8a;
  --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;
  }
}
