.footer {
  font-family: "adelle-sans-condensed", sans-serif;
}
.footer .content {
  padding-top: 160px;
  padding-bottom: 160px;
}
.footer .footer-tile-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color1);
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: var(--color1);
}
.footer ul {
  padding: 0;
}
.footer .footer-tile {
  width: 50%;
}
.footer .footer-contact-tile {
  width: 25%;
}
.footer .footer-social-tile {
  align-items: flex-end;
  width: auto;
  padding-left: 30px;
}
.footer .footer-social-tile .social-tile-title {
  margin-bottom: 5px;
  width: 100%;
}
.footer .footer-social-tile .social-icon {
  margin-bottom: 12px;
}
.footer .footer-social-tile .youtube-icon {
  font-size: 0.8em;
}
.footer .copyright {
  padding: 0;
  width: auto;
}
.footer .tag-line {
  margin-bottom: 12px;
}
.footer .footer-logo-tile {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.footer .footer-logo-tile .footer-logo-container {
  width: 120px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer .footer-tile {
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-logo-tile {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
}