body {
	height: 100vh;
	background-color: #f6f9fd;
	font-family: Montserrat, Sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: rgb(20, 50, 8);
}

.prevnext {
	display: inline-block;
	padding: 0.2rem 0.6rem;
}

.nav {
	position: relative;
	scroll-snap-type: x mandatory;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	scroll-behavior: smooth;
}
.nav::-webkit-scrollbar {
	display: none;
}
.nav-link {
	padding: 0.35rem 0.6rem;
	color: #000;
	font-weight: bold;
	border-radius: 0 !important;
	scroll-snap-align: start;
}
.nav-link:hover {
	color: #fff !important;
	background-color: rgba(20, 50, 8, 0.8) !important;
}
.nav-link.active {
	color: #fff !important;
	background-color: #143208 !important;
}

.xLabel {
	font-weight: bold;
	font-size: 20px;
	pointer-events: none;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
}

.form-select {
	border-radius: 0;
	border: 2px solid #010204;
	color: #010204;
	background-color: transparent;
	box-shadow: none !important;
	font-weight: bold;
}
.form-select:focus {
	border-color: #010204;
}

.form-select option {
	background-color: #fff;
}
