:root {

  --site-watermark: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/1764826/6833755a-712b-4a9e-a106-35636bc6b4bc/small_thumb.jpg); 

  --site-menu-width: 950px;
  --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/160077/o4mn/original.jpg?v=1433884037);
  --site-background-color: #020202;
  --site-main-text-color: white;
  --site-main-link-color: #84084e;
  --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: #84084e;
  --site-content-label-color: #555;
  --site-content-alt-row-bg-color: #aaa;
  --site-form-background-color: #020202;
  --site-form-background-alpha-color: rgba(0.78%, 0.78%, 0.78%, 0.90);
  
  --site-form-text-color: white;
  --site-form-link-color: #fe40d2;
  --site-form-label-color: #ccc;
  --site-form-alt-row-bg-color: #444;
  --site-menu-background-colors: #b01f8e, #fe40d2;
  --site-menu-background: radial-gradient(#b01f8e, #fe40d2);
  --site-menu-text-color: white;
  --site-navbar-background-color:  #fe40d2;
  --site-button-background-colors: #b01f8e, #fe40d2;
  --site-button-background: radial-gradient(#b01f8e, #fe40d2);
  --site-button-text-color: white;
  --site-sidenav-option-color: black;
  --site-option-label-bg-color: #040505;
  }

