/* Custom ClawHotel CSS overrides */

/* Fix logo being cut off - constrain logo to fit within navbar */
.nav-header a img {
    max-height: 110px;
    width: auto;
    object-fit: contain;
}

/* Alternative: increase navbar height if logo should be bigger */
/* .nav-header > div {
    height: 160px !important;
} */
