:root {
  --primary-color: #c8102e;
  --primary-alt: #960c22;
  --secondary-color: #00b388;
  --hilite-color: #f6be00;
  --hilite-cream: #fff9d9;
  --white: #ffffff;
  --light-gray: #e4e4e4;
  --med-gray: #54585a;
  --dark-gray: #111111;
  --black: #000000;
  /* OVERLAYS */
  --overlay-teal: rgba(0, 179, 136, 0.8);
  --overlay-primary: rgba(200, 16, 46, 0.8);
  --overlay-hilite: rgba(246, 190, 0, 0.8);
  --overlay-gray: rgba(84, 88, 90, 0.8);
  --overlay-black: rgba(0,0,0, 0.8);
  --overlay-brown: rgba(185, 120, 0, 0.25);
}
