button.drawer-hamburger { position: absolute; top: 5px; z-index: 124; padding: 18px 1em 30px}	
button.drawer-hamburger:after { content:'MENU'; position: absolute; bottom: -4px; right: 0; left: 0; margin: auto; color: #fff;}

.drawer-nav { background: rgba(0,0,0,0.75); z-index: 122; }

.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: #d4b068; }

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

.drawer-hamburger-icon, 
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #fff;
}

@media(min-width:1025px) {
	.drawer--right .drawer-hamburger { display: none; }
}
