
body {
	background-color: #2c2c2c;
	color: #e6e6e6;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #92bd73;
}

body:is(.header-dark) #header:not(.scrolled) .dropmenu > ul > li > a:is(.active, :focus, :hover) {
	color: #50de1d  !important;
}

body #header.scrolled {
	background-color: #081c26;
}

.dropmenu.animated ul ul {
	box-shadow: 10px 15px 15px #000000c2;
}

.card {
	background-color: #0a1f25;
}

.card .card-body {
	color: #d8d8d8;
}

.card .card-footer {
	display: flex;
	justify-content: space-between;
}

.item-tags {
	display: flex;
	justify-content: space-evenly;
}

.blog-listing .card {
	box-shadow: 15px 15px 20px 10px rgba(0, 0, 0, 0.29);
}

.label.label-secondary {
	background-color: rgba(0.1, 0.1, 0.1, 0.2);
}

a.label.label-secondary {
	transition: all 0.5s ease;
}

a.label.label-secondary:hover {
	background-color: rgba(0.1, 0.1, 0.1, 1);
}

.dropmenu ul li a::before {
	font: var(--fa-font-solid);
}

body a:not(:has(.title), :is(.mobile-container a)):hover {
	color: #9FB7FF;
	text-decoration: none;
}

#footer {
	background-color: #222 !important;
}
