/* =========================================================
   LOGO 
   ========================================================= */

.logo-part1  { color:var(--domain-text1); line-height:20px; font-size:25px; font-family:&quot;Arial&quot;; }
.logo-part2  { color:var(--domain-text2); line-height:20px; font-size:25px; font-family:&quot;Comic Sans MS&quot;; }
.logo-part3  { color:var(--domain-text3); line-height:20px; font-size:25px; font-family:&quot;Comic Sans MS&quot;; }
.logo-suffix { color:var(--domain-text4); line-height:20px; font-size:25px; font-family:&quot;Arial&quot;; }



/* =========================================================
   INTERNET - ROOT THEME VARIABLES
   ========================================================= */
:root{

  --domain-text1:#FFFFFF;
  --domain-text2:#FFFFFF;
  --domain-text3:#FFFFFF;
  --domain-text4:#FFFFFF;

  --main-color:#B71C1C;

  --main-dark:#D32F2F;    /* ABSOLUTE COLOR: visibly lighter version of --main-color */
  --main-medium:#E53935;  /* ABSOLUTE COLOR: visibly lighter version of --main-color */
  --main-light:#EF5350;   /* ABSOLUTE COLOR: visibly lighter version of --main-color */
  --main-shade:#FFCDD2;   /* ABSOLUTE COLOR: very light red version of --main-color */

  --main-text:#FFFFFF;    /* footer text */ 

  --service-btn:var(--main-color);     /* header button bg */
  --service-btn-text:var(--main-text); /* header button text */

  --dropdown-bg:var(--accent);         /* header dropdown bg */
  --dropdown-text:var(--accent-text);   /* header dropdown text */

  --accent:#EF5350;       /* ask & page buttons bg | modal button bg | FAQ ask text*/
  --accent-text:#FFFFFF;  /*accent button text */

  --bg:#FFF3E0;     /* main body bg | header buttons bg */

  --bold:#FFD600;   /* FAQ Answer Border */

  --center-bg:#FFFFFF;
  --center-text:#1A1A1A;

  --footer:var(--main-light);
  --primary-footer-text:#FFFFFF;
  --primary-footer-hover:#FFD600;

  --social-btn:#FFFFFF;
  --social-btn-text:#B71C1C;


  /* =========================================================
     ADDITIONAL AUTOMOBILE COLORS
     ========================================================= */

  --auto-red:#B71C1C;          /* automobile red */
  --auto-red-light:#E53935;    /* lighter automobile red */
  --auto-orange:#F57C00;       /* racing orange */
  --auto-yellow:#FFD600;       /* headlight yellow */
  --auto-cream:#FFF3E0;        /* warm showroom background */

  --auto-blue:#0D47A1;         /* performance blue */
  --auto-blue-light:#42A5F5;   /* lighter performance blue */
  --auto-sky:#BBDEFB;          /* light auto blue */
  --auto-navy:#102A43;         /* deep dashboard blue */
  --auto-cyan:#00B8D9;         /* electric vehicle cyan */

  --auto-green:#2E7D32;        /* eco vehicle green */
  --auto-green-light:#66BB6A;  /* lighter eco green */
  --auto-lime:#C6FF00;         /* high visibility accent */
  --auto-teal:#00897B;         /* modern auto teal */
  --auto-mint:#B2DFDB;         /* light modern teal */

  --auto-white:#FFFFFF;        /* clean white */
  --auto-silver:#DDE6ED;       /* metallic silver */
  --auto-steel:#78909C;        /* steel trim */
  --auto-asphalt:#263238;      /* tire asphalt */
  --auto-black:#111111;        /* tire black */

}