.font-nunito-sans {
  font-family: "Nunito Sans";
}

.font-taviraj {
  font-family: "Taviraj";
}

.text-ah-gray {
  color: #383837;
}

.bg-ah-bworn {
  background-color: #ad8e57;
}

body {
  background-image: url("../images/bg-small.jpg");
  background-position: center;
}

@media only screen and (min-width: 640px) {
  body {
    background-image: url("../images/bg-big.jpg");
    background-position: top;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

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