:root{
	--background_color: white;

	--header_height: 300px;
	--header_title_width: 500px;

	--header_upper_height: calc(var(--header_height)*0.6);
	--navbar_height: calc(var(--header_height)*0.4);
	--logo_height: calc(var(--header_upper_height)/2);

	--navbar_element_fontsize: 20pt;
	--header_title_fontsize: 30pt;
	--navbar_element_count: 5;

	--navbar_element_font: Calibri;
	--header_title_font: Helvetica;

	--header_background_color: #2E3192;
	--header_text_color: #FBB03B;

	--navbar_background_color: #FBB03B; 
	--navbar_text_color: #2E3192;

	--navbar_element_width: 150px;



	--sitecontent_margin_top: 100px;
	--sitecontent_margin_bottom: 100px;

	--h2_font_family: Helvetica;
	--h2_fontsize: 20pt;
	--h2_text_color: #2E3192;

	--h3_font_family: Helvetica;
	--h3_fontsize: 14pt;
	--h3_text_color: #2E3192;

	--p_font_family: Calibri;
	--p_fontsize: 12pt;
	--p_text_color: #2E3192;

	--sitecontent_container_background: var(--background_color);
	/*
	--sitecontent_container_background: linear-gradient(90deg, #FBB03B 0%, var(--background_color) 100%);
	*/
	--sitecontent_container_background_mobile: var(--background_color);


	--footer_text_color: var(--navbar_text_color);
	--footer_h3_font_family: Calibri;
	--footer_h3_fontsize: 1.25rem;
	--footer_h3_color: var(--navbar_text_color);

	--footer_p_font_family: Calibri;
	--footer_p_fontsize: 1rem;
	--footer_p_color: var(--navbar_text_color);

	--footer_a_font_family: Calibri;
	--footer_a_fontsize: 1rem;
	--footer_a_color: var(--navbar_text_color);

	--dia_button_text_color: #2E3192;
	--dia_button_background_color: white;
	--dia_button_font_size: 1.5rem;
}