html {
	scroll-behavior: smooth !important;
}

.navbar {
	background-color: #085e7d !important;
}

.bg-dark {
	background-color: #085e7d !important;
}

.card-img-top {
	width: 100%;
	height: 32vh;
	object-fit: cover;
}

#map {
	height: 100%;
}

@media (max-width: 768px) { 
	.card-img-top {
		height: 40vh;
	}
	.pagination {
		justify-content: center;
	}
	#map {
		height: 450px;
	}
 }
