#myfooter {
  background-color: #3c3d41;
  color: white;
  padding-top: 30px;
}

#myfooter .footer-copyright {
  background-color: #333333;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myfooter .row {
  margin-bottom: 60px;
}

#myfooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

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

#myfooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myfooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myfooter a:hover, #myfooter a:focus {
  text-decoration: none;
  color: white;
}

#myfooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#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 .google:hover {
  color: #ef1a1a;
}

#myfooter .twitter:hover {
  color: #00aced;
}

#myfooter .linkedin:hover {
  color: #007bb6;
}

#myfooter .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

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

