In your css, do this:
nav {
z-index: 1; //this line matters
margin-top: -10px;
clear: both;
position: relative;
display: inline-block;
margin-bottom: 50px;
}
Not sure why you have a -10 there
solved Links not clickable? [closed]