a:hover {
    font-weight: bold; 
    text-decoration: none
}
article {
    float: left;
    width: 75%
}
breadcrumb {
    /*background-color: rgb(54,8,8); */
    background-color: rgb(84,5,5);
    border-bottom: 5px solid #c7c7c7;
    float: left; 
    height: 75px;
    padding: 0px 0px 20px 20px;
    width: 100%
}
div.banner {
    background-color: white; 
    border-bottom-right-radius: 15px; 
    height: 5px
}
nav {
    background-color: rgb(84,5,5);
    color: white;
    float: left;
    min-height: 700px;
    padding: 0px 20px 20px 20px;
    vertical-align: top;
    width: 25%
}
nav ul {
    line-height: 200%
}
section:after {content: "";display: table;clear: both}

@media (max-width: 600px) {
    breadcrumb, nav, article {
    width: 100%;
    height: auto;
  }
}

.list-group {
    list-style: none;
    margin: 15px 0px 25px 0px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: .5em;
    width: 100%;
}

.list-group li {
    border-top: 1px solid #ccc;
    padding: .5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-group li:first-child {
    border-top: 0;
}

.list-group .badge {
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 85%;
    padding-bottom: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
}