﻿
/* sticky header */ 
body > .container {
    padding: 89px 15px 60px;
}

/* sticky footer */ 

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}