.navbar-inverse {

    background: #5c0104;
    border-color: #080808;
}
.footer {
    width: 100%;
    background: #5c0104;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: left;
}
.footer__content {
    min-height: 0px;
    padding-bottom: 15px;
}
.section-title::after {
    background-color: #5c0104;
}

.section-title:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    background: #5c0104;
    margin: 0 auto;
    margin-top: 5px;
}

.clause_info, .clause_info:hover {
    color: #60A148;
}