/* Algemeen */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #111111;
}

/* Hero-sectie */
.hero-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
}

/* Evenementen */
.events-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.event-card {
    margin-bottom: 30px;
}

.event-card img {
    height: 200px;
    object-fit: cover;
}

/* Embed-sectie */
.embed-section h5 {
    font-weight: bold;
    margin-bottom: 20px;
}
.navbar-toggler {
    border: 0;
}

/* Footer */

footer p {
    margin: 0;
}

footer a {
    text-decoration: none;
    margin: 0 10px;
}
.nav-item {
    font-size: 1.3em;
    padding-left:1.5em;
    padding-right:1.5em;
}
/* carrousel */
.c-item {
    height:480px;
    
}
.c-image {
    height: 100%;
    object-fit: cover;
}
.imagestickets {
    height: 200px;
}
/*font size voor button bekijk volledig programma */
#meer {
    font-size: 1.2em;
}