/* public/css/sticky-footer.css */
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#app {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.bottom-section {
    background: url("../images/bottom-section-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 25px;
}

.footer {
    flex-shrink: 0;
    background-color: #000;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
