body {
  font-family: "Poppins", sans-serif;
  color: #3C4142;
  background: #edfbc1;
  background: #d8ecdd;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.hide,
.hidden {
  display: none;
}

img.responsive {
  max-width: 100%;
  text-align: baseline;
}

header {
  background: inherit;
  color: #ffffff;
  padding: 20px 40px;
  text-align: center;
}

.hero .header-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.hero .header-logo {
  max-width: 150px;
}

.calendar-box {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
  box-shadow: 0 2px 8px rgba(100, 100, 100, 0.5);
}

.calendar-box .calendar-title {
  background: #EC130A;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
}

.calendar-box .calendar-link {
  background: #ffffff;
  color: #111111;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  padding: 0 5px;
}

.calendar-box a,
.calendar-box span {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

.calendar-box a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.mission {
  font-size: 1.25em;
  font-weight: 700;
  margin: 20px auto 50px auto;
  max-width: 650px;
  text-align: center;
}

.main .mission p {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rozha One", serif;
}

h2,
h4 {
  --font-weight: 600;
}

h2 {
  margin: 16px 0 10px 0;
}

h4 {
  margin: 12px 0 5px 0;
}

p {
  margin: 5px 0 8px 0;
}

.main {
  padding: 20px 40px;
}

.main a {
  color: #0485D1;
  text-decoration: underline;
  text-decoration: none;
  background: transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.main p {
  --font-size: 14px;
}

.main img {
  width: 80%;
  max-height: 400px;
  max-width: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (prefers-color-scheme: dark) {
  body.notinuse {
    color: #eee;
    background: #2d5d57;
  }

  .notinuse .main a {
    color: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  }
}

/*# sourceMappingURL=hpp-current.css.map */
