html {
  background-color: white;
}
body {
  color: black;
  margin: 0 10px;
  padding-bottom: 20px;
  border-width: 0 1px;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  overflow-y: scroll;
}
#menu {
  background: rgba(255, 255, 255, .95);
  border-color: #ddd;
  box-shadow: 0 0 20px #333;
  position: fixed;
}
#gdpr-consent {
  border-color: #ddd;
  box-shadow: 0 0 30px #000;
}
#content {
  background-color: rgba(255, 255, 255, .9);
  max-width: 718px;
  margin: 40px auto 0;
  padding: 21px;
  box-shadow: 5px 5px 25px #333;
  line-height: 140%;
}
h1 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 32px;
  margin: 0 0 12px 0;
  line-height: normal;
}
h2 {
  margin: 24px 0 6px 0;
  font-size: 15px;
}
h3 {
  margin: 12px 0 0;
  font-size: 13px;
}
a {
  color: #3B5998;
}
a:visited {
  color: #713A96;
}
a:hover {
  color: #AD389F;
}
article.blog {
  margin: 50px 0;
}
dd, .indent {
  margin-left: 40px;
}
p {
  margin: 0 0 8px;
}
.picture {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 33%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  #content {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  #content img.full {
    width: 100%;
    height: auto;
  }
  #menu {
    box-shadow: none;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1280px) {
  html {
    background: #4172ac url(/gfx/sky-1280x960.jpg) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  html {
    background: #4172ac url(/gfx/sky-1600x1200.jpg) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }
}

