
/*
Theme Name: Mater Dei Academy
Author: ChatGPT
Description: Classical Catholic Hybrid Academy theme modeled after RCA Hybrid
Version: 3.0
*/
body { margin:0; font-family: Georgia, serif; color:#1f2937; }
a { text-decoration:none; color:#0f2a44; }
header, footer { background:#0f2a44; color:white; }
.container { max-width:1200px; margin:auto; padding:2rem; }
.hero { background:linear-gradient(135deg,#0f2a44,#1e4e7a); color:white; padding:6rem 2rem; }
.section { padding:4rem 2rem; }
.grid { display:grid; gap:2rem; }
.grid-3 { grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); }
.button { background:#1e4e7a; color:white; padding:0.75rem 1.5rem; border-radius:12px; display:inline-block; }
