:root {
        --top_header_background_color:linear-gradient(to right, #e0e0e0 2%, #ededed 98%);
        --top_header_color:#000000;
        --top_header_a_color:#000000;
        --top_header_a_hover_color:#fbb824;
        --middle_header_background_color:linear-gradient(to right, #000000 2%, #000000 2%);
        --middle_header_color:#ffffff;
        --middle_header_a_color:#ffffff;
        --middle_header_a_hover_color:#fbb824;
        --middle_header_search_input_color:#b8b8b8;
        --middle_header_search_input_background_color:linear-gradient(to right, #ffffff 2%, #ffffff 98%);
        --middle_header_search_input_border_color:#ffffff;
        --middle_header_search_input_border_size:1px;
        --bottom_header_background_color:linear-gradient(to right, #fbb828 1%, #fbb828 1%);
        --bottom_header_color:#ffffff;
        --bottom_header_a_hover_color:#7a7a7a;
        --bottom_header_border_color:;
        --bottom_header_border_size:0;
        --side_menu_background_color:linear-gradient(to right, #000000 1%, #000000 99%);
        --side_menu_color:#ffffff;
        --side_menu_a_hover_color:#dedede;
        --side_menu_border_color:;
        --side_menu_border_size:0;
        --main_titles_color:#000000;
        --main_titles_a_color:#fbb824;
        --main_titles_a_hover_color:#b57f00;
        --main_body_main_background_color:0;
        --main_body_main_color:;
        --main_body_main_a_color:;
        --main_body_main_a_hover_color:;
        --main_body_alternative_background_color:linear-gradient(to right, #ffffff 2%, #ffffff 97%);
        --main_body_alternative_color:#000000;
        --main_body_alternative_a_color:;
        --main_body_alternative_a_hover_color:;
        --main_body_alternative_a_hover_background_color:0;
        --card_titles_color:;
        --card_titles_a_color:;
        --card_titles_a_hover_color:;
        --card_body_background_color:linear-gradient(to right, #ffffff 2%, #ffffff 96%);
        --card_body_color:;
        --card_body_a_color:;
        --card_body_a_hover_background_color:0;
        --card_body_a_hover_color:;
        --card_body_border_radius:0;
        --top_footer_titles_color:#ffffff;
        --top_footer_titles_a_hover_color:#fbb824;
        --top_footer_body_background_color:linear-gradient(to right, #333333 1%, #333333 99%);
        --top_footer_body_color:#ffffff;
        --top_footer_body_a_color:#ffffff;
        --top_footer_body_a_hover_color:#ffd36b;
        --bottom_footer_background_color:linear-gradient(to right, #000000 17%, #000000 17%);
        --bottom_footer_color:#ffffff;
        --bottom_footer_a_color:#fbb824;
        --bottom_footer_a_hover_color:#cc920c;
        --footer_social_media_background_color:0;
        --footer_social_media_background_hover_color:0;
        --footer_social_media_color:;
        --bottom_footer_text_hover_color:;
        --button_main_background_color:linear-gradient(to right, #ffbb29 1%, #fdcf2b 99%);
        --button_main_background_hover_color:linear-gradient(to right, #000000 1%, #000000 99%);
        --button_main_color:#000000;
        --button_main_text_hover_color:#ffffff;
        --button_main_border_color:;
        --button_main_border_size:0;
        --button_main_border_rounded:0;
        --button_secondary_background_color:0;
        --button_secondary_background_hover_color:0;
        --button_secondary_color:;
        --button_secondary_text_hover_color:;
        --button_secondary_border_color:;
        --button_secondary_border_size:0;
        --button_secondary_border_rounded:0;
        --input_background_color:linear-gradient(to right, #ffffff 17%, #ffffff 17%);
        --input_color:#000000;
        --input_border_color:#757575;
        --input_border_size:1px;
        --input_border_rounded:10px;
        
            }