footer {
  background-color: #f8f8f8;
  color: #555;
  padding: 50px 0;
  font-size: 14px;
}

footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer a {
  color: #555;
}

footer a:hover,
footer a:focus {
  color: #1abc9c;
  text-decoration: none;
}

footer .container {
  max-width: 1000px;
  margin: 0 auto;
}

footer .text-center {
  text-align: center;
}

footer hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  footer .col-md-4 {
    width: 33.3333%;
    float: left;
  }
}
