html {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "onum", "kern", "liga", "clig", "alt";
  -webkit-font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  font-weight: 300;
}

header img {
  max-width: 150px;
}

.pack {
  border-radius: 10px;
  border: 1px solid #FF1493;
}

h1, h2, h3 {
  font-weight: 300;
}

.contact {
  font-weight: 300;
}

.contact a, footer a {
  text-decoration: none;
}

nav a {
  text-decoration: none;
  color: hsl(24, 10%, 60%);
  font-weight: 400;
}
nav .active a {
  color: hsl(24, 10%, 40%);
}
nav .active a:hover {
  color: white;
}

strong {
  font-weight: 900;
}

.citation {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #FF78C1;
}

figure {
    margin: 0;
}

nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  margin: 0 0.35em;
  padding: 0;
}

@media (min-width: 800px) {
  .intro {
    font-size: 2.5em;
    font-weight: 300;
  }
  .citation {
    font-size: 1.5em;
  }
}
