body {
	background: #F2F2F2;

}

nav {

	background: #F2F2F2;
	color: #646464;
	box-shadow: 0px 4px 4px 0px #00000040;
	width: 100%;


	/* padding-left:80px; */
	/* padding-right: 100px; */
}


.navbar-nav .dropdown-menu {
	position: absolute !important;
	background: #6e7e1d !important;
	padding: 0 !important;
}

 
.nav-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.link a {

	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 17.07px;
	text-decoration: none;
	color: #646464;
	/* text-shadow:0px 4px 4px 0px #00000040; */


	transition: transfrom 0.8s ease-in-out;
}

.link {
	display: flex;
	align-items: left;
	margin: 0 10px;
}


.link a:hover {
	color: #000000; 
	font-weight: 700;
}


.link a:active {
	font-weight: bold;
}

/* Dropdown Button */
/* Dropdown Button */
.dropbtn {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	max-width: 160px;
	width: 100%;
	height: 56px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 17.07px;

	background: #6E7E1D;


}


/* Dropdown container */
.dropdown {
	/* position: relative; */
	/* display: inline-block; */
	max-width: 160px;
	width: 100%;
	text-align: center;
	align-content: center;
	align-items: center;
	margin-left: 180px;
	/* background: #6E7E1D; */
	color: #FFFFFF;
	border-radius: -80px;
	margin-right: 5px;
	z-index: 12;
	height: 40px;
	border: 1px solid lightgrey;
	border-radius: 10px;
}

.dropdown-toggle {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
	/* display: none; */
	/* position: absolute; */
	background-color: transparent;
	/* width: 140px; */
	/* height:56px; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 12;
	/* margin-top:20px; */
	border: none;


}

.dropdown-item {
	color: #f2f2f2;
	border-bottom: 1px solid white;
	margin-top: 0;
	z-index: 12;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Ubuntu;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.38px;


}

/* Center-align dropdown items */
.dropdown-content li a {
	color: black;
	padding: 12px 0;
	/* Adjust padding as needed */
	/* display: block; */
	text-align: center;
	text-decoration: none;
	z-index: 12;
}

/* Change color of dropdown links on hover */
.dropdown-item:hover {
	background-color: black;
	color: #FFFFFF;
	z-index: 12;
}

/* Show the dropdown menu on hover */
/* .dropdown:hover .dropdown-content {
  display: block;
} */

/* Style the logo */
.logo img {
	width: 100px;
	/* Adjust as needed */
	height: auto;
	/* Maintain aspect ratio */
}

.navbar {
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: -3px;
}

/* Style the navigation links */
.nav-links {
	list-style-type: none;
	margin: auto;
	/* padding: ; */
	width: 100%;
}

.menu-icon {
	/* display: none; */
	cursor: pointer;
}


.navbar-nav .dropdown-toggle::after {
	display: none;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	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='%236E7E1D' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	border: var(--bs-border-width) solid rgb(0 0 0 / 49%);
	border-radius: var(--bs-navbar-toggler-border-radius);
	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='%236E7E1D' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h22M4 15h22M4 22h22'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 47px 32px;
	width: 58px;
	top: 2px;
	position: relative;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}