body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/roboto-light-webfont.woff2') format('woff2'),
       url('/fonts/roboto-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('/fonts/roboto-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/roboto-medium-webfont.woff2') format('woff2'),
       url('/fonts/roboto-medium-webfont.woff') format('woff');
}

a {
  color: #333;
}

a:hover {
  color: #0087be;
}

div.container {
  max-width: 550px;
  margin: 0 auto 3rem auto;
}

h1 {
  font-size: 2.5em;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;

  margin: 3rem 1rem 1.5rem 1rem;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: #333;
  margin: 1.5rem 1rem 1.5rem 1rem;
}

p {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 300;

  margin: 1.5rem 1rem 1.5rem 1rem;
}

ul.contact {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 1.5rem 1rem 2rem 1rem;
}

ul.contact > li {
  margin-right: 2em;
  display: list-item;
}

a.button {
  display: flex;
  text-decoration-line: underline;
  font-size: 1.1em;
}

ul.contact > li svg,
ul.contact > li img {
  display: block;
  width: 1.2rem;
  margin-right: 0.5rem;
  fill: currentColor;
  display: block;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 4rem 2rem 1rem 1rem;
  color: #000;
}

div.work h4 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 1rem 1rem 0 0;
}

div.work img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 1.3rem 0.5rem 0 1rem;
}
div.work > div.heading {
  display: flex;
}

div.work p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;

  margin: 1rem 1rem 2rem 1rem;
}

div.container > p:last-child,
div.work > p:last-child {
  font-size: 1.1rem;
  font-weight: 400;
}

div.work > h5 {
  font-size: 1em;
  font-weight: 300;
  margin: 1rem;
}

ul.articles {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem 0;
}

ul.articles > li {
  display: list-item;
  margin: 0.8rem 1rem;
}

ul.articles a {
  font-size: 1.2em;
}
