body {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.container {
	flex: 1;
}
.search-btn {
	background-color: #fe424d;
	color: #fff;
	border-radius: 25px;
	padding: 0 1rem 0 1rem;
}
.search-btn:hover {
	background-color: #fe424d;
	color: #fff;
}
.search-btn i {
	display: inline;
	margin-right: 0.5rem;
}
.search-input {
	border-radius: 25px;
	padding: 0.5rem 3rem 0.5rem 3rem;
}

.navbar {
	height: 5rem;
	background-color: white;
}
.navbar-nav {
	background-color: white;
}

.fa-compass {
	color: #fe424d;
	font-size: 2rem;
}

.nav-link {
	color: #222 !important;
}
a {
	text-decoration: none !important;
}

.f-info-links a {
	text-decoration: none;
	color: #222;
}

.f-info-links a:hover {
	text-decoration: underline;
}

.f-info-links,
.f-info-socials,
.f-info-brand {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-info-socials i {
	font-size: 1.2rem;
	margin-right: 1rem;
}

.f-info {
	height: 8rem;
	background-color: #ebebeb;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: space-evenly;
}

.card {
	border: none !important;
	margin-bottom: 2rem;
}

.card-img-top {
	border-radius: 1rem !important;
	width: 100% !important;
	object-fit: cover !important;
}

.card-body {
	padding: 0 !important;
}

.card-text p {
	font-weight: 400;
}

.card-img-overlay {
	opacity: 0;
}

.card-img-overlay:hover {
	opacity: 0.2;
	background-color: white;
}

/* edit.ejs */
.add-btn,
.save-btn {
	background-color: #fe424d !important;
	border: none !important;
}

#map {
	height: 400px;
	width: 80vh;
}

/* index.ejs */
#filters {
	display: flex;

	width: 60vw;
	margin-top: 1rem;
	align-items: center;
	height: 5em;
	overflow-x: auto;
	overflow-y: hidden;
}
#filters::-webkit-scrollbar {
	display: none; /* Older Safari and Chromium */
}
.filter {
	text-align: center;
	margin-right: 2rem;
	margin-top: 2rem;
	opacity: 0.7;
}
.filter:hover {
	opacity: 1;
	cursor: pointer;
}
.filter p {
	font-size: 0.8rem;
}

.tax {
	display: none;
}
.addons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
