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

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

/*
  .navbar:not(.top-nav-collapse) {
    background: transparent !important;
  }

 */

