/* **********************************************************
	JUPITER X CHILD THEME
	- Add / Update Client Colors & Fonts Below
	- See Other CSS sheets to edit existing code
	- Add any new code to appropriate sheet
 * ******************************************************** */

/* COLOR VARIABLES */
.page-location-sitewide {
    --sitewide-color: #9C1117;
    --sitewide-rgb: 156, 17, 23;
}
.page-location-nashville {
    --nashville-color: #5C7C9C;
    --nashville-rgb: 92, 124, 156;
}
.page-location-gatlinburg {
    --gatlinburg-color: #F09341;
    --gatlinburg-rgb: 240, 147, 65;
}
.page-location-las_vegas {
    --las-vegas-color: #B4975A;
    --las-vegas-rgb: 180, 151, 90;
}
.page-location-pittsburgh {
    --pittsburgh-color: #FFB612;
    --pittsburgh-rgb: 255, 182, 18;
}

/* *****************************
	COLORS & FONTS
 * *****************************
CLIENT COLORS
Red #9C1117
Nashville Blue #5C7C9C
Gatlinburg Orange #F09341
Las Vegas Gold  #B4975A
Pittsburgh Yellow #FFB612
Accent Sitewide Brown #844927
Dark Brown #28160C

ELEMENTOR GLOBAL COLORS
Primary #9C1117
Secondary #9C1117
Text #000000
Accent #844927

ADDITIONAL COLORS
Gatlinburg Orange #F09341
Nashville Blue #5C7C9C
Pitt Yellow #FFB612
Vegas Gold  #B4975A

White #fff
Lightest Gray #eee
Lighter Gray #ddd
Light Gray #aaa
Gray #888
Dark Gray #6a6a6a
Darker Gray #444
Darkest Gray #222
Black #000

VARIABLES
.elementor-kit-7 {
    --e-global-color-primary: #9C1117;
    --e-global-color-secondary: #9C1117;
    --e-global-color-text: #000000;
    --e-global-color-accent: #844927;
    --e-global-color-d54cd88: #F09341;
    --e-global-color-05a0c08: #5C7C9C;
    --e-global-color-b91d36d: #FFB612;
    --e-global-color-812f327: #B4975A;
    --e-global-color-706d14a: #28160C;
    --e-global-color-c37cbc3: #FFFFFF;
    --e-global-color-f19b530: #EEEEEE;
    --e-global-color-06b2356: #DDDDDD;
    --e-global-color-78fc7b4: #AAAAAA;
    --e-global-color-b7192ec: #888888;
    --e-global-color-d7e4202: #6A6A6A;
    --e-global-color-1849d1a: #444444;
    --e-global-color-a198975: #222222;
    --e-global-color-9932f5e: #000000;
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);
    font-weight: 500;
    line-height: 1.75em;
}

FONTS 
Roadkill - client provided font
Raleway Thin
Din Condensed

 * *************************** */