.carousel-item {
	height: 450px;
}

@media (max-width: 720px) {
	.carousel-item {
		height: 200px;
	}
}

.carousel-item img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card .card-img-top {
	height: 280px !important;
}

.post-thumb {
	height: 400px;
}

@media (max-width: 720px) {
	.post-thumb {
		height: 240px;
	}
}

.post-thumb img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3.entry-title {
	line-height: 2.2rem;
}

.landing-footer {
	background: white;
	color: #222;
	padding-top: 3rem;
}

.landing-footer a {
	color: #222;
}

.landing-footer a:hover {
	color: #000;
	text-decoration: none;
}

[data-bs-theme=dark] .landing-footer {
	background: #2E2339;
	color: #ddd;
}

[data-bs-theme=dark] .landing-footer a {
	color: #ddd;
}

[data-bs-theme=dark] .landing-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight {
	height: 40px;
	background: #f0f0f0;
	border: 1px dashed #ccc;
}

.team-picture {
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 6px auto;
}

.team-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.team-picture {
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 6px auto;
}

.team-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
