/* Custom styles for Hollin Park Honey */
.navbar-brand {
    font-weight: bold;
    color: #d4a017 !important;
}

/* Hero section styling */
.hero {
    background-color: #f8f9fa;
    margin-bottom: 2rem;
}

/* Card styling */
.card {
    transition: transform 0.2s;
    margin-bottom: 1rem;
}

.card:hover {
    transform: translateY(-5px);
}

/* Footer styling */
footer {
    border-top: 1px solid #dee2e6;
} 