#myFooter {
  padding: 80px 80px 60px 80px;
  background-image: url("footer.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

#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 .myCols {
  text-align: center;
}

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

#myFooter .social-networks a {
  font-size: 32px;
  margin-right: 5px;
  margin-left: 5px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
  padding-bottom: 5px;
}

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

#myFooter .facebook:hover {
  color: #93cbd8;
}

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

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

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

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

#myFooter {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
