/* 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{
    display: flex;
    margin-top: auto;
    margin-block-start: auto;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 16px 17px;
    height: 50px;
    text-align: center;
    color: #01010F;
    background-color: #fff;
}

.footerLink {
    font-size: 14px;
    color: #01010F !important;
}

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

