/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar-main {
  background-color: #931819;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #931819;
}

div.header-lined h1 {
color: #931819;
}

a {
    color: #931819;
}

.home-shortcuts {
background-color: #931819;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #9E9A96
}

.home-shortcuts li {
    border-right: 1px solid #9E9A96

}
