:root {
    /* Brand Colors */
    --ta-blue: #10506A;
    --ta-orange: #f26928;
    --ta-light-blue: #1A8FC1;

    /* Backgrounds */
    --ta-bg-light-grey: #F2F7FB;
    --ta-bg-light-blue: #e3f2fd;

    /* Semantic */
    --ta-success: #42cca5;
    --ta-danger: #dc3545;
    --ta-warning: #f3b961;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

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

main, #main-content {
    flex: 1;
    background-color: #f7f7f7;
}

footer {
    background-color: #10506A;
    color: #9aa7b3;
    font-size: .8rem;
    padding: 1rem;
}

footer h4 {
    color: white;
}

footer a.nav-link {
    color: white !important;
}

footer a.nav-link:hover {
    color: #9aa7b3 !important;
}
