/**
 * @file
 * Subtheme specific CSS.
 */

body {
    height: 100vh;
    margin: 0;
}


.dialog-off-canvas-main-canvas,#page-wrapper,#page {
    height: 100%;
}

#page {
    display: flex;
    flex-direction: column;
}

#navbar-top {
    flex: 0 0 auto;
}

#header {
    flex: 0 0 auto;
}

#header {
    flex: 0 0 auto;
}

#main-wrapper {
    flex: 1 1 100%;
}


/* ---------------- My tables ----------------------------------------------------- */

table {
    caption-side: top;
}

caption {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

th.views-field {
    color: black;
}


.site-footer {
    flex: 0 0 50px;
    background: plum;
    padding: 0;
    margin: 0;
}