.list-group-item {
	border: none !important;
}
a {
	text-decoration: none !important;
}
.active {
	color: blue !important;
}
.bg-light {
	background-color: #f6e465 !important;
}

.gallery-title {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
.gallery-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}
.gallery-img:hover {
	transform: scale(1.05);
}
.gallery-container {
	padding: 20px;
}
.navbar-nav {
	font-size: 13px !important;
}
