﻿
div.lp-pom-root,
#lp-pom-root-color-overlay {
    height: auto !important;
}

.site-footer {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: black;
}

.nav-dot {
    display: inline-block;
    width: 4px; /* Increase for a bigger dot */
    height: 4px; /* Increase for a bigger dot */
    background-color: #6c757d; /* Bootstrap's text-muted color */
    border-radius: 50%;
    vertical-align: middle;
}

.site-footer  a {
    color: rgb(12, 31, 121)
}

@media (max-width: 576px) {
    .site-footer .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .site-footer .nav-dot {
        display: none !important;
    }

    .site-footer .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}