footer {
  background-color: #1c3051;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 0px;
  bottom: 0;
  color: #fff;
  border-top: 10px solid #fff;
}

@media (max-width: 576px) {
  footer {
    background-color: #1c3051;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 0px;
    bottom: 0;
    color: #fff;
  }
}

.footer-navigation h3 {
  margin: 0;
  font: normal 36px Cookie, cursive;
  margin-bottom: 20px;
  color: #fff;
}

.footer-navigation h3 a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'BebasNeueProSemiExpandedBold';
  text-transform: uppercase;
}

.footer-navigation p.links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'BebasNeueProExpandedBook';
  text-transform: uppercase;
}

.footer-navigation p.company-name {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  font-family: 'BebasNeueProExpandedBook';
  text-transform: uppercase;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

.footer-contacts p a {
  color: #ffffff;
  text-decoration: none;
}

.fa.footer-contacts-icon {
  background-color: #1f2e51;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}

.footer-about p {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  font-family: 'BebasNeueProExpandedBook';
}

div.social-links {
  margin-top: 20px;
  color: #fff;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #1f2e51;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff !important;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 24px;
}

