
:root {
  --footer-shadow-color: #00ae9d; /*rgba(0, 174, 157, 1);*/
  --teal-base: #009688;
  --white-back: #fff;
  --white-front: #fff;
  --black-front: #000;
  --transparent: rgba(255,255,255,0);
  --btn-hover: #26ffe9; /*rgb(38,255,233)*/
  --gallery-header-back: #fff;
  --tm-hover: rgba(0,0,0,0.8);
  --tm-back: #bbb;
  --tm-next-prev: #888;
  --tm-active: #717171;
  --tm-author: #005050;
  --colhead: #002c2c;
  --price: #002c2c;
  --w3l5: #e9fffd;
  --w3l4: #b7fff8;
  --w3l3: #6efff1;
  --w3l2: #26ffe9;
  --w3l1: #00dcc6;
  --w3d1: #008578;
  --w3d2: #00766a;
  --w3d3: #00685d;
  --w3d4: #005950;
  --w3d5: #004a43;
  --scroll-track: #f1f1f1;
  --scroll-thumb: #009688;
  --scroll-thumb-hover: #007070;
  --list-marker-color: #00766a;
  --svg-marker: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NCA3NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDggLTEyNikiIGZpbGw9ImN1cnJlbnRDb2xvciI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0KSI+CiAgIDxyZWN0IHRyYW5zZm9ybT0icm90YXRlKDkwKSIgeD0iMTY1IiB5PSItMTkyIiB3aWR0aD0iMTYiIGhlaWdodD0iNjYiIHJ4PSI1IiByeT0iNSIgc3Ryb2tlLXdpZHRoPSIuMyIvPgogICA8cmVjdCB0cmFuc2Zvcm09InJvdGF0ZSg0NSkiIHg9IjI0NSIgeT0iLTEwIiB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHJ4PSI1IiByeT0iMiIgc3Ryb2tlLXdpZHRoPSIuMiIvPgogICA8cmVjdCB0cmFuc2Zvcm09InJvdGF0ZSgxMzUpIiB4PSItMTciIHk9Ii0yNTQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgcng9IjUiIHJ5PSIyIiBzdHJva2Utd2lkdGg9Ii4yIi8+CiAgPC9nPgogIDxwYXRoIHRyYW5zZm9ybT0ic2NhbGUoLjMpIiBkPSJtMjc1IDI0MmgtNzdsLTE5NSA1MTFoMTM3bDM3LTEwM2g5OHYtOTRoLTY1bDY1LTE4M3oiIGRpc3BsYXk9Im5vbmUiIHN0cm9rZS13aWR0aD0iNCIvPgogPC9nPgo8L3N2Zz4K);
  --list-icon-brightness: 1;
  --sticky-shadow: rgba(0,0,0,0.1);
}

/* ks: */

h1 { color: var(--w3d3); } /*d3*/
h2 { color: var(--w3d4); } /*d4*/
h3 { color: var(--w3d5); } /*d5*/
a  { color: var(--w3d1); text-decoration: none; } /*d1*/
a.home { color: var(--white-front); }
footer { a { color: var(--white-front); } }
.gallery-btn-on { background-color: var(--w3l2); }
.gallery-btn-off { background-color: var(--w3l5); }

/* w3 css: */

.w3-theme-l5 {color:var(--black-front) !important; background-color:var(--w3l5) !important}
.w3-theme-l4 {color:var(--black-front) !important; background-color:var(--w3l4) !important}
.w3-theme-l3 {color:var(--black-front) !important; background-color:var(--w3l3) !important}
.w3-theme-l2 {color:var(--black-front) !important; background-color:var(--w3l2) !important}
.w3-theme-l1 {color:var(--white-front) !important; background-color:var(--w3l1) !important}
.w3-theme-d1 {color:var(--white-front) !important; background-color:var(--w3d1) !important}
.w3-theme-d2 {color:var(--white-front) !important; background-color:var(--w3d2) !important}
.w3-theme-d3 {color:var(--white-front) !important; background-color:var(--w3d3) !important}
.w3-theme-d4 {color:var(--white-front) !important; background-color:var(--w3d4) !important}
.w3-theme-d5 {color:var(--white-front) !important; background-color:var(--w3d5) !important}

.w3-theme-light {color:var(--black-front) !important; background-color:var(--w3l5) !important}
.w3-theme-dark {color:var(--white-front) !important; background-color:var(--w3d5) !important}
.w3-theme-action {color:var(--white-front) !important; background-color:var(--w3d5) !important}

.w3-theme {color:var(--white-front) !important; background-color:var(--teal-base) !important}
.w3-text-theme {color:var(--teal-base) !important}
.w3-border-theme {border-color:var(--teal-base) !important}

.w3-hover-theme:hover {color:var(--white-front) !important; background-color:var(--teal-base) !important}
.w3-hover-text-theme:hover {color:var(--teal-base) !important}
.w3-hover-border-theme:hover {border-color:var(--teal-base) !important}
