#footer
{
    background-color: #0F272D;
    color: white;
    padding: 30px;
    z-index: 10;
    font-size: 13px;
}

#footer h5
{
    font-size: 16px;
    font-weight: bold;
}

#footer a
{
    color: white;
    cursor:pointer;
}

#footer a:hover
{
    text-decoration: none;
    cursor:pointer;
    color: #F77014;
}

#footer ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footerblock
{
    min-height: 80px;
    margin: 10px;
}