#myFooter {
  background-color: rgb(21,0,31);
  color: white;
  padding-top: 30px;
  font-size: 18px;
  border-top: solid 2px black;
}

#myFooter .pleasecall {
  font-family: 'Amarante';
  text-align: center;
  font-size: 26px;
  color: #d6adff;
}

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

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

#myFooter .footer-copyright {
  background-color: rgb(13,0,20);
  padding-top: 10px;
  padding-bottom: 62px;
  text-align: center;
}

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

#myFooter h3, .h3 {
  font-family: 'Amarante';
  font-size: 18px;
  font-weight: 400;
  color: #d6adff;
}

#myFooter h4 {
  font-size: 18px;
  color: #d79640;
  font-weight: 400;
  margin-top: 15px;
}

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

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

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #ffffff;
  transition: all .3s;
}

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

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 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;
  color: white;
  background-color: #7526ff;
  border-radius: 3px;
  border: none;
  margin: 0 auto;
  margin-top: 15px;
  transition: all .3s;
  padding: 10px 30px;
  width: 150px;
  text-shadow: 1px 1px 2px black;
}

#myFooter .btn:hover {
  background-color: #5e00a7;
  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;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 0px;
  right: 8px;
  font-size: 34px;
  line-height: 30px;
  height: 42px;
  z-index: 9999;
  transition: all .3s;
}

#btop-but a {
  color: rgb(255,255,255);
}

