﻿
/*body > main {
    display: flex;
    flex-direction: column;
}

body > main > .page-view {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}*/

body > main > .page-view > .page-footer {
    margin-top: auto;
}

.page-footer {
    background-color: #2B2C30;
    color: #f8f9fa;
    font-size: .75rem;
    padding-bottom: 3.5rem;
    padding-top: 2rem;
}

.page-footer :last-child {
    margin-bottom: 0;
}

.page-footer a {
    color: #c4c4c4;
    font-weight: 600;
    text-decoration: none;
}

.page-footer a:hover {
    color: #fff;
}



.footer-light, 
.footer-light a {
    color: rgba(0,0,0,.6);
}

.footer-light a:hover {
    color: rgba(0,0,0,.9);
}

.footer-dark,
.footer-dark a {
    color: rgba(255,255,255,.6);
}

.footer-dark a:hover {
    color: #fff;
}
