body {
  overflow: hidden;
  background-image: radial-gradient(#34A65F 20%, transparent 20%), radial-gradient(#34A65F 20%, transparent 20%);
  background-color: #349F5F;
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
  margin: 0 0 0 0;
}

h2 {
  font-family: "Mountains of Christmas";
  font-weight: 900;
  /* Default text color */
  color: #fff;
  text-shadow: -1px -1px 0px #349F5F, 1px 1px 0px #349F5F, 3px 3px 0px rgba(0, 0, 0, 0.3333333333);
  font-size: 1.4em;
  line-height: 1.2em;
}

.giant {
  font-size: 6em;
}

.tiny {
  font-size: 0.6em;
  position: absolute;
  top: 90%;
  left: 50%;
}

#fixedSection {
  position: fixed;
  top: 0;
  /* Adjust as needed, this will keep it at the top of the page */
  left: 0;
  width: 100%;
  /* Full width */
  height: 100dvh;
  z-index: 9999;
  pointer-events: none;
  /* Background color, adjust as needed */
  /* Padding for content inside the fixed section */
  /* Optional: Add a subtle shadow */
}

section.noScroll {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: relative;
}

section.active {
  opacity: 1;
  visibility: visible;
}

img,
svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* Default text color */
}

#greeting,
#markGlasses {
  flex-direction: column;
  /* Stack items vertically */
}

#markGlasses img {
  width: 100%;
  height: 95%;
  object-fit: contain;
  transform: translateY(10%);
}

#noPictureThisTime img {
  height: 10%;
  object-fit: contain;
  transform: translateY(10%);
}

.noPictureThisTime {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  top: auto;
  bottom: 60%;
  width: 100%;
}

.text-overlay h2 {
  font-size: 1em;
  margin: 0;
}

#goodYear > div.text-overlay {
  top: 15%;
}

#goodYear > div.text-overlay > h2 {
  text-shadow: -1px -1px 0px #000, 1px 1px 0px #000, 3px 3px 0px rgba(0, 0, 0, 0.3333333333);
}

.mark-glasses {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  top: auto;
  bottom: 78%;
  width: 100%;
}

.red-text {
  color: #fff;
}

.just-text {
  width: 100%;
  text-align: center;
}

.greeting-text {
  /* Text color for sectionFooBarz */
  top: auto;
  /* Reset the top property */
  bottom: 70%;
  font-size: 1.4em;
  line-height: 1.2em;
}

.containImage {
  background-color: #000;
  object-fit: contain;
}

#tree {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.red {
  fill: #aa1231;
  animation: 0.6s red-flash ease-in-out infinite;
}
@keyframes red-flash {
  40% {
    fill: #ea385c;
  }
  80% {
    fill: #aa1231;
  }
}

.gold-lt {
  fill: #c1881c;
  animation: 0.6s gold-lt-flash ease-in-out infinite;
}
@keyframes gold-lt-flash {
  40% {
    fill: #e7b75c;
  }
  80% {
    fill: #c1881c;
  }
}

.blue-lt {
  fill: #1f3e64;
  animation: 0.6s blue-lt-flash ease-in-out infinite;
}
@keyframes blue-lt-flash {
  40% {
    fill: #386fb1;
  }
  80% {
    fill: #1f3e64;
  }
}

.blue-dk {
  fill: #0f1f2f;
  animation: 0.6s blue-dk-flash ease-in-out infinite;
}
@keyframes blue-dk-flash {
  40% {
    fill: #28527c;
  }
  80% {
    fill: #0f1f2f;
  }
}

.gold-dk {
  fill: #69512a;
  animation: 0.6s gold-dk-flash ease-in-out infinite;
}
@keyframes gold-dk-flash {
  40% {
    fill: #b28947;
  }
  80% {
    fill: #69512a;
  }
}

.g1 {
  animation-delay: 0s;
}

.g2 {
  animation-delay: 0.4s;
}

.g3 {
  animation-delay: 0.8s;
}

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