/* #Footer */
#footer {
  font-size: 0.9em;
  margin-top: 50px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
  color: #fff;
}
#footer h4 {
  font-size: 1.8em;
  font-weight: 200;
}
#footer .footer-ribbon {
  background: #564950;
  position: absolute;
  margin: -45px 0 0 14px;
  padding: 10px 20px 6px 20px;
}
#footer .footer-ribbon:before {
  border-right: 10px solid #564950;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
#footer .footer-ribbon span {
  color: #fff;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}
#footer .footer-copyright {
  background-color: #171218;
  padding: 30px 0 10px;
  min-height: 80px;
}
#footer .footer-copyright a {
  text-decoration: none;
}
#footer .footer-copyright nav {
  float: right;
}
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-copyright nav ul li {
  border-left: 1px solid #fff;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
#footer .footer-copyright p {
  color: #fff;
  margin: 0;
  padding: 0;
}