:root {
  --bg:    #000;
  --text:  #181818;
  --italics: var(--text);
  --bolded:  #000000;  

  --link: #313131;
  --link-shadow: none;
    --link-hover:        #818181;
    --link-hover-shadow:      none;

    --box-text-01:          #ffffff;
    --box-txtsh-01:         none;
    --box-color-01:         #141414;

    --contain-bg-01:        #ececec;
    --contain-border-01:    var(--bg);

    --hr-dvd:            #55555596;
    
  --gradient-01: none;
  --gradient-02: none;

  --fun-01: black;
  --fun-02: black;

  --tag-text: #858585;
  --tag-bg: #47474769;
  --tag-hover: white;
  --tag-shadow: white;

--sub-yes: black;
--sub-no: black;  

--highlight-bg: #00000015;
--highlight-txt: black;
}


.container div.header img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}