/* bigger touch targets on mobile */

.navbar-nav .nav-link {
  display: block;
  padding: 14px 20px;
  font-size: 18px;
}

/* keep clicks on the button, not the SVG */

/* optional: right-align items on small screens */

@media (max-width: 576px) {
  #navbarNav {
    text-align: right;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .hero-col {
    flex: 0 0 auto !important;
    width: 66.6667% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.tagline {
  font-size: 12px;
  font-weight: 400;
}

/* hide tagline on small screens (below 768px) */

@media (max-width: 767.98px) {
  .tagline {
    display: none !important;
  }
}

/* show tagline again on medium screens and up */

@media (min-width: 768px) {
  .tagline {
    display: block;
  }
}

#btn-early-access {
  background-color: #yourcolor;
  border-color: #yourcolor;
}

