main {
  height: 70vh;
  background-image: url(/assets/images/neighborhood.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main h1 {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

#section-one-image {
  background-image: url(/assets/images/houses.jpg);
  background-size: cover;
  background-position: center;
}

#section-three-image {
  background-image: url(/assets/images/house-chart.jpg);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  main {
    height: 250px;
  }
}