/* IRON GOAT AL v15.5 — quicker navigation and tighter homepage rhythm */

html {
  scroll-behavior: auto !important;
}

#tours,
#gallery,
#jeeps,
#about,
#pricing,
#booking-process,
#booking,
#faq {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

#contact {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (max-width: 639px) {
  #tours,
  #gallery,
  #jeeps,
  #about,
  #pricing,
  #booking-process,
  #booking,
  #faq {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #contact {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
