@font-face {
  /*
  Daniel Johnson <il.basso.buffo@gmail.com>
  Cyreal <contact@cyreal.org>

  Copyright 2016 The Didact Gothic Project Authors (il.basso.buffo@gmail.com)

  This Font Software is licensed under the SIL Open Font License, Version 1.1.
  This license is available with a FAQ at:
  http://scripts.sil.org/OFL
  */
  font-family: "Didact Gothic";
  src: url(DidactGothic-Regular.ttf) format("truetype"),
       url(DidactGothic-Regular.otf) format("opentype");
}

menu {
    clear: both;
}

competency, ervaring, opleiding, skill, interest {
  margin-bottom: 1em;
  margin-right: 1em;
  width: 19%;
  min-width: 11em;
}
competencies, ervaringen, opleidingen, skills, interests{
    display: flex;
    flex-wrap: wrap;
}

ervaringen .relevant {
    width: 38em;
    font-size: larger;
}

@media print {
    ervaring span {
        display: none;
    }
    menu {
        display: none;
    }
}

periode {
  display: block;
}
titel {
  display: block;
}
text {
  display: block;
  margin: 1em;
  margin-bottom: 2em;
  font-size: smaller;
}

body {
  font-family: "Didact Gothic", Sans-serif;
  padding: 2em;
}
