/*
Theme Name: The Decades V6
Version: 6.0
Description: Editable premium band theme with logo support.
*/

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

.site-header{
position:sticky;
top:0;
z-index:1000;
background:rgba(20,7,38,.92);
padding:18px 5%;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.site-branding img{
max-height:70px;
width:auto;
display:block;
}

.site-title{
color:white;
text-decoration:none;
font-size:24px;
font-weight:bold;
letter-spacing:2px;
}

.site-nav ul{
display:flex;
gap:18px;
list-style:none;
margin:0;
padding:0;
flex-wrap:wrap;
}

.site-nav a{
color:white;
text-decoration:none;
font-weight:600;
}

.hero{
min-height:75vh;
display:flex;
align-items:center;
padding:100px 8%;
background-size:cover;
background-position:center;
border-radius:0 0 40px 40px;
}

.hero-content{
max-width:720px;
}

.hero h1{
font-size:72px;
line-height:1;
margin-bottom:20px;
}

.hero p{
font-size:24px;
margin-bottom:35px;
max-width:560px;
}

.btn{
display:inline-block;
background:#FF2E88;
color:white;
padding:16px 28px;
border-radius:999px;
text-decoration:none;
font-weight:bold;
}

.content-area{
max-width:1200px;
margin:auto;
padding:80px 5%;
}

footer{
text-align:center;
padding:40px;
color:#bbb;
}
