.footer {
    font-size: .9rem;
    width: 100%;
}

.footer-content {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.none {
    display: none;
}

.footer-text p {
    margin-bottom: .25rem !important;
}

.footer-text a,
.footer-text p {
    color: #6c757d !important;
}

.footer-text a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width: 992px) {
    .footer--with-login-bar {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 576px) {
    .footer-text p {
        margin-bottom: .5rem !important;
    }

    .mobile-none {
        display: none;
    }

    .mobile-block {
        display: block;
    }
}
