body {
  font-family: "Noto Sans", "Noto Sans Arabic", "Noto Sans Sinhala", sans-serif;
  min-width: 280px;
}
body #hero {
  background: url("../gfx/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 25vh;
}
@media screen and (min-width: 1024px) {
  body #hero {
    height: 35vh;
  }
}
@media screen and (min-width: 1280px) {
  body #hero {
    height: 55vh;
  }
}
@media screen and (min-width: 1440px) {
  body #hero {
    height: 75vh;
  }
}
@media screen and (min-width: 1560px) {
  body #hero {
    height: 100vh;
  }
}

/*# sourceMappingURL=base.css.map */
