Responsive Nav-Bar Issue SASS

Hey! I have just recently made my web page responsive. When the page gets to 610px, the style of the navigation changes. Everything works just as I expected. However the responsive nav-bar only appears when the page size changes. I would like it to stay hidden until the button '#mob-menu' is pressed under '.mob-nav'.

index.html:

<div class="mob-menu">
 
  <a class="ml-active" href="index.html">
    <div class="logo">
       <div class="logo-inner">
	  <img src="img/_icons/alder_icon.svg">
	  <img src="img/_icons/willow_icon.svg">
	  <img src="img/_icons/oak_icon.svg">

Syndicate content