@charset "UTF-8";

::selection {
	/* This sets the color of the highlight itself (the background) */
	background: #FF671F; /* A gold/yellow color from your theme */
	/* This sets the color of the text *within* the highlight */
	color: #FFFFFF; /* Ensures the text turns black for contrast */
}
nav {
	border-bottom-color: rgba(255,103,31,1.00);
}
.navbar .nav-link:not(.active):hover {
	color: rgba(255,103,31,1.00);
}
.navbar .nav-link.active:hover {
	color: rgba(255,157,110,1.00);
}
footer .nav-link:hover, footer .nav-link:focus {
	color: rgba(255,157,110,1.00);
}
.dropdown-menu.nav-bg li .dropdown-item.footer-nav-color:hover {
	background-color: rgba(255,157,110,0.17);
	color: rgba(111,111,111,0.55);
}
.border-t {
	border-top: medium solid rgba(255,103,31,1.00);
}
.border-b {
	border-bottom: medium solid rgba(255,103,31,1.00);
}
.color-overlay {
	background-color: rgba(0,0,0,0.83);
}
.border-left {
	border-left-color: rgba(255,255,255,1.00);
}
body {
}
.navbar-nav.ms-auto.mb-2.mb-lg-0 .nav-item.dropdown .dropdown-menu.nav-bg li a:hover{
	background-color: rgba(240,77,0,1.00);
}
