@charset "UTF-8";

@font-face {
	font-family: djbjenna;
	src: url(djb.ttf);
}

nav {
	float: left;
	text-align: left;
	font-family: djbjenna;
	font-size: 17px;
	font-weight: bold;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icon-home {
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

.dropdown {
	border: 1px solid #2efa04;
	margin: 10px 10px 0 0;
	background: #6cb86e;
}

nav ul li {
	float: left;
	position: relative;
	border-radius: 10px;
}

nav ul li a {
	display: block;
	padding: 0 10px 0 10px;
	line-height: 50px;
	background: #6cb86e;
	color: #000000;
	text-decoration: none;
	margin: 0;
	border-radius: 10px;
}

nav ul li a:hover {
	background: #2efa04;
	color: #000000;
	border-radius: 10px;
}

nav ul li a:not(:only-child):after {
	padding-left: 4px;
	content: '+';
}

nav ul li ul li {
	min-width: 230px;
	border-radius: 10px;
}

nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
	border-radius: 10px;
}

.nav-dropdown {
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
}


.nav-mobile {
	display: none;
	position: relative;
	background: #6cb86e;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 50px;
	border-radius: 10px;
}
/*mobile styles*/
@media only screen and (max-width: 1406px) {
	.nav-mobile {
		display: block;
	}

	nav {
		width: 100%;
		border-radius: 10px;
	}

	.nav-dropdown {
		position: relative;
		margin: 10px 0 0 10%;
		max-width: 90%;
	}

	.dropdown {
		border: 1px solid #2efa04;
		background: #6cb86e;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		float: none;
		border: 0px solid #2efa04;
		margin: 10px 0 10px 0;
	}

	nav ul li a {
		padding: 15px;
		line-height: 18px;
	}

	nav ul li ul li {
		margin: 10px 10px 0 0;
	}

	nav ul li ul li a {
		/*padding-left: 30px;*/
	}

	.nav-list {
		margin-top: 10px !important;
		text-align: center;
		min-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
#nav-toggle {
	position: absolute;
	left: 12px;
	top: 12px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #463f3f;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #000000;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

@media screen and (min-width: 1407px) {
	.nav-list {
		display: block !important;
	}
}

@media screen and (max-width: 1406px) {
	.navigation {
		height: 52px !important;
		min-width: 300px;
		max-width: 95%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.navigation {
	height: 52px;
	margin: 0 10px 0 10px;
	background: #6cb86e;
	border: 0px solid #2efa04;
	border-radius: 10px;
}

.nav-container {
	max-width: 1370px;
	margin: 0 auto 0 auto;
}

.navigation hr {
	border: 5px solid #ffffff;
	width: 100%;
}
