#myFooter {
  background-color: #141414;
  color: white;
  padding-top: 20px;
}

#myFooter h2 {
  font-size: calc(18px + 1vw);
  color: white;
  font-weight: 700;
}

@media (min-width: 1200px) {
  #myFooter h2 {
    font-size: 27px;
  }
}

#myFooter h3 {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

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

#myFooter li a {
  color: #969696;
  text-decoration: none;
}

#myFooter li a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #469fff;
}

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

@media (min-width: 992px) {
  #myFooter .social-networks {
    padding-top: 30px;
  }
}

#myFooter .social-networks {
  font-size: 32px;
  padding: 10px;
}

#myFooter .facebook {
  color: #469fff;
  transition: all .3s;
}

#myFooter .facebook:hover {
  color: #2d80ff;
  transition: all .3s;
}

#myFooter .btn {
  color: white;
  font-size: 24px;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  width: 220px;
}

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

