:root {
    --black: rgb(0,0,0);
    --white: rgb(255,255,255);
    --primary-color: rgb(0,0,7);
    --secondary-color: rgb(112,118,130);
}

#landing-featured h2.top {
    background: var(--white);
    color: var(--primary-color);
}

.minical_wrapper .headerbg,
.minical_wrapper .headerbg .headerlink {
    color: var(--secondary-color) !important;
}

.minical_wrapper .headerbg:active,
.minical_wrapper .headerbg:focus,
.minical_wrapper .headerbg:hover,
.minical_wrapper .headerbg .headerlink:active,
.minical_wrapper .headerbg .headerlink:focus,
.minical_wrapper .headerbg .headerlink:hover {
    color: var(--primary-color) !important;
}

.stories-slider li .stories-img {
    background-color: rgb(175,185,204);
}