nav {
	position: sticky;
	top: 0;
	z-index: 98;
}
#layout {
	overflow: visible;
}
#layout header {
    position: relative;
    z-index: 99;
}