@charset "UTF-8";

.mb-4, .my-4 {

    margin-bottom: 0.5rem !important;

}

.mt-4, .my-4 {

    margin-top: 0.5rem !important;

}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}
.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: 3px;
    max-height: 33px;
    width: auto;
}
.sb-topnav .navbar-brand {
    width: 165px;
    padding-left: 0rem;
    padding-right: 1rem;
    margin: 0;
}
.bg-dark {
    background-color: #0d2845 !important;
}
