:root {

  --site-watermark: url(http://clubhousepandora.com); 

  --site-menu-width: 900px;
  --site-sidenav-width: 130px; /* New variable */
  --site-capitalization: lowercase;
  --site-menu-alignment: classic;
  --site-glow-or-shadow: glow;
  --site-main-background-image: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/529107/d651b0c8-7eef-4497-aa9d-029cd98f0b5a/original.jpg?v=p0lskm);
  --site-background-color: black;
  --site-main-text-color: white;
  --site-main-link-color:  #ff0000;
  --site-content-background-color: #e5d7bc;
  --site-content-background-alpha-color: rgba(89.80%, 84.31%, 73.73%, 0.90);
  --site-content-text-color: #1d0b00;
  --site-content-link-color:  #ff0000;
  --site-content-label-color: black;
  --site-content-alt-row-bg-color: #bcad90;
  --site-form-background-color: #faecd2;
  --site-form-background-alpha-color: rgba(98.04%, 92.55%, 82.35%, 0.90);
  
  --site-form-text-color: #1d0b00;
  --site-form-link-color:  #ff0000;
  --site-form-label-color: #1d0b00;
  --site-form-alt-row-bg-color: #d2c2a4;
  --site-menu-background-colors:  #fad657, #895c00;
  --site-menu-background: radial-gradient( #fad657, #895c00);
  --site-menu-text-color: #281e01;
  --site-navbar-background-color:  #895c00;
  --site-button-background-colors: #f7ebbf, #5c5c5c;
  --site-button-background: radial-gradient(#f7ebbf, #5c5c5c);
  --site-button-text-color: black;
  --site-sidenav-option-color: #1d0b00;
  --site-option-label-bg-color: #040505;
  }

