/** sticky footer */
html,body {
    height: 100vh;
}

.nav-brand-image {
    height: 2.2rem;
}

.footer-brand-image {
    height: 5rem;
}

body>footer {
    position: sticky;
    top: 100vh;
    padding: 2rem 0;
}

/** styles */
footer {
    background: #050709;
    color: #333;
    padding-top: 2rem;
}

footer li {
    font-size: small;
    list-style: none;
}

footer ul {
    padding: 0;
}

footer h5 {
    margin-bottom: 0.4rem;
}

/*:root {*/
/*    --primary: #ABF62D!important;*/
/*    --primary-hover: #ABF62D !important;*/
/*    --primary-inverse: #000 !important;*/
/*}*/