.tool-nav-link {
  color: white;
  font-weight: bold;
}

.tool-nav-link:hover {
  color: white;
}

img {
  width: 100%;
}

.bimi-logo {
  width: 64px;
  float: left;
  padding: .5rem;
}

a.stand-out {
    padding: .3em .8em;
    background: #f99319;
    border-radius: .2em;
    color: white;
    text-decoration: none;
    transition: .2s;
}

.navbar-toggler-icon {
    display: none;
}

@media only screen and (max-width: 640px) {
    .mobile-hidden {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .app-header.navbar .navbar-brand {
        position: static;
        margin-left: -45px;
        background-color: #1e8fc6;
    }
}