html {
  scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #F9F9F9; }

.dt-bg-primary {
  background-color: #30533C; }

.dt-color-primary {
  color: #30533C; }

.dt-border-primary {
  border-color: #30533C; }

.bg_light {
  background-color: #FFF8EE; }

.text_green {
  color: #30533C; }

.bg_green {
  background-color: #30533C; }

.text_orange {
  color: #D9A13B; }

.bg_orange {
  background-color: #D9A13B; }

.text_dark {
  color: #373737; }

.bg_dark {
  background-color: #373737; }

.header-wrap {
  width: 100%;
  background-image: url(../../images/border_art_1.svg);
  background-size: 210px;
  background-repeat: repeat-x; }

.header-border-2 {
  width: 100%;
  height: 14px;
  background-image: url(../../images/border_art_2.svg);
  background-size: 20px;
  background-repeat: repeat-x; }

.moretext,
.moretext-intro {
  display: none; }

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000; }

.snowflake,
.snowflake .inner {
  animation-iteration-count: infinite;
  animation-play-state: running; }

@keyframes snowflakes-fall {
  0% {
    transform: translateY(110vh); }
  100% {
    transform: translateY(-110vh); } }
@keyframes snowflakes-shake {
  0%,
    100% {
    transform: translateX(0); }
  50% {
    transform: translateX(80px); } }
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 20;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  animation-name: snowflakes-shake;
  animation-duration: 3s;
  animation-timing-function: ease-in-out; }

.snowflake .inner {
  animation-duration: 10s;
  animation-name: snowflakes-fall;
  animation-timing-function: linear; }
  .snowflake .inner img {
    animation: flower-rotate linear infinite 5s; }

.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s; }

.snowflake:nth-of-type(0) .inner {
  animation-delay: 0s; }

.snowflake:first-of-type {
  left: 10%;
  animation-delay: 1s; }

.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
  animation-delay: 1s; }

.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 0.5s; }

.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
  animation-delay: 6s; }

.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 2s; }

.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
  animation-delay: 4s; }

.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s; }

.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
  animation-delay: 2s; }

.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 3s; }

.snowflake:nth-of-type(5) .inner {
  animation-delay: 8s; }

.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 2s; }

.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 1s; }

.snowflake:nth-of-type(7) .inner {
  animation-delay: 2.5s; }

.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 0s; }

.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 1.5s; }

.snowflake:nth-of-type(9) .inner {
  animation-delay: 3s; }

.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 0s; }

.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 2.5s; }

.animationText {
  animation: welcome 3s forwards; }
@keyframes welcome {
  0% {
    letter-spacing: 50px; }
  75% {
    letter-spacing: 0px;
    opacity: 1; }
  95% {
    opacity: 0;
    display: none; }
  100% {
    display: none; } }
.custom_navBtn {
  width: 18px;
  height: 24px;
  position: relative;
  margin-right: 7px;
  margin-top: 12px; }
  .custom_navBtn span {
    width: 9px;
    height: 1.5px;
    background-color: #30533C;
    display: block;
    position: absolute;
    transition: all .2s; }
    .custom_navBtn span:nth-child(1) {
      top: 0px;
      border-radius: 5px 0px 0px 5px; }
    .custom_navBtn span:nth-child(2) {
      left: 8px;
      top: 0px;
      border-radius: 0px 5px 5px 0px; }
    .custom_navBtn span:nth-child(3) {
      top: 7px;
      left: 0px;
      border-radius: 5px 0px 0px 5px; }
    .custom_navBtn span:nth-child(4) {
      left: 8px;
      top: 7px;
      border-radius: 0px 5px 5px 0px; }
    .custom_navBtn span:nth-child(5) {
      top: 14px;
      border-radius: 5px 0px 0px 5px; }
    .custom_navBtn span:nth-child(6) {
      left: 8px;
      top: 14px;
      border-radius: 0px 5px 5px 0px; }

.custom_navBtn.opened span:nth-child(1) {
  transform: rotate(45deg);
  width: 14px;
  top: 3px;
  left: -3px; }
.custom_navBtn.opened span:nth-child(2) {
  transform: rotate(-45deg);
  width: 14px;
  top: 3px;
  left: 5px; }
.custom_navBtn.opened span:nth-child(3) {
  left: -15px;
  opacity: 0;
  transform: rotate(-45deg); }
.custom_navBtn.opened span:nth-child(4) {
  left: 23px;
  opacity: 0;
  transform: rotate(45deg); }
.custom_navBtn.opened span:nth-child(5) {
  transform: rotate(-45deg);
  width: 14px;
  top: 11px;
  left: -3px; }
.custom_navBtn.opened span:nth-child(6) {
  transform: rotate(45deg);
  width: 14px;
  top: 11px;
  left: 5px; }

.bNavBtn {
  padding: 8px 12px;
  border-radius: 10px; }
  .bNavBtn .material-icons {
    font-size: 26px; }
  .bNavBtn .navText {
    white-space: nowrap;
    width: 0px;
    overflow: hidden;
    transition: all .2s;
    padding-top: 4px; }

.bNavBtn.navOpen {
  background-color: #FFF0D9; }
  .bNavBtn.navOpen .navText {
    width: auto;
    margin-left: 5px; }

.customHeader {
  z-index: 102; }

.customHeader.menuSticky {
  top: 0px;
  position: fixed;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.customMenu {
  width: 100%;
  right: -100%;
  position: fixed;
  height: calc(100vh - 68px);
  top: 68px;
  z-index: 99;
  transition: all .5s; }
  .customMenu a {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 1px;
    font-weight: 600;
    color: #30533C; }

.customMenu.SlideIn {
  right: 0px; }

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%; }

.track {
  display: inline-flex;
  animation: scroll 15s linear infinite; }

.content {
  flex: 0 0 auto;
  margin-right: 15px;
  color: white;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: bold; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.backBtn {
  min-height: 44px; }
  .backBtn span {
    transform: rotate(180deg); }

.icon-wrapper {
  display: inline-block;
  transition: transform 0.3s ease; }

.rotate-icon {
  transform: rotate(180deg); }

/*# sourceMappingURL=custom_theme.css.map */
