/*
 Theme Name:   Hub Child
 Theme URI:    
 Description:  Child theme voor Hub, gemaakt om veilig custom code toe te voegen zonder deze te verliezen bij thema-updates.
 Author:       Bram Kool
 Template:     hub
 Version:      1.0.0
*/


/* logo */
.navbar-brand img,
.navbar-brand svg {
    max-height: 75px !important;
    width: auto;
}

/* Achtergrondkleur */
.secondary-bg {
    background-color: var(--color-secondary);
}