#myFooter {
  background-color: rgb(18,18,18);
  color: white;
  padding-top: 30px;
  font-size: 18px;
  border-top: solid 1px black;
  box-shadow: none;
}

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

#myFooter .footer-copyright {
  background-color: rgb(15,15,15);
  background: -webkit-linear-gradient(top, rgb(23,23,23) 0%,rgb(20,20,20) 46%,rgb(18,18,18) 53%,rgb(20,20,20) 100%);
  background: linear-gradient(to bottom, rgb(23,23,23) 0%,rgb(20,20,20) 46%,rgb(18,18,18) 53%,rgb(20,20,20) 100%);
  padding-top: 5px;
  margin-top: 10px;
  padding-bottom: 3px;
  text-align: center;
}

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

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

#myFooter h2, .h2 {
  font-size: 22px;
}

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

#myFooter h3 {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  margin-top: 15px;
}

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

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

#myFooter .social-networks {
  text-align: center;
  padding-top: 15px;
}

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

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

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

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

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

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

#myFooter .btn.btn-primary {
  font-size: 20px;
}

#myFooter .btn {
  display: block;
  font-size: 20px;
  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;
}

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

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

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

