.body{
background-color: #bdb796 !important;
}

.breadcrumb {
    background-color: #46c3b6 !important;
}

.breadcrumb-item.active {
     color: #262628;
     font-weight: bold;

}
.space{
    margin-top: 60px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid;
    border-color:#a9c8bc;
}

.jumbotron {
    font-family: Arial, Helvetica, sans-serif !important;
}
.logo{
    width: 50px;
    float: center; margin: 0px 15px 15px 0px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}