#myFooter {
  background-color: #141414;
  color: #fff;
  padding-top: 34px;
  font-size: 18px;
  border-top: solid 1px #000;
  box-shadow: none;
}

@media (min-width: 576px) {
  #myFooter {
    box-shadow: 0px -5px 20px #000;
  }
}

@media (min-width: 576px) {
  #myFooter {
    font-size: 16px;
  }
}

#myFooter .touch-icon {
  font-size: 23px;
  position: relative;
  left: 4px;
  top: 1px;
}

#myFooter .footer-copyright {
  background-color: #0f0f0f;
  background: linear-gradient(#1e1e1e 0%, #0f0f0f 50%, #000000);
  padding-top: 5px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px;
  color: #a0a0a0;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
}

#myFooter li {
  line-height: 1.4;
  margin-bottom: 14px;
}

#myFooter .link-titles {
  font-size: 18px;
  color: #ddba00;
  font-weight: 700;
}

#myFooter a {
  color: #c3c3c3;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

#myFooter a:hover {
  color: #fff;
}

#myFooter li a:hover, #myFooter li a:focus {
  color: #ff0000;
  transition: color .3s ease-in-out;
}

#myFooter li a:hover, #myFooter li a:focus {
  color: #ff0000;
}

#myFooter .social-networks {
  text-align: center;
}

#myFooter .social-networks a {
  font-size: 26px;
  padding: 0px 8px;
}

#myFooter .social-networks a, #myFooter .social-networks a i {
  transition: color 0.3s ease-in-out;
}

#myFooter .facebook:hover {
  color: #0a42ff;
}

#myFooter .linkedin:hover {
  color: #0a42ff;
}

#myFooter .youtube:hover {
  color: #ff0000;
}

#myFooter .instagram:hover {
  color: #ff00e6;
}

#myFooter .btn {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  transition: background-color .3s ease-in-out;
  padding: 10px;
  width: 200px;
}

#myFooter .btn:hover {
  background-color: #b40000;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

#myFooter .phone-numbers {
  font-size: 22px;
}

