body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
header {
    background-color: #4a2c0d;
}
h2 {
    color: #4a2c0d;
}
@media (max-width: 600px) {
    .container {
        padding: 0.5em;
    }
}
.hero {
    position: relative;
    background-image: url('images/hero.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero .content {
    position: relative;
    z-index: 1;
    padding: 5rem 0;
}
.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.map-container {
    margin-top: 20px;
}