/* Traditional theme fixes (should be added to core Flex)
-------------------------------------------------- */
#site-container,
#site-header{
    background-color:#fff;
}

.well {
    background-color:#333;
    color:#e0e0e0;
}

.well a {
    color:#fff;
}

.well .btn-primary, .well hr {
    border-color:#666;
}

/* Links
-------------------------------------------------- */

.block-title-inner a, .card-headline a, .card .list-popular a {
    color:#231F20;
}

.block-title-inner a:hover, .block-title-inner a:focus, .card-headline a:hover, .card-headline a:focus, .card .list-popular a:hover, .card .list-popular a:focus {
    text-decoration:none;
}

@media (min-width: 768px) {
    .block-title-inner a:hover, .block-title-inner a:focus, .card-headline a:hover, .card-headline a:focus, .card .list-popular a:hover, .card .list-popular a:focus {
        color:#cc0033;
    }
}