.section-header {
  font-family: Archivo Black;
  margin: 25px 0 10px;
}

.thumb-and-purchase {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  max-width: 100%;
}

.thumb-and-purchase {
  flex-direction: column;
}

.thumb-and-purchase .thumbnail-container {
  border: black 1px solid;
  max-width: 70%;
}

.thumb-and-purchase .thumbnail-container img {
  display: block;
  margin: 0 auto;
}

.thumb-and-purchase .purchase-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2%;
  width: 100%;
}

.thumb-and-purchase .purchase-options a {
  margin: 0 2%;
}


.thumb-and-purchase .purchase-options a img {
  height: 80px;
  width: 80px;
}

.articles {
  width: 100%;
}

.articles .article-headers th.article-title {
  text-align: left;
}

.articles .article-title {
  width: 48%;
}

.articles .article-contributor {
  text-align: left;
  width: 48%;
}

.articles .article-page {
  text-align: right;
  width: 4%;
}

.articles .article:nth-child(even) {
  background-color: #DADBDD;
}

.description, .art-credits {
  padding: 0 2.5%;
}
