/* Add here all your css styles (customizations) */


/*Fixed footer code */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #FFF;
    color:#555;
}

.footerLink {

}

.footer a,
.footer a:hover {
        display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
    font-weight: 400;
}

