@import url("//fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic&subset=latin");

html,
body {
  margin: auto;
  max-width: 42em;
  padding: 1em;
  background: #fefefe;
}

body {
  font: 1.3em "Vollkorn", Palatino, Times, serif;
  color: #333;
  line-height: 1.4;
  text-align: justify;
}

h1,
h2 {
  font-weight: normal;
}

h1 {
  margin-top: 0;
}

.et-cetera {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

.et-cetera ul {
  margin: 0;
}

.headshot {
  margin: 0 1.2em 0 0;
  display: flex;
  align-self: flex-start;
}

.headshot img {
  display: block;
  width: auto;
  height: calc(4 * 1.4em);
}

.site-footer {
  margin-top: 2em;
  font-size: 0.75em;
  text-align: left;
}

p {
  margin-top: 0;
  hyphens: auto;
}

ul {
  list-style: square;
  padding-left: 1.2em;
}

a {
  color: #2484c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 480px) {
  body {
    text-align: left;
    padding: 0.5em;
    font-size: 1.1em;
  }

  .et-cetera {
    gap: 0.8em;
  }

  .headshot {
    display: none;
  }

  p {
    text-align: justify;
  }

  ul {
    padding-left: 1em;
  }
}
