.footer {
        /* Stick to bottom of the screen */
  	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  
        }