I am having some difficulties with footer css. I want it to stay in the bottom of the page. I don't want it to be visible until i scroll to the bottom of the page.
.footer{
position: fixed;
display: block;
width: 100%;
height: 80px;
bottom: 0;
float: none;
}