﻿.footer {
  margin-top: 30px;
  width: 100%;
  background-color: #2f2b2a;
  min-width: 1200px;
  padding: 30px 0;
}

.footer p {
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.footer p a {
  color: #fff;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}

.footer p a img {
  vertical-align: top;
  margin-top: 5px;
}
