
body,
.card-body {
    color: #999 !important;
}

a {
    color: #999;
}

h2,
h6 {
	font-weight: 400;
}

/* Cards */

a .card .ratio {
    overflow: hidden;
}

a .card .ratio img {
    transition: transform 0.3s ease;
}

a .card:hover .ratio img {
    transform: scale(1.1);
}

.inactive .card .ratio img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.card .ratio {
    border-bottom: 1px solid var(--bs-card-border-color);
}

.card .card-text {
    font-size: 0.825rem;
}

.card .badge.bg-secondary {
	background-color: #c9c9c9 !important;
}

/* Footer */

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #B31E00;
}

footer .btn-outline-secondary {
	 border-color: #c9c9c9 !important;
	 color: #999 !important;
}

footer .btn-outline-secondary:hover,
footer .btn-outline-secondary:focus {
	 background-color: #c9c9c9 !important;
	 border-color: #c9c9c9 !important;
	 color: #fff !important;
 
}