.nav-button { display: none; }
	.nav-button {
		display: block;
		position: absolute;
		width: 27px;
		height: 27px;
		background: url('../img/menuicon.webp');
		cursor: pointer;
		border: 0 none;
		z-index: 999;
		text-indent: -9999px;
	}
	.primary-nav {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: absolute;
		top: 15px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		background:#77a105;
	}
	.primary-nav li a {
		display: block;
		width: 100%;
		padding: 15px 0 15px 20px;
		font-size: 14.7px;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
	}
	.primary-nav.open { 
		height: auto; 
		padding-top: 53.7px;
	}
	.primary-nav.open li { 
		display: block; 
	}


