footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 20px 20px;
//  background-color: #444;
  background-color: #934048;
}
footer::after {
  clear: both;
  content: "";
  display: block;
}
footer .logo {
//  font-size: 28px;
  color: whitesmoke;
  line-height: 0;
  margin-bottom: 8px;
  margin-right: 4px;
}
footer .log-img {
  width: 120px;
}

@media screen and (min-width: 1024px) {
  footer .logo {
    float: left;
    margin-bottom: 0;
  }
}
footer ul {
  line-height: 1.5;
  margin: 0 0 16px 0;
  padding: 0;
}
footer ul::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1024px) {
  footer ul {
    float: left;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 16px;
  }
  footer ul::after {
    clear: both;
    content: "";
    display: block;
  }
}
footer ul li {
  list-style: none;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  footer ul li {
    display: inline;
    text-align: left;
  }
}
footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
}
footer ul li a:focus, footer ul li a:hover {
  color: white;
}

@media screen and (min-width: 1024px) {
  footer .secondary-links {
    float: right;
  }
}
footer .secondary-links li a {
  font-size: 0.6rem;
  font-weight: 100 !important;
}
footer .secondary-links .social {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 1024px) {
  footer .secondary-links .social {
    float: right;
    margin-top: 0;
  }
}
footer .secondary-links .social li {
  float: left;
  font-size: 1rem;
  line-height: 0;
  margin: 0;
  padding-right: 0.7em;
}

footer .secondary-links .social li:last-child {
  padding-right: 0;
}

footer .secondary-links .social li > a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 30px;
}
footer .secondary-links .social li > a:hover {
  background-color: white;
}
