/** 
 * @file 
 * Default styles for the 'Continuing Professional Development' (1184) subsite theme 
 * 
 * Note: Do not modify this file as it will be overwritten. 
 * 
 * To add custom CSS and/or more custom properties, use libraries-extend 
 * from your theme, to extend: uct_themer/subsite_theme_1184 
 */ 

body {
  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #262626;
  --uct-color--bg--nav--hover--light: #2a2a2a;
  --uct-color--bg--nav--hover--dark: #222222;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

  --uct-color--copy--footer--link: #ffffff;
  --uct-color--copy--footer--link--light: #ffffff;
  --uct-color--copy--footer--link--dark: #e6e6e6;

  --uct-color--bg--footer: #1e1e1e;
  --uct-color--bg--footer--light: #212121;
  --uct-color--bg--footer--dark: #1b1b1b;

  --uct-color--copy--component--link-cta: #ffffff;
  --uct-color--copy--component--link-cta--light: #ffffff;
  --uct-color--copy--component--link-cta--dark: #e6e6e6;

  --uct-color--bg--component--button--cta: #3d3d3d;
  --uct-color--bg--component--button--cta--light: #434343;
  --uct-color--bg--component--button--cta--dark: #373737;

  --uct-color--bg--component: #4c9d2f;
  --uct-color--bg--component--light: #54ad34;
  --uct-color--bg--component--dark: #448d2a;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/slide-graphic_0.png");
}

