a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:active {
  color: rgb(255,255,255);
}

footer {
  padding: 50px 0 50px 0;
  /*margin-top: 75px;*/
  background-image: linear-gradient(rgb(0,94,152), rgb(20,61,111));
}

.footer-navigation h3 {
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto Slab';
}

.footer-about h4 {
  color: #fff;
  font-family: 'Roboto Slab';
  font-size: 16px;
}

.footer-about p {
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat';
}

.footer-contacts-icon {
  display: flex;
  background-color: #fff;
  color: #114275;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
}

.links {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
}

.social-links a {
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10%;
  font-size: 20px;
  color: #114275;
  text-align: center;
  line-height: 26px;
  margin-right: 15px;
}

.footer-contacts p {
  font-family: 'Montserrat';
  font-size: 12px;
  padding-left: 10px;
  color: #ffffff;
}

.footer-vertical-center {
  height: 50px;
}

.footer-middle-info {
  display: flex;
  height: 50px;
}

.footer-icon {
  vertical-align: middle;
  height: 26px;
  width: 26px;
  display: inline-block;
}

.company-name {
  color: #c2c2c2;
  font-size: 10PX;
  font-family: 'Montserrat';
}

