@font-face {
  font-family: 'CrimsonPro webfont';
  src: url('../fonts/CrimsonPro-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 20px;
  height: 100%;
  min-height: 100%;
}
*::selection {
  color: #ffffff;
  background-color: #2f61c4;
}
body {
  font-family: "CrimsonPro webfont", serif;
  font-size: 1rem;
  color: #1f1f23;
  line-height: 1.5;
  min-width: 240px;
  margin: 2rem;
  background-color: #ffffff;
}
h1 {
  font-size: 1rem;
  font-weight: normal;
  margin: 1em 0em;
}
h1.first-child {
  margin-top: 0em;
}
p {
  margin: 0em 0em 1em 0em;
}
strong, em {
  font: inherit;
}
ul.link_list {
  list-style: none;
  padding: 0em;
  margin: 0em 0em 1em 0em;
}
ul.link_list li {
  margin: 0em 0em 1em 0em;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  color: #2f61c4;
  text-decoration: none;
}
a:visited:hover,
a:visited:focus {
  color: #ab2fc4;
}
a:active,
a:visited:active,
a:visited:active {
  color: #c4002f;
  text-decoration: none;
}
@media print {
  html {
    font-size: 7mm;
  }
}
@media screen and (max-width: 639px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1.25vw;
  }
}
