       html,
        body,
        header,
        .jarallax {
          height: 100%;
        }

        @media (max-width: 740px) {
          html,
          body,
          header,
          .jarallax {
            height: 100vh;
          }
        }

        @media (min-width: 800px) and (max-width: 850px) {
          html,
          body,
          header,
          .jarallax {
            height: 100vh;
          }
        }

        @media (min-width: 560px) and (max-width: 740px) {
          header .jarallax li h1 {
            margin-bottom: 0 !important;
          }
          header .jarallax li h5 {
            margin-bottom: 0 !important;
          }
        }
        @media (min-width: 800px) and (max-width: 850px) {
          header .jarallax li h1 {
            margin-bottom: 0 !important;
          }
          header .jarallax li h5 {
            margin-bottom: 0 !important;
          }
        }

        body {
            font-weight: 400;
        }

        h6 {
            line-height: 1.7;
        }