:root {
  --site-hue: 32; --site-saturation: 20; --site-lightness: 60;
}
html { overflow: hidden scroll; font-family: sans-serif, 'Open Sans'; background: hsl(40 10% 65%); }
body { 
  max-width: 75rem; margin: 0 auto; padding: 0 3px 3em; color: hsl(0,0%,0%); 
}
nav > div { border-radius: 0.5em 0.5em 0em 0em; }
main > div { background: hsl(0,0%,97%); min-height: 50vh; }
footer > div { border-bottom-left-radius: .5em; border-bottom-right-radius: .5em; }

h1 { margin-bottom: .5em; font-size: 1.25rem; font-family: serif; font-weight: 500; text-decoration: none; }
h2 { margin: .5em 2px 0; font-size: .9em; font-weight: bold; max-width: 25em; }
a { color: sienna; }
#site-article-id-2 > div {
  display: flex; align-items: baseline;
  & > a {
    margin: 0 8px; font-size: 2.5rem; line-height: 1.5em; 
    font-style: italic; text-shadow: 1px 1px 2px #000; text-decoration: none; color: hsl(0 0% 100%); 
  }
  & > span { font-size: min(2.6vw, 1rem); color: hsl(0 0% 100%); text-shadow: 1px 1px 1px #000; }
}
#site-article-id-21 > p > img {
  width: 40em; max-width: 100%; border: solid 1px #000;
}
.site-content-type-1000 ul { 
  list-style: disc outside; margin-bottom: 1em; 
  & > li { margin-left: 1.5em; } 
}
.site-content-type-1000, .site-content-type-1001 {  padding: 1.5em; }
.site-content-type-1003 { padding: 1em; }
.site-content-type-2 { padding: 2em 3em; }

#nc-disclaimer1 { font-size:.9em; margin-top: 2em; padding: 6px; border: solid 1px black; }

