:root {

    --bodyBgColor1: #fff; /* body bg color */
    --bodyFontColor1: #000; /* body text */
    --bodyFontColor2: #A0A0A0; /* link card */
    --bodyFontColor3: #E6811F; /* link card over */
    --bodyFontColor3Hover: #cb731b;
    --bodyFontColor4: #6C757D; /* text gray */
    --bodyBorderColor1: #DFDFDF; /* border color collapse */
    --bodyBtnBgColor1: #000; /* button bg color */
    --bodyBtnBorderColor1: #000; /* button border color */
    --bodyBtnColor1: #fff; /* button font color */

    --headerUpperBgColor1: #f33; /* header>upper bg */
    --headerUpperFontColor1: #fff; /* header>upper bg text */

    --headerMiddleBgColor1: #fff; /* header>middle bg */
    --headerMiddleFontColor1: #0E0E0E; /* header>middle text and link */
    --headerMiddleFontColor2: #E6811F; /* header>middle link hover */
    --headerMiddleFontColor3: #C7C7C7; /* header>middle link hover */

    --logoHeight1: 50px; /* header>bottom logo height */
    --logoMargin1: 2px; /* header>bottom logo margin top */
    --logoMargin2: 8px; /* header>bottom link margin bottom */
    --logoHeight2: 50px; /* header>bottom logo height mobile */
    --logoMargin3: 2px; /* header>bottom logo margin top mobile */
    --logoMargin4: 8px; /* header>bottom link margin bottom mobile */

    --headerBottomBgColor1: #fff; /* header>bottom menu bg */
    --headerBottomFontColor1: #000; /* header>bottom link */
    --headerBottomFontColor2: #E6811F; /* header>bottom link hover */
    --headerBottomBgColor3: #fff; /* header>bottom menu bg mobile */
    --headerBottomFontColor5: #000; /* header>bottom link mobile */
    --headerBottomFontColor6: #E6811F; /* header>bottom link hover mobile */
    --headerBottomBorderColor2: #fff; /* header>bottom menu separator mobile */
    --headerBottomBorderColor3: #fff; /* header>bottom sub-menu separator mobile */

    --footerUpperBgColor1: #0E0E0E; /* footer>upper bg */
    --footerUpperFontColor1: #fff; /* footer>upper text and link */
    --footerUpperFontColor2: #E6811F; /* footer>upper link hover */
    --footerUpperBorderColor1: #0E0E0E; /* footer>upper separator */

    --footerBottomBgColor1: #0E0E0E; /* footer>bottom bg */
    --footerBottomFontColor1: #fff; /* footer>bottom text */

    --dotFlashing1: #000; /* dot flasing */
    --dotFlashing2: rgba(0, 0, 0, 0.2); /* dot flasing */

    --greyBackground: #f5f5f5;
}
