.widget-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
    font-weight: 500;
}
.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-list-item {
    margin-bottom: .5rem;
}

.widget-light .widget-list-link {
    color: rgba(255,255,255,.65);
}
.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
}
.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-dark {

    background-color: #840033 !important;
}
.bg-darker {
    background-color: #ebe2c1 !important;
}
.bg-darker1 {
    background-color: #b30447 !important;
}

.widget a
{text-decoration:none;}
.widget a:hover
{
text-decoration:underline;
color:#ffc003}

.widget h3
{
    text-transform:uppercase;
    }