:root {

  --site-watermark: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/4327188/f50e3dc1-5d33-457e-854f-c3c0eab1fafd/original.png?v=scf6lz); 

  --site-menu-width: 1000px;
  --site-sidenav-width: 130px; /* New variable */
  --site-capitalization: capitalize;
  --site-menu-alignment: modern;
  --site-glow-or-shadow: glow;
  --site-main-background-image: url(https://modernlifestyle-prod.nyc3.cdn.digitaloceanspaces.com/4327155/7a896890-0485-413b-a83d-00024fd94d17/original.jpg?v=scf68s);
  --site-background-color: black;
  --site-main-text-color: white;
  --site-main-link-color:  #fd8d18;
  --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:  #ff0202;
  --site-content-label-color: #1d0b00;
  --site-content-alt-row-bg-color: #DFE1E3;
  --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:  #ff0202;
  --site-form-label-color: #1d0b00;
  --site-form-alt-row-bg-color: #eee;
  --site-menu-background-colors: #fdef26,#c35a0d;
  --site-menu-background: linear-gradient(#fdef26,#c35a0d);
  --site-menu-text-color: white;
  --site-navbar-background-color: #c35a0d;
  --site-button-background-colors: #edeeee,#858187;
  --site-button-background: linear-gradient(#edeeee,#858187);
  --site-button-text-color: black;
  --site-sidenav-option-color: #9c0202;
  --site-option-label-bg-color: #040505;
  }

