/* Add your css code here */
/* Variable Definitions:
    --r-bg: Background color
    --r-tx: Text color
    --r-h1: h1, h2, h3 color
    --r-lk: Link text color
    --r-lk-h: Link text color hover
    --r-br: Border color
    --r-bg-fr: Input form background
    --r-tx-lk: Menu link text color
    --r-tx-lk-h: Menu link text color hover
    --r-bg-lk: Menu link background color
    --r-bg-lk-h: Menu link background color hover
    --r-tx-bt: Button text color
    --r-tx-bt-h: Button text color hover
    --r-bg-bt: Button background color
    --r-bg-bt-h: Button background color hover
Examples:
#page-wrapper {
  --r-bg: #fefffc;
  --r-tx: #4c5866;
  --r-h1: #2a3439;
  --r-lk: #8a3324;
  --r-lk-h: #79443b;
  --r-br: #f4f5f0;
  --r-bg-fr: #f8f4ff;
  --r-tx-lk: #2c3e4c;
  --r-tx-lk-h: #1520a6;
  --r-bg-lk:#F2F7FD;
  --r-bg-lk-h: #f8f8e8;
  --r-tx-bt: #354a21;
  --r-tx-bt-h: #597d35;
  --r-bg-bt: #edf1fe;
  --r-bg-bt-h: #efece1;
  }
*/

/*#page-wrapper {}
#primary-sidebar-menu {}
#fixed-search-block {}
#popup-login-block {}
#header {}
#primary-menu {}
#welcome-text {}

#top-container {}
#top-box-first {}
#top-box-second {}
#top-box-third {}

#system-messages {}
#breadcrumb {}
#page-title {}

#main-container {}
#sidebar-box-first {}
#sidebar-box-main {}
#sidebar-box-second {}

#bottom-container {}
#bottom-box-first {}
#bottom-box-second {}
#bottom-box-third {}
#bottom-box-fourth {}

#footer-container {}
#footer-box-first {}
#footer-box-second {}
#footer-box-third {}

#footer-menu {}
#copyright {}*/
