/* JS toggles .active on hamburger icons */
#menuContent .fas { display: none; }
#menuContent .fas.active { display: block !important; }
