
body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#111;
color:white;
}

.hero{
background:url('assets/hero_grill.jpg') center/cover no-repeat;
height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.overlay{
background:rgba(0,0,0,0.6);
padding:40px;
}

h1{
font-size:3rem;
color:#f5c400;
}

h2{
color:#f5c400;
text-align:center;
}

.btn{
background:#f5c400;
color:black;
padding:12px 20px;
margin:10px;
text-decoration:none;
font-weight:bold;
border-radius:4px;
display:inline-block;
}

.secondary{
background:white;
}

section{
padding:60px 10%;
}

.content{
display:flex;
gap:40px;
align-items:center;
flex-wrap:wrap;
}

.content img{
width:350px;
border-radius:10px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:20px;
}

.card{
background:#222;
padding:25px;
text-align:center;
border-radius:8px;
font-size:1.2rem;
}

.events .event{
margin-bottom:40px;
}

iframe{
width:100%;
height:250px;
border:none;
margin-top:10px;
border-radius:8px;
}

footer{
text-align:center;
padding:20px;
background:#000;
margin-top:40px;
}
