/* -- Font Definitions -------------------------------- */
@font-face {
  /* Bundled here, copied from the Fedora package:
   *     adobe-source-sans-pro-fonts-1.050-5.fc23.noarch */
  font-family: source-sans-pro;
  src: url(/fonts/SourceSansPro-Regular.otf);
}
@font-face {
  /* Bundled here, copied from the Fedora package:
   *     adobe-source-sans-pro-fonts-1.050-5.fc23.noarch */
  font-family: source-sans-pro-bold;
  src: url(/fonts/SourceSansPro-Bold.otf);
}

/* Global page settings ------------------------------- */
@page {
  size: auto;
  margin: 14mm 20mm;
}

/* -- Don't show the... ------------------------------- */
.web-only {
  display: none;
}

/* -- Text styling ------------------------------------ */
body {
  color: #373737;
  font-family: source-sans-pro;
  font-size: 12px;
  line-height: 1.6em;
}

h2 {
  font-family: source-sans-pro-bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 2.5em;
}
h2>ul.contact-info {
  float: right;
  font-family: source-sans-pro;
  font-size: 15px;
  list-style-type: none;
  text-align: right;
}

h3 {
  color: #005699;
  font-family: source-sans-pro-bold;
  font-size: 16px;
  margin: 0 0 0.8em 0;
}
h3:not(:nth-of-type(1)) {
  margin-top: 1.5em;
}
h3::before {
  content: "\2501\2501\2501\00a0\00a0\00a0";
}

h4 {
  font-family: source-sans-pro-bold;
  font-size: 13px;
  margin: 1.2em 0 0.4em 2.65em;
}
h3+h4 {
  margin-top: 0em;
}

p, ul {
  margin: 0 0 0.8em 0em;
}

ul {
  padding-left: 1.5em;
}

/* -- No links on paper ------------------------------- */
a, a:active, a:focus, a:visited {
  /* same as body */
  color: #373737;
  font-family: source-sans-pro;
  font-style: italic;
  text-decoration: none;
}
a::after {
  content: "\00a0(" attr(href) ")";
  font-family: source-sans-pro;
  font-style: normal;
}

/* -- Page breaks ------------------------------------- */
.page-break {
  page-break-after: always;
}
