/* --------------------
* FOOTER FOR LARGE DISPLAY
* ---------------------
*/

#footer>.lg-display .footer-item-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

#footer>.lg-display .footer-item {
    color: var(--bs-gray-500);
    margin-bottom: .25rem;
}

#footer>.lg-display a {
    color: var(--bs-gray-500);
    text-decoration: none;
}

#footer>.lg-display a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

#footer>.lg-display a:active {
    color: var(--bs-gray-600);
    text-decoration: none;
}

/* --------------------
* FOOTER FOR SMALL DISPLAY
* ---------------------
*/

#footer>.sm-display .copyright a {
    color: var(--bs-gray-500);
    text-decoration: none;
}

#footer>.sm-display .copyright a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}