/*
Theme Name: Browar Domowy Brodacz
Version: 1.0
*/
body{margin:0;font-family:Arial;background:#111;color:#fff}
header{display:flex;justify-content:space-between;padding:20px;background:#000;border-bottom:2px solid #c9a227}
header img{height:60px}
.hero{min-height:80vh;background:url('assets/images/logo.png') center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}
.overlay{background:rgba(0,0,0,.7);padding:40px;border-radius:16px}
.btn{display:inline-block;background:#c9a227;color:#000;padding:14px 28px;border-radius:8px;text-decoration:none}
section{padding:60px 8%}
.card{background:#1b1b1b;padding:20px;border-radius:12px;margin:10px 0}
footer{text-align:center;padding:30px;background:#000}
