/*no footer*/

#footer {display:none;}

/*no footer*/

/*ease*/
 
.ease { transition: all .2s ease-in-out; }

/*ease*/


/* shadow */
 
.shadow{
    box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.75)
    
}

/* shadow */