 /* Style the navigation menu */
.topnav {
	background-color: #282525;
	overflow: visible;
	position: relative;
}

.itembacknav{
	overflow: visible;
	background-color: #282525;
	opacity: 1;
	display: block;
}

.itemnav{
	overflow: visible;
	z-index: 999;
	display: block;	
}

.itemnav:hover{
	color: #6c6660;
}

.iconnav{
	overflow: visible;
	position: relative;
	background-color: #f2b847 !important;
	margin-top: 1px;
	margin-right: 2px;
	position:absolute;
	top:20px;
	right:0px;
	z-index: 999;
	display: block;
}

.noborder{
	color: unset;
	outline-style: unset;
	border-color: unset;
	outline: 0 !important;
	box-shadow: none;
}

.noborder:active{
	outline: 0 !important;
	outline-color: #f2b847 !important;
}

.noborder:focus{
	outline: 0 !important;
	outline-color: #f2b847 !important;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #f2b847;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Style the active link (or home/logo) */
.active {
	color: #282525;
} 