html, body {
    background-image: url('/images/toledo-c01-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow-y: hidden;

    /* For footer */
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* For footer */
body > .container {
    flex: 1;
}

/* For footer */
.footer-landing {
    background-color: #000;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    position: relative;
    width: 100%;
}
