#footer {
    position:absolute;
    bottom:0;
    margin: 0px -8px; /* To overwrite User Agent StyleSheet*/
    width:100%;
    height:60px;   /* Height of the footer */
    background-color:#b0c4de;
    cursor:pointer;
}

.hidden {
    display: none;
}

.centered-vertical{
	position: relative;
	top: 30%;
	transform: 			translateY(-30%);
}