:root {

  --site-watermark: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/57921/bf73d7d0-6860-42bf-937a-935800be0513/small_thumb.png); 

  --site-menu-width: 1000px;
  --site-sidenav-width: 130px; /* New variable */
  --site-capitalization: lowercase;
  --site-menu-alignment: classic;
  --site-glow-or-shadow: glow;
  --site-main-background-image: none;
  --site-background-color: white;
  --site-main-text-color: black;
  --site-main-link-color: #19a356;
  --site-content-background-color: #ececec;
  --site-content-background-alpha-color: rgba(92.55%, 92.55%, 92.55%, 0.90);
  --site-content-text-color: black;
  --site-content-link-color: #19a356;
  --site-content-label-color: #777;
  --site-content-alt-row-bg-color: #CCCCFF;
  --site-form-background-color: #dddddd;
  --site-form-background-alpha-color: rgba(86.67%, 86.67%, 86.67%, 0.90);
  
  --site-form-text-color: black;
  --site-form-link-color: #077070;
  --site-form-label-color: #333;
  --site-form-alt-row-bg-color: #eee;
  --site-menu-background-colors: white,white;
  --site-menu-background: white;
  --site-menu-text-color: black;
  --site-navbar-background-color: white;
  --site-button-background-colors: #666,#666;
  --site-button-background: #666;
  --site-button-text-color: white;
  --site-sidenav-option-color: black;
  --site-option-label-bg-color: #040505;
  }

