html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.center {
  text-align: center;
}

.foreground-color {
  color: #c5ab7a;
}

.background-color {
  color: #575f6c;
}

.background-footer {
  background-color: #dcdcdc;
}

.tile {
  background-image: url("../images/tile.jpg");
}

.header {
  width: 100%;
  height: 100px;
  background-color: #575f6c;
  opacity: 0.9;
}

.landing-container {
  padding: 0;
}

.landing {
  display: inline-block;
  min-width: 50%;
  margin: 0 auto;
  background-color: #fff;
}

.landing-heading {
  font-size: 42px;
}

.margin-left-right {
  margin: 0 10px;
}

.link {
  font-size: 28px;
  text-decoration: none;
}

.link-text-container {
  height: 20px;
}

.link-text {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #575f6c;
}

.epsa-banner-container {
  height: 100px;
  float: right;
  text-align: right;
}

.espa-banner img {
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 425px) {
  .logo {
    width: calc(100% - 32px);
    text-align: center;
  }

  .espa-banner img {
    width: 100%;
    height: auto;
  }

  .info-container {
    font-size: 0.8em;
  }
}
