@charset "UTF-8";

::selection {
	/* This sets the color of the highlight itself (the background) */
	background: #FCC454; /* 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,255,255,1.00);
}
.navbar .nav-link:not(.active):hover {
	color: rgba(252,196,84,1.00);
}
.navbar .nav-link.active:hover {
	color: rgba(253,231,188,1.00);
}
footer .nav-link:hover, footer .nav-link:focus {
	color: rgba(221,148,3,0.70);
}
.border-t {
	border-top: medium solid rgba(255,255,255,1.00);
}
.border-b {
	border-bottom: medium solid rgba(255,255,255,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(252,196,84,1.00);
	color: rgba(0,0,0,1.00) !important;
}
.dropdown-menu.nav-bg li .dropdown-item.footer-nav-color:hover {
/*	controls the dropdown item hover background and text color*/
	background-color: rgba(99,66,1,1.00);
	color: rgba(0,0,0,0.55);
}
.dropdown-menu.nav-bg li .dropdown-item.footer-nav-color {
/*	Controls the text color of the drop-down item */
}
#sections {
}
