nav ul{
  display:none;
  background-color:#dd2334;
  box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.25);
  top:35pxx;
  left:0;
  position:absolute;
  z-index:2;
}

nav ul.show{
  display:flex;
  flex-direction:column;
  border-radius:5px;
  border:1px solid #bf2334;
}

nav ul.show li{
  margin-right:0;
  border-radius:0;
}

nav ul.show ul{
  width:100%;
}

nav ul.show ul a{
  white-space: normal;
}

nav .fa-bars{
  display:block;
  padding:10px;
  background-color:white;
  border-radius:2px;
  cursor:pointer;
}
