button.drawer-hamburger { position: fixed; top: 5px; z-index: 1204; background: rgba(0,0,0,0.75);}
button.drawer-hamburger:after { content:'MENU'; position: fixed; bottom: -4px; right: 0; left: 0; margin: auto; color: #fff;}

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

.drawer-nav { background: rgba(0,0,0,0.75); z-index: 1202; }
/*@media(min-width:1550px){
    .drawer-nav { width: 26vw; }
    .drawer--right .drawer-nav { right: -26vw; }
}
@media(min-width:1900px){
    .drawer-nav { width: 29vw; }
    .drawer--right .drawer-nav { right: -29vw; }
}*/

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

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

/*@media(max-width:600px){
	.drawer-overlay { z-index: 1000; }
	.drawer-nav { z-index: 1002; }
	button.drawer-hamburger{ z-index: 1004; }
}*/

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