#footer {
    display: none;
}

/*ease*/


.ease { transition: all .2s ease-in-out; }


/*ease*/

.shadow{
   box-shadow: 0px 22px 39px -20px rgba(0,0,0,0.35);
   background: rgb(255,255,255);
}