@charset "utf=8";

.footer {
}
.foot {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto 0;
  padding: 30px 0 50px;
}

.copy {
  width: 100%;
  padding: 14px 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.copy span {
  font-family: "Cormorant Upright";
}

@media screen and (width: 812px) {
  .foot h1 {
    margin-bottom: 20px;
  }
  .foot h1 img {
    height: 16px;
  }
  .foot .copy {
    font-size: 14px;
  }
  .foot .copy ul {
    flex-direction: column;
  }
  .foot .copy li {
    font-size: 14px;
    margin-right: 0;
  }
  .foot .copy li:after {
    display: none;
  }
}
