/* Footer */

#tir-footer {
    border: none;
    background-color: var(--tir-light-blue);
    background-color: black;
    text-align: center;
    color: white;
}

.footer-link-list {
    color: rgba(255, 255, 255, 0.7);
    margin: 0px 0px;
    padding: 0;
}

    .footer-link-list > li {
        display: inline-block;
        margin-right: 10px; /* Adjust the spacing between items */
    }

        .footer-link-list > li:not(:last-child):after {
            content: "|";
            margin-left: 10px; /* Adjust the spacing between the bar and the next item */
        }

        .footer-link-list > li > a {
            color: white;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
        }

            .footer-link-list > li > a:hover {
                color: rgba(255, 255, 255, 0.7);
                color: var(--tir-light-blue);
            }

#footer-sub-header {
    color: rgba(255, 255, 255, 0.7);
}
