/* html/body used for sticky footer */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-flow: column;
}

footer{
    margin-top:auto;
    padding: 20px 0 20px 0;
    background-color: #75767b;
}

.footer_text {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 5px;
}

.footer_text a {
    color: #fff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.sub-footer{
    background-color: #512d6d;
    padding: 10px 0 10px 0;
    margin-bottom:10px;
}

.sub-footer > a{
    color:#ffffff;
    font-size: 16px;
    padding-top:10px;
}