
/*
Theme Name: BIAS Creative Hub
Theme URI: https://barbertoninnovativeartistsociety.co.za
Author: Barberton Innovative Artist Society
Description: Professional theme for BIAS featuring creative hub layout, artist galleries and WooCommerce support.
Version: 1.0
*/

body{
font-family: Georgia, serif;
margin:0;
background:#f4efe6;
color:#2e2e2e;
}

header{
background:#5b3b1e;
color:white;
text-align:center;
padding:40px 20px;
}

nav{
background:#8a633b;
text-align:center;
padding:12px;
}

nav a{
color:white;
margin:0 15px;
text-decoration:none;
font-weight:bold;
}

.hero{
padding:80px 20px;
text-align:center;
background:#d8c3a5;
}

.container{
max-width:1100px;
margin:auto;
padding:40px 20px;
}

.card{
background:white;
padding:25px;
margin:20px 0;
border-radius:10px;
box-shadow:0 2px 8px rgba(0,0,0,0.15);
}

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

.gallery img{
width:100%;
border-radius:8px;
}

footer{
background:#5b3b1e;
color:white;
text-align:center;
padding:30px;
}

@media(max-width:768px){
.hero{padding:50px 20px}
nav a{display:block;margin:10px 0}
}
