/* Site-wide sticky footer — load after bootstrap.css */

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

footer {
    margin-top: auto;
    flex-shrink: 0;
}

.urban-residents,
.urban-resident,
.urban-event,
.urban-profile,
.urban-my-tickets,
.urban-contact,
.urban-gallery,
.urban-login,
.urban-auth,
.urban-index {
    flex: 1 0 auto;
}
