body {
    margin: 0;
}

header {
    border-bottom: 2px solid #d2cdc5;
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-logo {
    height: 6.5rem;
    display: flex;
    flex: 0 0 83.33%;
    max-width: 83.33%;
    align-items: center;
}

.nav-logo img {
    height: 48px;
}

.sri-content{
    min-height: 50vh;
}

.sri-list-footer {
    list-style-type: none;
    padding: 0;
}

#content-column {
    max-width: 1440px;
}

footer {
    display: none; /* avoids flashing, will be set to `block` by Bootstrap when it is loaded */
    margin-bottom: 4rem;
}


