/*
:root{
    --FooterHeight: 120px;
}
.footer{ 
    width:100%; 
    min-height: var(--FooterHeight); 
    background-color: #EE7C36; color:#ffffff;
    padding-left:14px;
}
.footer.fixed{ 
    position: absolute;
    bottom: 0px;
}
*/