.site-footer {
  text-align: center;
  background: var(--teal-dark);
  padding: 30px 15px 30px;
  color: var(--cream);
  font-size: 12px;
  line-height: 22px;
  position: relative;
  z-index: 5;
}

.home .site-footer {
  background: none;
}

.social-row {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  align-items: center;
}

.social {
  margin: 0 7px;
}

.social-row svg {
  width: 18px;
  height: auto;
  fill: var(--cream);
}

.social:hover {
  transform: scale(1.05);
}

.contact a {
  color: var(--cream);
}

.contact {
  letter-spacing: 1.15px;
  margin-bottom: 8px;
}

.fph {
  font-family: "Montserrat";
  white-space: nowrap;
}

a.fph:hover,
a.fph:visited {
  color: #ddd;
}

@media only screen and (max-width: 450px) {
  .fpipe {
    display: none;
  }
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
