@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,700;1,400&display=swap');

* {
  font-family: 'Bai Jamjuree', sans-serif !important;
}

html,
body,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

body {
  background: url('bg-nyc.jpg') no-repeat center center fixed;
  background-size: cover;
}

main {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

main > .bx--row {
  margin-left: 0;
  margin-right: 0;
}

.bx--col-sm-4 > .bx--tile {
  margin: 1rem;
}
