.color_theme {
    background: #000025;    text
    background: #03278E;    highlights and selections
    background: #00175C;    primary banners
    background: #B8C6DC;    lines and borders
    background: #0E0F0F;    headings
}

:root {
    --heading_color: #0E0F0F;

    --heading_hover_color: #03278E;

    /*--breaking_news_color: #DC143C;*/
    --breaking_news_color: #E10600;

    /*--breaking_primary_color: #E10600;*/
    --breaking_background_color: rgba(255,0,0,0.2);
    /*--breaking_background_color: #E10600;*/

    --darkest_background: lightgrey;

    --medium_background: yellow;

    --dark_background: black;
    /*--dark_background: #020238;*/

    --bullet_color: #00175C;
}





.seperator_lines{
    color: #00175C;
}
.light_background {
    background-color: #B8C6DC;
}
.text_color {
    color: #0E0F0F;
}
.text_color_light{
    color: gray;
}

