Links to other pages won't work
I am designing a website for a software design class and am almost done except for the fact that the buttons I created in my navbar are not changing colors when hovered or even working as links to other pages. The weird thing is that they work on the two other pages ("songs" and "videos") but do not work on the home or bio pages. Please help, it's due at midnight!
Here is the link Regional at Best to the home page and song page Bio.
And here is the code for the navbar on both pages.
<nav><ul>
<li><a class="nav" href="Assignment5.html">Home</a></li>
<li><a class="nav" href="SongPage.html">Songs</a></li>
<li><a class="nav" href="VideoPage.html">Video</a></li>
<li><a class="nav" href="Bio.html">Bio</a></li>
</ul>
</nav>