/* footer */




.footer-dark {
    background-color: #273444 !important;
    color: #D3DCE6 !important;
}
.footer-dark a, .footer-dark p{
    color: #D3DCE6 !important;
}

/* body */
body, .main-content{
    background: #FFF ;
    color: #8492A6 ;
}
h1.title{
    color:  !important;;
}
.bc a, .bc{
    color:  !important;;
}

/* cards */
.card{
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 1px solid #EFF2F7;
    border-radius: 0.375rem;
}
.card p, .card a{
    color: !important;
}

/* navbar */
.navbar{

}
.nav-link{
    color:  !important;
}
.dropdown-menu-arrow:before, .list-group-item {
    background:  !important;
}
.list-group-item h6, .list-group-item p{
    color:  !important;
}

.dropdown-submenu:hover .list-group-item{
    background:   !important;
}
.dropdown-submenu .dropdown-menu{
    background:   !important;
}
.dropdown-submenu .dropdown-menu a{
    color:  !important;
}


/* hide h1 bc*/


/* override */
section{background-color: rgba(255, 255, 255, 0) !important;}
.navbar{background: none !important;}
.list-group-item {
    border: 1px solid rgba(239, 242, 247, 0.02);
}



