html {
  /* background: url(../images/callaSunrise.jpeg) no-repeat center center fixed;  */
  /* background: url(../images/skyBackground.jpg) no-repeat center center fixed;  */

  /* background: url(../images/parish.jpg) no-repeat center center fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: contain;
  background-size: cover; */

  /* background-image: url("../images/lightFromHeaven.jpg"); */
  background-image: url("../images/crossInHands.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  /* background-color: lightgray; */
}
