/* Keep the supplied PNG intact and replace only the navigation logo. */
#navbar-logo img {
    content: url("../img/kala-ship.png");
    width: 40px;
    height: 40px;
    object-fit: contain;
}
