body {
	display: flex !important;
	flex-direction: column !important;
	height: 100vh;
	--bs-body-font-size: calc(1rem * 0.875);
	--bs-body-line-height: calc(1.5rem * 0.875);
	--bs-body-font-family: var(--bs-font-sans-serif);
}

footer {
	position: sticky !important;
}
@media print {
	footer {
		position: static !important;
	}
}

.navbar-nav {
	--bs-nav-link-padding-y: 0;
}

.row > * {
	--bs-gutter-y: 0.75rem;
	--bs-gutter-x: 0.75rem;
	margin-top: calc(var(--bs-gutter-y) * 0.5);
	margin-bottom: calc(var(--bs-gutter-y) * 0.5);
}

.card-text {
	margin-bottom: 0.5rem;
}

li {
	margin: 0.25em;
}

address {
	font-size: calc(var(--bs-body-font-size) * 0.875) !important;
	line-height: calc(var(--bs-body-line-height)) * 0.875;
	font-style: italic;
}

