.page-gradient {
  /* FF3.6+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(0, 48, 87, 0.1) 0%, rgba(0, 48, 87, 0) 100%);
  /* W3C */
  height: 26rem;
  position: absolute;
  width: 100%;
  z-index: -1; }
