/* ------------ Variables ------------- */
/** Demo 1 style **/
:root {
  /*
  --theme-color: #c4b7a6;
  --theme-secondary-color: #eca1a6;
  --theme-tertiary-color:  #e16b73;
  --theme-text-color: #d6cbd3;
  --theme-font: 'LoraRegular';
  --theme-heading-font: 'MontserratRegular';*/
 /*** ADJUST AS NEEDED ***/
  --theme-color: #314075;
  --theme-color2: #363636;
  --theme-color3: #515151;
  --theme-color4: #7c87af;
  --theme-color5: #767676;
  --theme-footer: #1a1a1a;
  --theme-active: #1d1d1d;
  --theme-hover: #252525;
  --theme-hover2: #222222;
  --theme-input: #2e2e2e;
  --theme-box-shadow: #d7d7d7;
  --theme-status: #7aa239;
  --theme-error: #c53300;
  --theme-warning: #eb8314;
  --theme-menu: #cdcdcd;
  --theme-pre: #d3d1cd;
  --theme-pre2: #f6f6f6;
  --theme-font: 'Merriweather';
  --theme-font2: 'SourceSansPro';
  --theme-font3: 'Ubuntu';
  --theme-font4: 'PTSans';
  --theme-font5: 'Roboto';
  --theme-font6: 'OpenSans';
  --theme-font7: 'Lato';
  --theme-font8: 'RobotoCondensed';
  --theme-font9: 'Exo';
  --theme-font10: 'RobotoSlab';
  --theme-font11: 'Raleway';
  --theme-font12: 'JosefinSans';
  --theme-font13: 'PlayfairDisplay';
  --theme-font14: 'Philosopher';
  --theme-font15: 'Cinzel';
  --theme-font16: 'Oswald';
  --theme-font17: 'PlayfairDisplaySC';
  --theme-font18: 'Cabin';
  --theme-font19: 'NotoSans';
  --theme-font20: 'DroidSerif';
  --theme-font21: 'PTSerif';
  --theme-font22: 'Vollkorn';
  --theme-font23: 'Alegreya';
  --theme-font24: 'NotoSerif';
  --theme-font25: 'CrimsonText';
  --theme-font26: 'GentiumBookBasic';
  --theme-font27: 'Volkhov';
  --theme-font28: 'AlegreyaSC';
  --theme-font29: 'Montserrat';
  --theme-font30: 'FiraSans';
  --theme-font31: 'Lora';
  --theme-font32: 'AlexBrush';
  --theme-icon: 'FontAwesome';
  --theme-content: 'lucida sans unicode';
  --theme-content2: 'lucida grande';
  --theme-white: #ffffff;
  --theme-white2: #cccccc;
  --theme-white3: #bcbcbc;
  --theme-white4: #c2c2c2;
  --theme-white5: #f5f5f5;
  --theme-white6: #fefefe;
  --theme-white7: #e1e1e1;
  --theme-white8: #ebebeb;
  --theme-white9: #e2e2e2;
  --theme-black: #000000;
  --theme-blue: #0000FF;
  --theme-dark-green: #008000;
  --theme-green: #00FF00;
  --theme-green2: #547f1f;
  --theme-red: #FF0000;
  --theme-red2: #980a00;
  --theme-magenta: #800080;
  --theme-cyan: #40E0D0;
  --theme-orange: #e2630b;
  --theme-brown: #565656;
  --theme-brown2: #555555;
  --theme-brown3: #535353;
  --theme-grey: #898989;
  --theme-grey2: #a5a5a5;
  --theme-grey3: #a3a3a3;
  --theme-grey4: #acacac;
  --theme-grey5: #dddddd;
}
/*** Other styling examples ***/
/** Demo 3 style **/
/*
:root {
  --theme-color: #063A6A;
  --theme-secondary-color: #C09100;
  --theme-tertiary-color:  #0959A1;
  --theme-text-color: #000000;
  --theme-font: 'LatoRegular';
  --theme-heading-font: 'Prata';
}*/
/** Demo 4 style **/
/*
:root {
  --theme-color: #f2ef4a;
  --theme-secondary-color: #757577;
  --theme-secondary-color-light: #9da0a7;
  --theme-tertiary-color: #5f584e;
  --theme-tertiary-color-light: #7e7468;
  --theme-quaternary-color: #5871AD;
  --theme-text-color: #000000;
  --theme-font: ;
  --theme-heading-font: ;
}*/