:root {
  --bg:    #000;
  --text:  #d1d1d1;
  --italics: var(--text);
  --bolded:  #256aff;  

  --link: #256aff;
  --link-shadow: none;
    --link-hover:        #ffffff;
    --link-hover-shadow:      ffffff38;

    --box-text-01:          #ffffff;
    --box-txtsh-01:         #ffffff38;
    --box-color-01:         #363636;

    --contain-bg-01:        #1e1e20;
    --contain-border-01:     rgb(17, 17, 17);
    --hr-dvd:            #ffffff38;
    
  --gradient-01: none;
  --gradient-02: none;

  --fun-01: rgb(255, 216, 132);
  --fun-02: rgb(255, 216, 132);

  --tag-text: #858585;
  --tag-bg: #47474769;
  --tag-hover: white;
  --tag-shadow: white;

--sub-yes: #75ff25;
--sub-no: #ff2525;  

--highlight-bg: #30262050;
--highlight-txt: rgb(255, 216, 132);
}


.container div.header img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


body {
  background:
  var(--bg)
  url("/gallery/assets/background01.png")
  no-repeat
  center top;
  backdrop-filter: hue-rotate(-90deg);
}

a {text-decoration: underline;}