/* Home*/
/* Footer*/
footer {
  width: 100%;
  position: relative;
  bottom: 0px; }
  footer span {
    display: block;
    background: #595959;
    padding: 20px 0;
    text-align: center; }
    footer span a {
      color: #FFF;
      text-decoration: none;
      font-size: 120%;
      background: url(../img/mail.png) no-repeat left center;
      background-size: auto 60%;
      padding-left: 30px;
      font-family: 'roboto', sans-serif; }
  footer h3 {
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
    color: #FFF;
    background: #9F0002; }

@media only screen and (max-width: 640px) {
  footer h3 {
    font-size: 10px; } }
