.header .title{
    color: #862b4a;
}
.header .top-line{
    background-color: #862b4a;
}
.header .top-line ul li:hover {
    background-color: #a4375c;
}
.header .top-line ul li ul {
    background-color: #862b4a;
}
.submenu ul li a {
    color: #862b4a;
}
.submenu ul li:hover {
    background-color: #862b4a;
}
.submenu ul li {
    border: 1px solid #862b4a;
}
footer {
    background-color: #383d41;
}

.btn-blue {
    background-color: #862b4a;
}
.btn-link {
    border: 1px solid #862b4a;
}
.btn:hover {
    background-color: #862b4a;
}
.btn-yellow {
    background-color: #fff;
    color: #444;
}
.btn-yellow:hover{
    background-color: #000;
}