Hey @cody.rod93 I just took a look at your read only link and I noticed that your Nav Bar class is set to Overflow: hidden.
Try setting it to overflow: visible and then set your Nav Menu (which holds your nav links) to absolute positioning instead of relative positioning.
Then give your menu button a class and a z-index which is higher than your nav menu. Please let me know if you have any questions.