.footer-icons {
    padding-bottom: 10px;
    font-size: 35px;
}

.footer-icons a {
    color: white;
}

.footer-icons a:visited {
    color: white;
}

.footer-icons i {
    padding-right: 10px;
}

.bipack p {
    font-size: clamp(12px, 2vw, 16px); /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
}

.site-footer p {
    color: white;
    font-size: 12px;
    max-width: 100%; /* Prevents lines from getting too long */
}

.site-footer a {
    color: white;
}
.site-footer a:visited {
    color: white;
}

.site-footer .navbar-brand {
    padding: 0px;
    max-width: 180px;
    margin-top: 0px;
    margin-left: 0px;
}

.site-footer .header-icons {
    padding: 0px;
}

.site-footer .header-icons a {
    padding-left: 0px;
    font-size: 1.6em;
    padding-right: 1em;
}

@media (max-width: 768px) {
    
    .site-footer {
        padding: 0px 20px;
    }
    
}