
.toggle,
[id^=drop] {
	display: none;
}

#navlogo{
	border: none;
}

.TopNaviIcon{
	padding: 5px;
	font-size: 20px;
}

.TopNaviRow{
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #212121;
	color: #DFDFDF;
}

.TopNaviRow a{
	color: #DFDFDF;
}

.TopNaviRow a:hover{
	color:#006D33;
	text-decoration: none;
}

#navlogo:hover{
	background: none !important;
}

.activeNavItem {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-bottom-color: rgb(168, 1, 1) !important;
}

nav {
    background-color: #006D33;
    box-shadow: 0 4px 2px -2px gray;
	z-index: 10;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
    justify-content: space-around;
    align-items: center;
}
	
nav ul li {
	display:inline-block;	
	background-color: #006D33;
    list-style: none;
    font-size: 1.1em;
	border-left: 1px solid;
	border-left-color: white;
}

nav ul li a p {
	padding-left: 10px;
}

/* Styling the links */
nav a {
	display:block;
	text-decoration:none !important;
    color: white;
    font-size: 1.1em;
    font-weight: 300 !important;
}
.dropdownItem{
    border-bottom: 1px solid;
    border-bottom-color: #DFDFDF;
}

nav ul li ul  { 
	margin-left: -1px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

nav ul li ul li:hover { 
	background: #ececec; 
}

nav ul li a  {
	padding: 10px 20px;
}

nav ul li:hover  {
	background: #ececec; 
}

nav ul li:hover p {
	color: #212121; 
}

nav ul li:hover i {
	color: #212121; 
}

/* Background color change on Hover */
nav a:hover { 
	color: #212121; 
}

nav a:hover i { 
	color: #212121; 
}

.navbar-toggler{
	color: white;
	float: right;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 47px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display: inherit;

}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left: 0; 
}

.dropdownIcon{
	font-size: 30px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Media Queries
--------------------------------------------- */

@media screen and (max-width: 1300px) {
	nav ul li {
        font-size: 1em;
	} 
}

@media all and (min-width : 1200px) {
	.toggle {
		display: none !important;
	}
}

@media all and (max-width : 1199px) {
	nav ul li a  {
		padding: 5px 10px;
		font-size: 0.9em;
	}
	nav ul li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        text-align: center;
	} 
	#toggleBox {
		flex-grow: 1;
	}

	nav ul  { 
		width: 100% !important;
	}

	nav ul li a {
		color: #ffffff;
	}

	nav ul li ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav ul li ul  { 
		margin-left: -1px;
		box-shadow: none;
		height: 200px;
		overflow-y: scroll;
	}

	nav ul li {
		border-left: none;
		padding: 10px;
		font-size: 20px;
		background-color:#006D33;
		border-bottom: 1px solid;
		border-bottom-color: #d6d6d6;
		color: #ffffff;
	}

	nav ul li:hover { 
		background: #007e00; 
	}

	.dropdownItem{
		background-color:#006400;
		border-bottom-color: #005200;
	}

	.dropdownItem a{
		color: #ffffff;
	}

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	.desktopElement  {
		display: none !important;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		color:#212121;
		text-decoration:none;
		border:none;
		padding: 5px 10px;
		margin-left: 10px !important;
	}
	.toggle i {
		color: #cfcfcf;
	}

	.toggle i:hover {
		color: #cacaca;
	}

	.toggle:hover {
		color: #cacaca;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		color: white;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 1100px) {
	.TopNaviRow a {
		font-size: 0.9em;
	}
}

@media all and (max-width :998px) {
	.TopNaviRow a p {
		display: none;
	}
}

@media all and (max-width :756px) {
	nav a img {
		height: 60px;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}