button.drawer-hamburger { display: none; }

@media(max-width: 1000px){

  button.drawer-hamburger { 
    display: block; 
    position: fixed; 
    top: calc(100% - 168px); 
    z-index: 1204; 
    background: rgba(6,49,86,0.75);
    width: 135px;
    padding: 70px .75rem 78px;
  }
  button.drawer-hamburger:after { content:'MENU'; position: fixed; bottom: 0; right: 0; left: 0; margin: auto; color: #fff; font-size: 34px; }

  button.drawer-hamburger:hover, button.drawer-hamburger:focus { background: rgba(6,49,86,0.75); }

  .drawer-nav { 
    background: rgba(6,49,86,0.75); 
    z-index: 1202; 
    font-size: 36px;
  }

  .drawer-nav a {
    display: block;
    padding: 1rem 1rem 1rem 2.5rem;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .drawer-nav a:hover { color: #c3a15d; }

  .drawer-overlay { z-index: 1200; }

  .drawer-hamburger-icon, 
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff;
    height: 10px;
  }
	.drawer-hamburger-icon:before { top: -30px; }
	.drawer-hamburger-icon:after { top: 30px; }
	.drawer-nav ul.sub-menu li a { padding-left: 80px; }
}