/* Custom CSS */
.item {
    max-width: 800px; /* Specifieke breedte voor jouw kleinere container */
    margin-left: auto; /* Centreert horizontaal */
    margin-right: auto; /* Centreert horizontaal */
    padding: 20px; /* Voeg optionele padding toe */
}

.form-label {
    font-weight: bold;
}
/*---NAVBAR---*/
.navbar {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #FAFAFA;
    height: 80px; /* Consistente hoogte voor de navbar */
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 60px; /* Hoogte van het logo */
}

.navbar-collapse {
    background-color: #FAFAFA; /* Consistente achtergrondkleur */
    padding: 15px;
}

.navbar-toggler {
    border: none; /* Verwijder het kader rondom de burgerknop */
    background-color: transparent; /* Geen achtergrondkleur */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23585858' stroke-width='2' viewBox='0 0 30 30'%3E%3Cpath d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Kleur van de drie streepjes */
}

.nav-item {
    margin-right: 15px; /* Afstand tussen de navigatie-items */
}

.nav-link {
    color: #585858; /* Standaardkleur */
    font-weight: bold;
    text-decoration: none;
}

.nav-link:hover {
    color: #000000; /* Kleur bij hover */
}

.nav-link.active,
.nav-link:focus,
.nav-link:active {
    color: #000000 !important; /* Actieve linkkleur */
    background-color: transparent; /* Geen achtergrondkleur */
    text-decoration: underline;
    text-decoration-color: #E84E1B;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

section {
    scroll-margin-top: 80px; /* Dezelfde hoogte als de navbar - Hoogte bepaaling id */
}

/*---TEXT---*/
h1{
    color: #FF4F17;
    font-size: 3rem; /* Pas de grootte aan naar wens */
    line-height: 1.2; /* Regelafstand */
    font-weight: bold;
}

h2{
    font-weight: bold;
}

p {
    color: #585858;
    font-size: 1.1rem; /* Pas de grootte aan naar wens */
    line-height: 1.2; /* Regelafstand */
}

li {
    color: #585858;
    font-size: 1.1rem; /* Pas de grootte aan naar wens */
    line-height: 1.2; /* Regelafstand */
}

a {
    color: #E84E1B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffc107;
}

/* button*/
/* Primair (belangrijkste knoppen) */
.btn-orange {
    background-color: #E84E1B; /* Je huisstijlkleur */
    border-color: #E84E1B; /* Zelfde kleur voor de rand */
    color: #fff; /* Tekstkleur */
}

.btn-orange:hover,
.btn-orange
:focus {
    background-color: #D03F1A; /* Donkerdere tint voor hover/focus */
    border-color: #D03F1A;
    color: #fff;
}

/* Secundair (minder opvallende knoppen) */
.btn-yellow {
    background-color: #FFC107; /* Je secundaire kleur */
    border-color: #FFC107;
    color: #333; /* Donkere tekstkleur */
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #E6B006; /* Donkerdere tint voor hover/focus */
    border-color: #E6B006;
    color: #333;
}

/* Success (bijvoorbeeld voor bevestiging) */
.btn-blue {
    background-color: #4972A1; /* Groene tint voor success */
    border-color: #4972A1;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #3d5f86;
    border-color: #3d5f86;
    color: #fff;
}

.btn {
    text-decoration: none; /* Verwijdert onderstreping */
}

.btn:hover,
.btn:focus {
    text-decoration: none; /* Zorgt dat er geen onderstreping komt bij hover of focus */
}

/*--HOME PAGE--*/
.about-section, .agenda-section, .contact-section {
    padding: 50px 15px;
}

.about-section {
    
    background-color: #F5F5F5;
    text-align: left;
}

.about-section h2 {
    text-align: center;
}

.about-section h3 {
    text-align: center;
}

.agenda-section {
    text-align: center;
}

/*AGENDA*/
.agenda-section {
    text-align: left;
}

.agenda-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.agenda-item-icon {
    font-size: 2rem;
    color: #F9B233;
    margin-right: 20px;
}

.agenda-item-date {
    font-size: 1rem;
    font-weight: bold;
    color: #555;
    margin-right: 20px;
}

.agenda-item-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    flex: none;
}

.agenda-item-description {
    font-size: 1.25rem;
    color: #333;
    margin: 0;
    flex: 1; /* Laat de beschrijving meebewegen in de beschikbare ruimte */
    text-align: left; /* Zorgt ervoor dat de tekst uitgelijnd is aan de linkerkant */
}

.agenda-item a {
    white-space: nowrap;
}

.word-lid-section {
    background-color: #F5F5F5;
}
/*CONTACT*/

.contact-section {
    background-color: #ffffff;
}

.contact-info {
    font-size: 1rem;
    color: #333;
}

.contact-info a {
    color: #333;
    text-decoration: none;
}

#instagram-feed img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*--FOOTER--*/
.social-icons-footer a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    line-height: 50px;
    background-color: #d8d8d8;
    color: #4C4C4C;
    border-radius: 50%;
    font-size: 23px;
    transition: background-color 0.3s;

}

.social-icons-footer a:hover {
    background-color: #4972A1;
    color: #ffffff;
}

footer {
    background-color: #FAFAFA;
    color: #000000;
    padding: 20px 0;
}

footer a {
    color: #E84E1B;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #ffc107;
}

@media (max-width: 768px) {
    .agenda-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda-item a {
        margin-top: 10px;
    }
}