:root {

  --site-watermark: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/4748323/0aa7e783-29b9-45d1-90e7-3f5d759483d5/small_thumb.jpeg); 

  --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: none;
  --site-background-color: #1C1C1D;
  --site-main-text-color: white;
  --site-main-link-color: #e75480;
  --site-content-background-color: #ccc;
  --site-content-background-alpha-color: rgba(80.00%, 80.00%, 80.00%, 0.90);
  --site-content-text-color: black;
  --site-content-link-color: #e75480;
  --site-content-label-color: #777;
  --site-content-alt-row-bg-color: #fce6ce;
  --site-form-background-color: #A9A9A9;
  --site-form-background-alpha-color: rgba(66.27%, 66.27%, 66.27%, 0.90);
  
  --site-form-text-color: black;
  --site-form-link-color: #e75480;
  --site-form-label-color: #333;
  --site-form-alt-row-bg-color: #ccc;
  --site-menu-background-colors: black,black;
  --site-menu-background: linear-gradient(black,black);
  --site-menu-text-color: white;
  --site-navbar-background-color: black;
  --site-button-background-colors: #f0609b,#f0609b;
  --site-button-background: linear-gradient(#f0609b,#f0609b);
  --site-button-text-color: black;
  --site-sidenav-option-color: black;
  --site-option-label-bg-color: #aaa;
  }

