.company-emblem {
    background-image: url("../../img/korf_logo_blue.png");
    height: 50px;
}

.navbar-dark .company-emblem {
    background-image: url("../../img/korf_logo_white.png");
    height: 50px;
}
tr.selectedRow {
    background-color: #cecece !important;
}
.error-404 {
    background-image: url("../../img/404.webp");
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
}
@media (max-width: 1300px) {
    :root {
        --bs-body-font-size: 0.8rem;
    }
    
    h1, .h1 {
        font-size: 2.0rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }
    
    h3, .h3 {
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }
    
    h5, .h5 {
        font-size: 1.0rem;
    }
}