
/* footer */
footer{
  background: #f9f9f9;
}

footer .solatherm{
  text-align: center;
  margin: auto;
  display: block;
  width:156px;
  margin-top: 40px;
}

footer .footer-logos{
  text-align: center;
  margin: auto;
  display: block;
  width:330px;
  margin-top: 20px;
}


footer .privacy{
  background: #f0f0f0;
  padding: 0 0 15px;
  margin-top: 30px;
}

footer .privacy p{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 10px;
  color: #91969C;
}

footer .privacy p a{
  color: #91969C;
}

footer .contact{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
  font-size: 13px;
  color: #91969C;
}

footer .contact a{
  color: #91969C;
  text-decoration: none;
}

footer .contact a:hover, footer .contact a:focus{
  color: #6498eb;
}

@media only screen and (max-width: 500px) {
  footer .solatherm{
    width:125px;
  }

  footer .footer-logos {
    width: 300px;
  }
}