.submenu {
margin-top: 0px;
background: #f5f5f5;
position: fixed;
border: 0px solid #ccc;
left: 0%;
z-index: 5;
width: 100%;
opacity: 0;
transform: scaleY(0);
transform-origin: 0 0;
transition: .1s ease-in-out;
}