body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
a {
    color: #2f99de;
}
a:hover, a:focus {
    padding: 0;
    color: #2f99de;
    background-color: inherit;
}

header > nav {
    height: 44px;
    padding: 3px 16px;
    background-color: #293f54;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

nav .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

footer {
    font-size: 11px;
    color: #6c757d;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
    justify-content: space-between;
}
footer .row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}
footer .col.col-auto {
    flex: 0 0 auto;
    width: auto;
}
