﻿:root{
    --accent-color: #1f38a7;

    --button-color1: #4285f4;
	--button-hover-color1: #1f38a7;

	--link-color: #4285f4;
	--link-hover-color: #4285f4;

	--right-slider-color: #4285f4;

	--header-color: #4285f4;

	--footer-bg-color: #4285f4;
	--footer-horizontalBar-color: #4285f4;

	--footer-fixed-color: #fdd72b;
	--footer-fixed-bg-color: #ffffff;


	--custom-contentfontcolor:#515151;
	--custom-contentfontsize:14px;
	
	--custom-h1color:#444444;
	--custom-h1fontweight:600;
	--custom-h1fontsize:28px;
	
	--custom-h2color:#444444;
	--custom-h2fontweight:600;
	--custom-h2fontsize:26px;

	--custom-h3color:#444444;
	--custom-h3fontweight:600;
	--custom-h3fontsize:24px;

	--custom-h4color:#444444;
	--custom-h4fontweight:600;
	--custom-h4fontsize:24px;
	
	--custom-h5color:#444444;
	--custom-h5fontweight:600;
	--custom-h5fontsize:20px;
	
	--custom-h6color:#444444;
	--custom-h6fontweight:600;
	--custom-h6fontsize:18px;

	--custom-listtitlecolor:#4285f4;
	--custom-listtitlesize:28px;
	--custom-listsummarycolor:#aaaaaa;
	--custom-listsummarysize:14px;

	--custom-detailstitlecolor:#444444;
	--custom-detailstitlesize:28px;
	--custom-detailssummarycolor:#aaaaaa;
	--custom-detailssummarysize:14px;

}