html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-top:70px;
    margin-bottom: 60px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
}
.banner {
    background: rgb(247,13,13);
    background: linear-gradient(0deg, rgba(247,13,13,1) 0%, rgba(235,165,39,1) 50%, rgba(255,238,12,1) 100%);
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px;*/ /* Vertically center the text there */
    background-color: #f5f5f5;
}