:root {
    --ezytruck-dark: #141416;
    --ezytruck-light: #536775;
    --ezytruck-highlight: #ff7300;
    --ezytruck-white-inactive: rgba(255, 255, 255, .6);
    --ezytruck-white-active: rgba(255, 255, 255, .9);
}


.navbar-brand img {
    height: 2rem;
}

.theme-ezytruck-dark {
    background-color: var(--ezytruck-dark);
    color: var(--ezytruck-white-active);
}

.theme-ezytruck-dark a {
    color: var(--ezytruck-light);
}
.theme-ezytruck-dark a:hover {
    color: var(--ezytruck-highlight);
}