/* Keumgang-blauw achtergrond met witte tekst */
h1, h2, h3, .card-header, .table-dark th {
    background-color: #0074C8 !important;
    color: #ffffff !important;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}
.card-header {
    background-color: #0074C8 !important;
    color: #ffffff !important;
}
.table-dark th {
    background-color: #0074C8 !important;
    color: #ffffff !important;
}
/* Navbar in Keumgang-blauw */
.navbar {
    background-color: #0074C8 !important;
}

/* Tekst wit maken */
.navbar .navbar-brand,
.navbar .nav-link,
.navbar .navbar-toggler-icon {
    color: #ffffff !important;
}

/* Hover-effect */
.navbar .nav-link:hover {
    color: #eb2ba1 !important;
}

/* Kleinere hamburger-knop */
.navbar-toggler {
    padding: 2px 6px !important;   /* kleiner geheel */
    transform: scale(0.8);         /* 80% van originele grootte */
}

/* Kleinere hamburger-icon zelf */
.navbar-toggler-icon {
    width: 20px !important;
    height: 20px !important;
}

/* KG logo in navbar */
.kg-logo {
    height: 32px;
    width: auto;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 6px;
    margin: 4px 10px 4px 10px; /* top, right, bottom, left */ }
}

