@charset "UTF-8";


::selection {
	/* This sets the color of the highlight itself (the background) */
	background: #129547; /* 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 */
}
body {
	margin-top: 44px;
}

nav {
	border-bottom: medium solid rgba(14,122,57,1.00);
}

.navbar .nav-link:not(.active):hover {
	color: rgba(14,122,57,1.00);
}
.navbar .nav-link.active:hover {
	color: rgba(114,195,148,1.00);
}
.border-left {
	border-color: rgba(17,146,69,1.00);
}
.border-right {
	border-color:rgba(17,146,69,1.00);
}
footer .nav-link:hover, footer .nav-link:focus {
	color:rgba(17,146,69,1.00);
}
.navbar-nav.ms-auto.mb-2.mb-lg-0 .nav-item.dropdown .dropdown-menu.nav-bg li a:hover {
	background-color: rgba(9,83,38,1.00);
}

.img-marm {
	background-image: url(../images/characters/space-marine-mini.png);
	background-size: cover;
}
.dropdown-menu.nav-bg li .dropdown-item.footer-nav-color:hover {
	background-color: rgba(5,53,25,1.00);
}
