@charset "UTF-8";

/* Theme Name: Roots Dnipro
Theme URI: 
Author: Deme 
Description: Roots Dnipro
Version: 1.0 
License: GNU General Public License License URI: license.txt */

.filter-btn {
	margin: 5px;
}
.band-item {
	transition: all 0.3s ease-in-out;
}

.card-text strong {
	font-weight: bold;
}

.card-img-top {
	object-fit: cover;
	height: 200px; /* Adjust as needed */
}

img.img-fluid {
	object-fit: cover;
	max-height: 300px; /* Adjust as needed */
}

.card-title a {
	color: #fff;
	text-decoration: none;
}

.card-body {
	padding: 15px;
}

.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.form-title {
	font-weight: bold;
	font-size: 120%;
}

.add-artist .nav-link {
	text-decoration: underline
}

.cta-section {
	font-size: 70%;
	color: rgba(187, 187, 187, 0.3);
	max-width: 800px;
}

@media (max-width: 1024px) {
	
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}