html, body {
    height: 100%;
    margin: 0;
    }

.wrapper {
    min-height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -60px;
    }
.footer {
    background-color: #fafafa;
    /* position: absolute; */
    /* position: fixed; */
    /* z-index: 1010; */
    line-height: 30px;

    /* bottom: 0; */
    width: 100%;
    height: 60px;
    text-align: center;
  }
.footer, .footer a{
    color: #999;

}
.footer a {
    text-decoration: none;
} 
.footer a:visited {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: none;
    color: #000;
}
.footer a:active{
    text-decoration:none;
}
/* .footer .text-muted{
    padding: 20px 20px 0px 20px;
} */
.push {
    height: 60px;
  }
.footer p{
    margin: 0px;
}
.blank{
    margin-top: 60px;
}