#mainNav {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
#mainNav .navbar-brand img {
    height: 3rem !important;
    padding-left: 0.3rem;
}
#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 3rem !important;
}
@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-color: #212529;
    }
}
.bg-pill {
    background-color: #1e1e1e9e;
    border-radius: 100px;
    padding: 0 .5em;
}

.text-justify {
    text-align: justify;
}

img.responsive {
    width: 100%;
    height: auto;
}

img.full-width {
    max-width: 100%;
    height: auto;
}

.d-flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
