your problem in industrial.css 599 line
#navigation {
display: none;
wrong responsive css
in default rule must be display: block;
and for mobile you hide this menu and show mobile version of this menu
but in your site is no mobile version for body menu