
/*
Theme Name: Erdei Kisvasút Theme
Author: ChatGPT
Version: 1.0
*/

body { margin:0; font-family: Arial, sans-serif; color:#222; }
.hero { position:relative; height:90vh; display:flex; align-items:center; justify-content:center; color:white; text-align:center; }
.hero img { position:absolute; width:100%; height:100%; object-fit:cover; }
.overlay { position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.4); }
.section { padding:60px; }
.cards { display:flex; gap:20px; flex-wrap:wrap; }
.card { flex:1; background:white; padding:20px; border-radius:16px; }
.footer { background:#1f3d2b; color:white; padding:40px; text-align:center; }
