/* 
 * override.css allows you to overrides default styling to better match current template's designs.
 */
body {
    background-color: #fff !important;
    font-family: "Open Sans", Arial, sans-serif;
    color: #665c57;
}
table {
    color: #011f39 !important;
}
.banner {
    top: -240px !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #011f39 !important;
    text-transform: uppercase;
}
#main-nav .nav-link {
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
}
#main-nav .nav-link.active {
    background-color: #cb6ce6;
    border-bottom: none;
    border-radius: 5px;
    color: #fff !important;
}
#content-wrapper {
    background: #F0F4F7 !important;
    padding: 2em 3em;
}
#members-nav {
    background: #131222 !important;
    opacity: .8;
}
#members-nav li a {
    color: #fff !important;
}
#members-nav li a.active {
    background-color: #cb6ce6 !important;
}
main .list-item .play-btn i {
    font-size: .6rem;
    color: #cb6ce6;
}
.btn-custom {
    text-align: center;
    border: 1px solid #cb6ce6;
    color: #fff;
    background: #cb6ce6;
    padding: 8px 15px;
    border-radius: 3px;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.article {
    background: #fff;
    border-bottom: 3px solid #eee;
}
.section .title {
    border-left-color: #cb6ce6 !important;
}
footer {
    background: #F1F1F1;
    color: #333 !important;
    border-top: 3px solid #cb6ce6;
}
footer .list-item h4 {
    font-weight: bold;
    color: #333 !important;
}
footer .list-item h4::after {
    background-color: #cb6ce6 !important;
}
.navbar-brand img {
    display: block;
    background: transparent;
    padding: 5px;
}