* {
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "HelveticaNeue", helvetica, arial, sans-serif;
}

a {
  color: #ec412e;
  text-decoration: none;
}

img {
  max-width: 100%;
}

main {
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
  width: 100%;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  margin: 0;
  padding: 15px;
}

h3 {
  color: #FF9100;
  font-size: 1.6em;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}

.header {
  background-image: url("images/cemetery-header.png");
  max-width: 100%;
  height: 195px;
}

.infographic {
  margin: 0;
  padding: 0;
  width: 100%;
  background:#eaebee;
}

.list-hed,
.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  width: 100%;
  list-style-type: none;
  text-align: center;
}

.list-hed {
  border-bottom: 1px dotted #999;
}

.list li {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  font-style: italic;
  font-size: 0.8em;
}

.list li em {
  font-style: normal;
}

.list li:nth-child(3),
.list li:last-of-type {
  margin-right: 0;
}

.second-row {
  margin-top: 2em;
}

.item-hed {
  font-size: 2.5em;
  font-style: normal;
  line-height: 2em;
}

bibliography {
  display: block;
  font-size: 10px;
  text-align: left;
  padding: 1em;
  line-height:1.5em;
}

.credit {
  font-size: 13px;
  font-style: italic;
  margin: 0 0 0.5em;
}


@media screen and (min-width: 451px) and (max-width: 660px) {
  main {
    height: 1600px;
    overflow-y: scroll;
  }

  .item-hed {
    font-size: 1.875em;
    line-height: 1.2em;
  }
}


@media screen and (max-width: 450px) {
  main {
    height: 1600px;
    overflow-y: scroll;
  }

  h2 {
    font-size: 1.875em;
    line-height: 1.2em;
  }

  .list-hed,
  .list {
    display: block;
    text-align: left;
  }

  .list {
    padding: 0;
  }

  .list li {
    width: 100%;
    margin: 1em 0;
    text-align: center;
    font-size: 16px;
  }

  bibliography {
    font-size: 12px;
  }
}

