/* Overrides from the bootstrap theme */

/* Reincorporate caret styles which aren't being included in the bundled CSS for some reason */
/* NOTE: BROKEN doesn't work for some reason */
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Make the branding logo bigger */
.navbar-brand-img, .navbar-brand>img {
    max-height: 2.5rem;
}