/* Override for footer positioning */
html {
    height: 100%;
}

section#main-body {
    min-height: fit-content;
}

body {
 min-height: 100%;
 display: flex;
 flex-direction: column;
}

footer#footer.footer {
    margin-top: auto;
}

/* Override for KnowledgeBase photos */
.primary-content article img {
    max-width: 100%;
    height: auto;
    display: block;
}