/* ------------ Variables ------------- */
/** Demo 1 style **/
/*
:root {
  --theme-color: #7D6C71;
  --theme-secondary-color: #016E88;
  --theme-tertiary-color:  #C7BFC1;
  --theme-text-color: #000000;
  --theme-font: 'LoraRegular';
  --theme-heading-font: 'MontserratRegular';
}*/
/** 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';
}*/


/** Amyloidosis Style **/

:root {
  --theme-color: #872631;
  --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: #686868;*/
   --theme-text-color: #0a0a0a;
  --theme-font: "CenturyGothic-Regular";
  --theme-heading-font: "CenturyGothic-Bold";
  --homepage-heading : #872631; /*#520012*/
  --header-links-fontcolor : white;  
  --header-links-fontcolor2 : #872631;  
  
  --links-hover-background-color : #f6c2c6;
}