@charset "UTF-8";
/* nav styles */

/*colors

darkgreen #615A2E
lightgreen #AAC299

black #382612
tan #E5C8A5
cream #F8E4CC
white #FEFBFA

salmon #DA6B59
yellow #FFCA69

*/

.bg-dark{
	background-color:#F8E4CC !important;
}

.notification{
	background:#DA6B59;
	height:40px;
	position: relative;
	z-index: 10000;
}

.notification p{
	color:#FEFBFA;
}

.bar{
	background:#AAC299;
	height:40px;
	color:#615A2E;
}

.icons a:link {color:#615A2E!important;}
.icons a:visited {color:#615A2E!important;}
.icons a:hover {color:#F8E4CC!important;}
.icons a:active {color:#615A2E!important;}

.icons{
	display:flex;
	gap:9px;
	margin-top:10px;
	margin-bottom:10px
}

.logobar{
	background:#F8E4CC;
	height:65px;
	color:#615A2E;
}

.navbar a{
	color:#382612 !important;
	font-family: "josefin-sans", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size:1.2em !important;
	white-space: nowrap;
}

.navbar a:hover{
	color:#DA6B59 !important;
}

@media (min-width: 768px) { /* md and larger */
  .navbar-nav {
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
  }
}

.dropdown-menu{
	background: #F8E4CC;
	border: 0px;
	font-size: .9em;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-item:hover{
	background:#F8E4CC !important;
}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(71,51,40,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar {
    position: relative;
    z-index: 11000; 
}

.dropdown-menu {
    position: absolute;
    z-index: 12000 !important;
}

