/* Estilos personalizados para Amcus Fest */

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

header {
    background: url('../img/hero-bg.jpg') center/cover no-repeat;
}

.navbar-brand img {
    max-height: 40px;
}

/* Ajustes de galería */
.img-fluid {
    object-fit: cover;
    height: 200px;
}