
/*
Theme Name: Thumbs Up Custom Pro v5
Version: 5.0
*/

body { margin:0; font-family: Arial, sans-serif; }

.header { text-align:center; padding:15px; background:white; }
.header img { max-height:160px; }

.hero, .winter {
    display:flex; align-items:center; justify-content:center;
    text-align:center; color:white; position:relative;
}

.hero { background:url('hero.jpg') center/cover no-repeat; height:600px; }
.winter { background:url('winter.jpg') center/cover no-repeat; height:500px; }

.hero:before, .winter:before {
    content:''; position:absolute; top:0; left:0; right:0; bottom:0;
    background:rgba(0,0,0,0.5);
}

.hero-content { position:relative; z-index:2; }

.section { padding:80px 20px; text-align:center; }
.gray { background:#f5f5f5; }

.columns { display:flex; flex-wrap:wrap; justify-content:center; gap:20px; }
.col { max-width:300px; }

.button {
    background:#2e7d32; color:white; padding:12px 24px;
    margin:10px; display:inline-block; border-radius:6px;
    text-decoration:none;
}

.cta { background:#1b3a1b; color:white; }

.map-container { max-width:900px; margin:0 auto; }

.form-container {
    max-width:600px;
    margin:0 auto;
    text-align:left;
}

input, textarea {
    width:100%;
    padding:10px;
    margin:10px 0;
}
