/* Required for full background image */

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

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

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

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

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

h5 {
  letter-spacing: 3px;
}

#map {
  height: 500px;
  width: 500px;
}
