.site-header, 
.nav-primary {
	position: fixed;
	width: 100%;
	top: 0;
	z-index:99
}
.nav-primary {
	top: 125px;
}
body > div, .genesis-nav-menu {
	font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
	#genesis-nav-primary {
		padding-bottom: 20px;
		position: fixed;
		top: 60px;
		background: #18393C;
	}
	#genesis-nav-primary a {
		color: #fff;
	}
	.menu-toggle {
		outline: none;
	}
}