
.footer {
    /*
	position: fixed;
	width: 100%;
	bottom: 0;
	*/
    min-height: 2.25rem;
    max-height: 3.5rem;
	background-color: var(--bg-body-tertiary);
	/* border-top: solid #820023 1px; */
	padding-top: 0.25rem;
    overflow: scroll;    
}
.footer > .container {
    display: flex;
    line-height: 1.15rem;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    align-items: center;
}
.footer-text {
	color: var(--bs-dark);
	font-size: 0.75rem;
}
