.footer {
  z-index: 100;
  padding-top: 20px;
  background: #79bd9a;
  color: rgba(255, 255, 255, 0.9);
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  clear: both;
}

.footer-left {
  float: left;
  width: 35%;
  box-sizing: border-box;
}

.footer-left--text {
  color: #fff;
  display: block;
  margin-bottom: 6px;
  padding-left: 5%;
  font-size: 0.8rem;
}

.footer-left--text a {
  color: #fff;
}

.footer-center {
    float: left;
    width: 35%;
}

.footer-center--text {
      color: #fff;
  display: block;
  margin-bottom: 6px;
  padding-left: 5%;
  font-size: 0.8rem;
}

.footer-right {
  padding-top: 10px;
  float: right;
  width: 30%;
}

.socmed-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.socmed-list--item {
  display: inline;
  font-size: 2rem;
}

.socmed-list--link,
.socmed-list--link:visited {
  color: #fff;
  text-decoration: none;
  margin-right: 6px;
}

.socmed-list--link:hover {
  color: #ddd;
}

.copy {
  display: block;
  height: 30px;
  color: #dfdfdf;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
  font-size: 0.8rem;
  background: #0c0c0c;
}

@media (max-width: 575.98px) {
  .socmed-list--item {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer {
    height: auto;
  }

  .footer-left {
    float: none;
    width: 70%;
  }

  .footer-right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .copy {
    font-size: 0.6rem;
  }
}

/*# sourceMappingURL=footer.css.map */
