/* Full-bleed contact sections should not create a bottom horizontal scrollbar. */
html {
  overflow-x: hidden;
}

body[data-static-page="contact"] {
  overflow-x: hidden;
}
