Menu doesn't appear when clicking hamburger icon

Hi Graham,

Since your NavMenu div is nested inside of nav menu div, and nav menu div is set to display:hidden, NavMenu is also hidden. If you setnav menu div to block and try to show your menu again, it should work.