body {
	padding-top: 89px;
}

.font-styled {
	font-family: "ironmonger-inlaid", sans-serif;
	font-style: normal;
	font-weight: 800;
}

.navbar-nav {
	font-family: "ironmonger-inlaid", sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.nav-item {
	border: 1px solid rgba(0, 0, 0, 0);
}

.nav-item:has(> .nav-link.active) {
	border-color: var(--bs-success);
}

.nav-link.active {
	color: var(--bs-success)!important;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.card-gradient {
	background: RGBA(0, 0, 0, 0.25);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}

@media (max-width: 991.98px) {
	.nav-link.active {
		padding-left: 0.5rem;
		padding-right 0.5rem;
	}
}