.drawer-hamburger {
  background: #0069CA;
  width: 26px;
  padding-top: 13px;
  padding-bottom: 25px; }

.drawer-hamburger:hover {
  background: #0069CA; }

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

.drawer-nav {
  background: none; }

.drawer-menu-item {
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  text-align: center; }

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff; }

.drawer-menu {
  margin-top: 50px; }

.drawer-menu li:nth-child(1) {
  background: #0069CA; }
.drawer-menu li:nth-child(2) {
  background: #E34291; }
.drawer-menu li:nth-child(3) {
    background: #939; }
.drawer-menu li:nth-child(4) {
  background: #FFAC32; }
  .drawer-menu li:nth-child(5) {
    background: #94D120; }
.drawer-menu li:nth-child(6) {
  background: #9cf;
  text-align: center;
  padding: 20px 0; } 
.drawer-menu li:nth-child(6) span.pict {
    display: block;
    width: 90%;
    margin: auto; }
  .drawer-menu li:nth-child(6) a {
    color: #fff;
    text-decoration: none; }
