h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

p, span, a {
  font-family: 'Cabin', sans-serif;
}

td {
  background-color: #ffffff;
  font-size: 24px;
  font-family: 'Cabin', sans-serif;
  color: #414042;
}

.logo-header {
  background-color: #414042;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

img.logo-header__logo {
  height: 15vh;
  padding: 20px;
}

img.image-box__image {
  width: 100%;
  max-width: 100%;
}

.directory-box {
  background-color: #414042;
  padding: 75px 20px;
  background-image: url(../img/theXchange_Icon_White10.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.directory-box__link {
  text-align: center;
}

.directory-box__link a {
  color: #ffffff;
  font-size: 36px;
}

.directory-box__link a:hover {
  color: #d8d8d8;
}


.directory-box__row {
  margin-bottom: 50px;
}

.directory-box__header {
  color: #ffffff;
  font-size: 48px;
}

.directory-box__table {
  border: 1px solid #ffffff;
}

.tablepress {
  margin-bottom: 1em;
}