Bootstrap Navigation Toggle

I'm not completely sure what I did but my code is messed up somewhere and I can't view the drop down that's supposed to be on the right side of my nav bar when in mobile view.

Thoughts?

Site: http://lonettemcm.com

I would add a background color to your stylesheet to override the bootstrap default iconbar color:

.navbar-toggle .icon-bar { background-color: white; }

Or just change the default icon bar code to a different color :P

I knew it was something simple that I was missing. Thanks!