.navbar-brand img {
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.7));
}
.logo-sipena {
    height: 60px;
    max-height: 60px;
    width: auto;
}
.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
body {
    color: #000 !important;
}
h3, h4, h5 {
    color: #000;
}

.text-muted {
    color: #555 !important;
}

ol li {
    margin-bottom: 10px;
}

.sidebar-title {
    border-bottom: 3px solid #2e59d9;
    display: inline-block;
    padding-bottom: 5px;
}

