@import url("https://use.typekit.net/wvs0ekv.css");
.cluj-hunt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html, body {
  font-family: Lato, sans-serif;
  height: 100%;
  width: 100%;
}

.section-container {
  max-width: 1080px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
  margin: 0 auto;
  overflow-x: hidden;
}

.section-title {
  font-weight: 700;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1.5em;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
  }
}

.cluj-hunt-button {
  width: 240px;
  height: 56px;
  background-color: #008B59;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-shadow: 5px 4px 5px 0 rgba(29, 29, 29, 0.24);
  margin-bottom: 2rem;
  border: none;
}
.cluj-hunt-button:hover {
  background-color: #00C384;
}
.cluj-hunt-button:active {
  background-color: #00D7B0;
}
.cluj-hunt-button:hover {
  -webkit-box-shadow: 3px 2px 3px 0 rgba(29, 29, 29, 0.24);
}
.cluj-hunt-button:active {
  -webkit-box-shadow: 0px 0px 0px 0 rgba(29, 29, 29, 0.24);
}

html, body {
  background-color: #1D1D1D;
  font-family: hypatia-sans-pro, sans-serif;
  color: #ECECEC;
}

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