/* Custom styles */
.jumbotron {
    background-color: #f8f9fa;
    border-radius: 0.3rem;
    padding: 2rem 1rem;
}

.navbar-brand {
    font-weight: bold;
}

footer {
    margin-top: auto;
}

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

/* Normalize top-level containers inside the main content area so they
   don't add extra side padding on top of the base.html container. */
.content > .container,
.content > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
