
.sidenav {
   width: 0;
   height: 100vh;
   position: fixed;
   overflow-x: hidden;
   transition: 1.5s;
 }

.side-tab {
  transform: rotate(90deg);
  color: #fff;
  background-color: #65041d;
      background-color: rgba(101,4,29, 0.5);
 	left: -65px;
 	top: 50%;
 	height: 30px;
  width: 160px;
 	position: fixed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 	z-index: 3000;
  transition: transform 1.5s ease;
  text-align: center;
}

.side-tab .tab-slide {
  line-height: 33px;
  text-transform: uppercase;
}

#menu {
  transition: margin-left 1.5s;
}

#sidebar-brand, #sidebar-tag {
  transition: margin-top 1.5s;
}


 /* If there is space (> 800px), we keep the drawer open by default. */
 /*@media (min-width: 600px) {
   main > #menu:after {
     content: 'The drawer stays open if width > 600px';
   }
   main p, nav p {
     text-decoration: line-through;
   }
 }*/

#drawer {
  text-align: center;
  background-color: #65041d;
  color: #efefef;
  z-index: 1000;
}

#drawer .nichols-tag {
  margin-top: 100px;
}

#drawer ul {
  padding: 0;
}

#drawer li {
  list-style: none;
}

#drawer li a {
  color: #efefef;
  text-transform: uppercase;
}
