/* Add here all your css styles (customizations) */
.footer {

     background: #FFFFFF;
    line-height: 3;
    text-align: center;
    color: #042E64;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
    position: fixed;
    bottom: 0;
    width: 100%;
    

    /*padding: 40px 0;
    background: url(../img/patterns/16.png) repeat;
    position: fixed;
    bottom: 0;
    padding-bottom: inherit;  
        width: 100%;
    height:40px;
    text-align:center; */
}