/* footer */
.footer-dark {
    background: #414134 !important;
    color:#cbc8c8 !important;
}
.footer-dark a, .footer-dark p{
    color: #cbc8c8 !important;
}

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

/* cards */
.card{
    background: #1c8482;
    border-color: #1c8482;
    box-shadow: none !important;
    border:none;
}
.card p, .card a, .card *{
    color:#d7eae5 ;
}

/* navbar */
.navbar{

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

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

    /* banner page */
.main-content{
    background: none;
}
body{
    background: url(/Temp/img-16.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
#announce-container{
    color: #ffffff !important;
    height: 1000px !important;
    font-size: 3rem;
    display: table-cell !important;
    vertical-align: middle;
    width:100%;
    text-shadow: 0px 0px 11px rgba(0,0,0,0.48);
}

/* 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);
}

