/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 250px;
    margin-right: 0px;
}
.footer {
    position: absolute;
    bottom: 0;
    
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #FAFAFA;
    text-align: center;   
    /* margin-left: 250px;  */
    text-align: center; 
    width: 100%; 
}
