:root {

  --site-watermark: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/4177326/847f241e-45db-4061-b3e8-1ee7877902b2/original.png?v=s9oppl); 

  --site-menu-width: 950px;
  --site-sidenav-width: 130px; /* New variable */
  --site-capitalization: capitalize;
  --site-menu-alignment: classic;
  --site-glow-or-shadow: glow;
  --site-main-background-image: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/756521/de50a00b-fa39-4065-bfdd-e6a16ae95e46/original.jpg?v=pftig2);
  --site-background-color: #999;
  --site-main-text-color: white;
  --site-main-link-color: #65767d;
  --site-content-background-color: #e5e5e5;
  --site-content-background-alpha-color: rgba(89.80%, 89.80%, 89.80%, 0.90);
  --site-content-text-color: #463220;
  --site-content-link-color: #65767d;
  --site-content-label-color: #777;
  --site-content-alt-row-bg-color: #ccc;
  --site-form-background-color: #4b4747;
  --site-form-background-alpha-color: rgba(29.41%, 27.84%, 27.84%, 0.90);
  
  --site-form-text-color: white;
  --site-form-link-color: red;
  --site-form-label-color: #ccc;
  --site-form-alt-row-bg-color: grey;
  --site-menu-background-colors: #f6f6f6,#a9a8ac;
  --site-menu-background: radial-gradient(#f6f6f6,#a9a8ac);
  --site-menu-text-color: black;
  --site-navbar-background-color: #a9a8ac;
  --site-button-background-colors: #65767d,#303d46;
  --site-button-background: radial-gradient(#65767d,#303d46);
  --site-button-text-color: white;
  --site-sidenav-option-color: #303d46;
  --site-option-label-bg-color: #040505;
  }

