/* COPYRIGHT (C) 2018 BY G. STEKELENBURG - ALL RIGHTS RESERVED */

/* colors */
#header { background: white; box-shadow: 0 0 5vh #fff; }
#footer { background: white; box-shadow: 0 0 5vh #fff; }
h1 a { color: #000; }
blockquote h4 { /*color: dodgerblue; opacity: 0.3;*/ color: #eee; } 
a { color: dodgerblue; }
small { color: gainsboro; }
.icon svg { fill: currentColor; }
#gdpr_popup { background: #29f; color: #fff; box-shadow: 0 0 0 1px #18e; }
#gdpr_popup button { box-shadow: 0 0 0 1px #18e; }
.lang { color: #ccc; }

