html, body { height: 100%; }
body {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  margin: 0;
}

.content {
  background: rgba(255,255,255,0.98);
  color: #111;
  max-width: 880px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 6px;
}

.hero {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(/img/background.jpg) center/cover no-repeat;
  background-size: cover;
/*  background-color: #060606; */
  background-blend-mode: multiply;

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2 {
  color: #0b2540;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}
p, ul { margin-bottom: 1rem; }
ul li { margin-bottom: .5rem; }
a { color: #0b66b2; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

.btn-link {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #0b66b2;
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .content { margin: 12px; padding: 16px; border-radius: 4px; }
  .hero { background-attachment: scroll; }
}
