﻿.footermargin {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
}

.littlefooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid rgb(214, 213, 213);
}

@media (max-width: 991.8px) {
    .page {
        margin-bottom: 60px;
    }
}
