/* Required for full background image */

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

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

.top-nav-collapse {
  background-color: #fff !important;
}

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

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #fff !important;
  }
}

h5 {
  letter-spacing: 3px;
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #7f0f0b; }