.sans-serif {
	font: 100% sans-serif;
}

.monospace {
	font: bold 100% monospace;
}

.font-family-arial {
	font-family: Arial;
}

.font-family-constantia {
	font-family: "Constantia";
}

.font-family-cursive {
	font-family: "cursive";
}

.nav-link:hover {
	color: #444 !important;
	background-color: #fff !important;
}

.nav-link:focus {
	background: #1c304e !important;
	color: #fff !important;
}

.img-navbar {
	width: 90px;
	height: 72px;
}

a.a1[href]:hover{
	color: #e4a97c !important;
}

a.a2[href]:hover{
	color: #65d5a1 !important;
}

.sticky-bottom {
    position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

.bg-secondary {
	--bs-secondary-rgb: 181, 185, 189;
}

.btn-secondary {
    color: #fff;
    background-color: #e2e7eb;
    border-color: #e2e7eb;
}


/* @media (max-width: 576px) {
	.sans-serif { font-size: 4rem; }
} */