@import url("https://use.typekit.net/jnb3xnl.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
.cluj-hunt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html, body {
  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);
}

.navigation-link {
  text-decoration: underline;
}

.navigation-link:visited {
  color: #9e62ff;
}

html, body {
  background-color: #ffffff;
  font-family: Poppins, Montserrat, Lato, sans-serif;
}

h2 {
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}

#contact-background {
  background-color: #ffffff;
}

#contact {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1D1D1D;
}

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