:root, [data-bs-theme="light"] {
  --danger: #B74A00;
  --link-color: #B74A00;
  --code-color: #B74A00;
  --pagination-active-bg: #B74a00;
  --cassiopeia-color-link: #b84901;
  --cassiopeia-color-hover: #b84901;
}

.page-link.active, .active > .page-link{
	background-color: #B74A00;
	color: #ffffff;

}
a {
	text-decoration: none !important;
}

.footer {
	background: #fff;
	color: #b84901;
}
.footer a {
	color: #b84901;
}
.footer a:hover {
	color: #000;
	text-decoration: underline !important;
}
.header {
	background: #fff;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header .grid-child:first-child {
	border-right: 1px solid rgba(255,255,255,.1);
}
.header .grid-child {
	display: inline-block;
	width: inherit;
}
.brand-logo img {
	width: 250px;
}
.container-header .mod-menu {
	color: #b84901;
}
/*.container-header .mod-menu>li>a,
.container-header .mod-menu>li>span {
	color: #774e1d;
}
@media (min-width: 1px) {
	.container-banner {
		margin: -109px 0 2rem;
	}
}
.container-header .mod-list li a:hover {
	color: #623d11;
}*/
.btn-primary {
	background-color: #b84901;
	border-color: #b84901;
}
.btn-outline-danger {
	--btn-color: #b84901;
	--btn-border-color: #b84901;
	--btn-hover-bg: #b84901;
	--btn-hover-border-color: #b84901;
	--btn-active-bg: #b84901;
	--btn-active-border-color: #b84901;
	--btn-disabled-color: #b84901;
	--btn-disabled-border-color: #b84901;
}
.btn-nemeon {
	background-color: #b84901;
	border-color: #b84901;
	color: #fff;
}
.btn-primary:focus, .btn-primary:hover,
.btn-nemeon:focus, .btn-nemeon:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.container-header nav {
	display: inline-block;
}
#mod-custom121 {
	display: inline-block;
}
.metismenu.mod-menu .metismenu-item {
	font-size: 15px;
}
.container-header .mod-list li a:hover {
	color: #000;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}
.card-title-description {
	height: 50px; /* Fixed height, adjust as needed */
	overflow: hidden; /* Hide overflow content */
}
.inline-container {
	display: flex;
	justify-content: space-between; /* This will put space between the two elements */
	align-items: center; /* This will vertically align them in the center */
}
.filter-select {
	display: flex;
	gap: 10px; /* Optional: adds space between your select elements */
}
.logo-card {
	width: 16rem; /* Fixed width */
}
.logo-img-container {
	width: 100%; /* Full width of the card */
	height: 150px; /* Fixed height */
	display: flex;
	justify-content: center; /* Center image horizontally */
	align-items: center; /* Center image vertically */
	overflow: hidden; /* Prevents image from overflowing */
}

.logo-img-top {
	max-width: 100%; /* Maximum width */
	max-height: 100%; /* Maximum height */
	object-fit: contain; /* Ensures the image is contained within the area */
}

.logo-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Ensures buttons are aligned at the bottom */
}

.btn-container {
	margin-top: auto; /* Pushes the buttons to the bottom */
}

joomla-tab button[aria-expanded=true]:after {
	background-color: #b84901;
}
.choices__item {
	color: #b84901;
}
.choices__list--multiple .choices__item {
	background-color: #b84900;
}
.jev_toprow div.nextmonth {
	background-color: #b84900;
	border: 1px solid #b84900;
}
.login {
	color: #000000;
}
.nemeon-people {
	border-color: #afb1b2;
	border-width: 2px;
	margin: 0.5px;
}
.welcome > .card-header {
	line-height: 2;
	padding: var(--card-cap-padding-y)var(--card-cap-padding-x);
	color: #b84900;
	background-color: #b84900;
	border-bottom: var(--card-border-width)solid #b84900;
	margin-bottom: 0;
}
