/*hide footer contact info */
.footer .address {
    display: none;
}

/*modify hero for mobiles */

@media only screen and (max-width: 1080px) {
    .hero{
    max-height: 300px;
  }
}