/*
  elw.in/geeft/vorm...
*/

body {
  padding: 1em 5%;
  font-family: monospace;
  font-size: 200%;
  font-size: calc(1em + 3vw);
  line-height: 1.5;
  color: #ccc;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2 {
  font-size: 1em;
  font-weight: normal;
}
h1 {
  margin: 0 0 0.5em 0;
}
h1 strong {
  color: #000;
  background-color: #ff0;
  padding: 0 0.5ex;
}
h2 {
  color: #000;
}
h2:after {
  content: ":";
  color: #999;
}

a {
  padding: 0 0.5ex;
  color: #666;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:active,
a:hover,
a:focus {
  color: #000;
  background-color: #ff0;
}


ol {
  margin: 0 0 0.25em 2em;
  list-style: disc;
}

p {
  margin: 0 0 0.5em 0;
  line-height: 1;
}

strong,
strong a {
  color: #333;
  font-weight: normal;
}
small {
  font-size: 0.6em;
  line-height: 1em;
  color: #aaa;
}
