#myFooter {
  color: #373a48;
  background-color: #f4efef;
}

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

#myFooter .footer-copyright p {
  margin: 10px;
  color: #373a48;
}

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

#myFooter h5 {
  margin-top: 30px;
  color: #373a48;;
  font-size: 18px;
  font-weight: bold;
}

#myFooter a {
  text-decoration: none;
  color: #373a48;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #373a48;
}

#myFooter .myCols {
  text-align: center;
}

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

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

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

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

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

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

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

html {
  height: 100% !important;
}

body {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 200px;
}

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