#myFooter {
  background: url("../../assets/img/bg-metal.svg") rgb(15,15,20);
  border-top: solid 5px rgb(10,10,15);
  color: white;
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
  padding-top: calc(20px + 1vw);
}

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

#myFooter p {
  font-size: 18px;
}

#myFooter h2, .h2 {
  font-size: 24px;
  color: #ff0000;
  font-weight: 700;
}

#myFooter h3, .h3 {
  font-size: 22px;
  font-weight: 700;
}

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

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

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: rgb(255,0,0);
  transition: all .3s;
}

#myFooter li {
  margin-bottom: 15px;
}

#myFooter .phone-numbers {
  font-size: 22px;
  font-weight: 700;
  color: #c3c3c3;
}

#myFooter .phone-numbers:hover {
  font-size: 22px;
  color: #ffffff;
  transition: all .3s;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #ffffff;
  padding: 0px 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

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

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

#myFooter .btn {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: #b40000;
  border-radius: 3px;
  border: none;
  margin: 0 auto;
  margin-top: 15px;
  transition: all .3s;
  padding: 10px 30px;
  width: 200px;
}

#myFooter .btn:hover {
  color: #fff;
  background-color: #ff0000;
  transition: all .3s;
}

#myFooter .footer-copyright p {
  font-size: 14px;
  color: #747474;
}

#myFooter .footer-copyright {
  background-color: rgb(10,10,15);
  padding-top: 10px;
  padding-bottom: 5px;
}

