:root {
  --color-1_old: #E0E071;
  --color-1: #CABB60;
  --l: 2rem;
  --m: 1.5rem;
  --s: .9rem;
  --xs: .8rem;
  --body: 1.25rem;
  --header-font: "Silom", serif;
  --site-margin: 2.5rem;
  --blue: #2B2B74;
  --yellow: #F6F295;
  --content-width: 1000px;
  --red: #E20004;
}

@media (max-width: sm) {
  :root {
    --body: 2rem;
    --s: 1.75rem;
    --m: 1.75rem;
    --l: 2.5rem;
  }
}
@media (max-width: 768px) {
  :root {
    --body: 2rem;
    --s: 1.75rem;
    --m: 1.75rem;
    --l: 2.5rem;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Silom";
  font-style: normal;
  font-weight: 400;
  /* Silom.ttf */
  src: url("../Silom.ttf") format("truetype");
}
@font-face {
  font-family: "TAYBigBird";
  font-style: normal;
  font-weight: 400;
  src: url("../TAYBigBird.otf") format("opentype");
}
@font-face {
  font-family: "DotGothic16";
  src: url("../font/DotGothic16-Regular.ttf") format("truetype");
}
html, body {
  margin: 0;
  padding: 0;
  color: var(--blue);
  font-family: "argent-pixel-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 1.1vw, 20px);
  background: var(--color-1);
  max-width: 100vw;
  overflow-x: hidden;
  /* font-family: "argent-pixel-cf", sans-serif;
  font-weight: 400;
  font-style: italic; */
}
@media (max-width: sm) {
  html, body {
    font-size: clamp(10px, 2vw, 15px);
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: clamp(10px, 2vw, 15px);
  }
}
* {
  /* transform-style: preserve-3d; */
  background-size: contain;
  background-position: center;
  background-repeat: none;
}

.mobile {
  display: none !important;
}
@media (max-width: sm) {
  .mobile {
    display: inherit !important;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: inherit !important;
  }
}

@media (max-width: sm) {
  .desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.header {
  font-family: var(--header-font);
}

.large {
  font-size: var(--l);
}

.medium {
  font-size: var(--m);
}

.small {
  font-size: var(--s);
}

.deadline {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.text-column .text-block {
  max-width: var(--content-width);
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

@media (max-width: sm) {
  .mflex {
    display: flex !important;
  }
  .mcolumn {
    flex-direction: column;
  }
  .mgap-0 {
    gap: 0rem !important;
  }
  .mgap-1 {
    gap: 1rem !important;
  }
  .mgap-2 {
    gap: 2rem !important;
  }
  .mgap-3 {
    gap: 3rem !important;
  }
  .mgap-4 {
    gap: 4rem !important;
  }
  .mgap-5 {
    gap: 5rem !important;
  }
  .mgap-6 {
    gap: 6rem !important;
  }
  .mgap-7 {
    gap: 7rem !important;
  }
  .mgap-8 {
    gap: 8rem !important;
  }
  .mgap-9 {
    gap: 9rem !important;
  }
  .mgap-10 {
    gap: 10rem !important;
  }
  .mgap-11 {
    gap: 11rem !important;
  }
  .mgap-12 {
    gap: 12rem !important;
  }
}
@media (max-width: 768px) {
  .mflex {
    display: flex !important;
  }
  .mcolumn {
    flex-direction: column;
  }
  .mgap-0 {
    gap: 0rem !important;
  }
  .mgap-1 {
    gap: 1rem !important;
  }
  .mgap-2 {
    gap: 2rem !important;
  }
  .mgap-3 {
    gap: 3rem !important;
  }
  .mgap-4 {
    gap: 4rem !important;
  }
  .mgap-5 {
    gap: 5rem !important;
  }
  .mgap-6 {
    gap: 6rem !important;
  }
  .mgap-7 {
    gap: 7rem !important;
  }
  .mgap-8 {
    gap: 8rem !important;
  }
  .mgap-9 {
    gap: 9rem !important;
  }
  .mgap-10 {
    gap: 10rem !important;
  }
  .mgap-11 {
    gap: 11rem !important;
  }
  .mgap-12 {
    gap: 12rem !important;
  }
}
.logo-base {
  width: 3rem;
}

.first-section {
  height: 100vh;
  margin-bottom: 1rem;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: sm) {
  .first-section {
    min-height: 80vh;
    height: auto;
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .first-section {
    min-height: 80vh;
    height: auto;
    margin-bottom: 8rem;
  }
}

.ellsworth-info {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  background: white;
  cursor: pointer;
  padding: 1rem;
  border-radius: 1rem;
  transform: rotate(-5deg);
  border: var(--blue) dashed;
  font-family: "Silom";
  background: #FFECC0;
  transition: transform 0.3s linear, background 0.3s linear, border 0.3s linear;
}

#ellsworth-grid-wrapper-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#ellsworth-grid-wrapper-wrapper:hover .ellsworth-info {
  transform: rotate(-3deg);
  background: rgb(224, 224, 113);
  border: var(--blue) solid;
}

#ellsworth-grid-wrapper {
  width: min(70vw - 10.6rem, 70vh - 10.6rem, 800px);
  height: min(70vw - 10.6rem, 70vh - 10.6rem, 800px);
  overflow: hidden;
  position: relative;
  border: solid var(--blue) 0.5rem;
  /* transform-style: preserve-3d; */
}
@media (max-width: sm) {
  #ellsworth-grid-wrapper {
    width: min(95vw - 10.6rem, 95vh - 10.6rem, 800px);
    height: min(95vw - 10.6rem, 95vh - 10.6rem, 800px);
  }
}
@media (max-width: 768px) {
  #ellsworth-grid-wrapper {
    width: min(95vw - 10.6rem, 95vh - 10.6rem, 800px);
    height: min(95vw - 10.6rem, 95vh - 10.6rem, 800px);
  }
}

#ellsworth-grid {
  position: absolute;
  top: 0;
  /* transform-style: preserve-3d; */
}

.tile-wrapper {
  position: relative;
  perspective: 100vw;
  aspect-ratio: 1;
}
.tile-wrapper .tile {
  cursor: pointer;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: rgba(184, 184, 184, 0.1490196078) 1px inset;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  transition: transform 0.4s linear, z-index 0s linear 0.75s;
  /* transform-style: preserve-3d; */
}

.tile-wrapper .tile:not(.second) {
  transform: rotateX(0deg);
  z-index: 3;
}

.tile-wrapper.flip .tile:not(.second) {
  transform: rotateX(360deg);
  z-index: -1;
}

.tile-wrapper.flip .tile.second {
  transform: rotateX(0deg);
  z-index: 3;
}

.tile.second {
  /* preserve-3d: true; */
  /* transform-style: preserve-3d; */
  transform: rotateX(180deg);
  z-index: -1;
}

.second {
  /* display: none!important; */
}

.tile:not(.second) {
  z-index: 5;
}

.tile.jumbo {
  width: 200%;
  height: 200%;
  z-index: 5;
}

.tile .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.title-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  font-family: "TAYBigBird";
  font-size: 1.2em;
  border: solid black 1px;
  border-radius: 50%;
  background: white;
  transform: scale(0.9);
}

nav {
  padding: 1rem;
  z-index: 800;
  position: fixed;
  font-family: "Silom", serif;
  font-size: 1.5rem;
  justify-content: space-between;
  gap: 2rem;
  /* padding: 1rem; */
  align-items: center;
  align-items: flex-start;
}
nav .nav-menu {
  align-items: flex-end;
}
@media (max-width: sm) {
  nav {
    flex-direction: row !important;
    justify-content: space-between;
    width: calc(100% - 2rem);
  }
  nav .links {
    display: none;
    align-items: flex-end;
    background: #ffcfaa;
    padding: 3rem;
  }
  nav.active .bar {
    background-color: #ffcfaa !important;
  }
  nav.active .links {
    display: flex;
  }
  nav.active .bar:nth-child(1) {
    transform: translateY(1.4rem) rotate(-45deg);
  }
  nav.active .bar:nth-child(2) {
    transform: translateY(-1rem) rotate(45deg);
  }
  nav.active .bar:nth-child(3) {
    display: none;
  }
  nav .hamburger {
    cursor: pointer;
    aspect-ratio: 1.2;
    justify-content: space-between;
  }
  nav .hamburger .bar {
    transition: transform 0.3s linear;
    width: 3.5rem;
    height: 0.5rem;
    background-color: var(--blue);
  }
}
@media (max-width: 768px) {
  nav {
    flex-direction: row !important;
    justify-content: space-between;
    width: calc(100% - 2rem);
  }
  nav .links {
    display: none;
    align-items: flex-end;
    background: #ffcfaa;
    padding: 3rem;
  }
  nav.active .bar {
    background-color: #ffcfaa !important;
  }
  nav.active .links {
    display: flex;
  }
  nav.active .bar:nth-child(1) {
    transform: translateY(1.4rem) rotate(-45deg);
  }
  nav.active .bar:nth-child(2) {
    transform: translateY(-1rem) rotate(45deg);
  }
  nav.active .bar:nth-child(3) {
    display: none;
  }
  nav .hamburger {
    cursor: pointer;
    aspect-ratio: 1.2;
    justify-content: space-between;
  }
  nav .hamburger .bar {
    transition: transform 0.3s linear;
    width: 3.5rem;
    height: 0.5rem;
    background-color: var(--blue);
  }
}
nav a {
  text-decoration-thickness: 0.05em;
}
nav a:hover, nav a.active {
  color: white;
}
nav a.coming-soon {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}
nav .logo-base path {
  stroke: var(--blue) !important;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.gap-7 {
  gap: 7rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-9 {
  gap: 9rem;
}

.gap-10 {
  gap: 10rem;
}

.gap-11 {
  gap: 11rem;
}

.gap-12 {
  gap: 12rem;
}

.title-wrapper {
  border-bottom-right-radius: 1rem;
  font-size: 1.1rem;
  transition: transform 0.3s, border-right 0s linear 0.3s, border-bottom 0s linear 0.3s;
  transform: translateY(0);
}

.title {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 3rem;
  text-align: center;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  max-width: min(36rem, 100vw - 4rem);
}

.date-header {
  font-size: 2rem;
}

nav a {
  text-decoration: none;
  color: inherit;
  /* padding: 1rem; */
  text-decoration: underline;
  font-family: "Silom", serif;
  transition: transform 0.15s linear, background-color 0.15s linear, filter 0.15s linear;
}

nav a.active {
  /* transform: scale(1.2); */
  filter: drop-shadow(0.05rem 0.05rem 0rem blue);
  color: var(--red);
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

main {
  display: flex;
  flex-direction: column;
}

.section {
  padding: calc(var(--site-margin) * 2) 1rem calc(var(--site-margin) * 4) 1rem;
  padding: calc(var(--site-margin) * 2) max(10rem, (1rem + 100vw - var(--content-width)) / 2) calc(var(--site-margin) * 4) max(10rem, 1rem + (100vw - var(--content-width)) / 2);
  margin: -1rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: sm) {
  .section {
    max-width: calc(100vw - 4rem);
    padding: 10rem 2rem;
  }
}
@media (max-width: 768px) {
  .section {
    max-width: calc(100vw - 4rem);
    padding: 10rem 2rem;
  }
}
.section:nth-child(2n+1) {
  background: rgba(211, 138, 85, 0.6);
  background: rgba(245, 255, 224, 0.6);
}
.section a {
  color: #0e81e6;
}
.section .section-title {
  font-size: 3rem;
  text-align: center;
}

.section:last-child {
  padding-bottom: 40rem;
}

.attire {
  position: relative;
}
.attire:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
  background: url(/boot.png) no-repeat center center;
  background-size: contain;
  transform: translateY(20%);
}

#schedule .schedule-wrapper {
  display: flex;
  grid-template-columns: 1fr 3fr;
  flex-direction: column;
  height: auto;
}
#schedule .day {
  height: 100%;
  align-self: flex-start;
  width: calc(100vw - 4rem);
  max-width: var(--content-width);
  max-width: 600px;
  margin: 0 auto;
}
#schedule .day.sat .attire:before {
  background: url(/hiheel.png) no-repeat center center;
  background-size: contain;
}
#schedule .day.sat .day-events {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
}
#schedule .day .day-label {
  font-size: var(--l);
  border-bottom: solid black 1px;
}
#schedule .day .day-events {
  flex-grow: 1;
}
#schedule .day .day-event {
  gap: var(--site-margin);
  background: #FFECC0;
  padding: 1rem;
  border-radius: 1rem;
  border: solid black 1px;
  display: flex; /* Use flexbox to align children */
  flex-direction: column; /* Stack children vertically */
  align-items: flex-start; /* Align children to the start of the container */
  height: calc(100% - 2rem);
  position: relative;
  padding: 2rem 1rem;
}
#schedule .day .day-event .time {
  font-size: var(--body);
  font-family: var(--header-font);
}
#schedule .day .day-event .logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5rem;
}
#schedule .day .day-event .event {
  font-family: var(--header-font);
  font-size: var(--l);
}
#schedule .day .day-event .location {
  gap: 0.25rem;
}
#schedule .day .day-event .location .location-name {
  font-size: var(--m);
  font-family: var(--header-font);
}
#schedule .day .day-event .location .location-address {
  font-size: var(--s);
  font-family: var(--header-font);
}
@media (max-width: sm) {
  #schedule .day .day-event .location .location-address {
    font-family: "argent-pixel-cf", sans-serif;
  }
}
@media (max-width: 768px) {
  #schedule .day .day-event .location .location-address {
    font-family: "argent-pixel-cf", sans-serif;
  }
}
#schedule .day .day-event .location .location-controls {
  font-size: var(--xs);
}
#schedule .day .day-event .day-events {
  flex-grow: 1;
}
#schedule .day .day-event .day-event-description {
  word-wrap: break-word; /* Break long words if necessary */
  overflow-wrap: break-word; /* Ensure text wraps within the container */
  max-width: 100%;
  word-wrap: break-word; /* Break long words if necessary */
  overflow-wrap: break-word; /* Ensure text wraps within the container */
  max-width: 100%; /* Prevent it from exceeding the parent's width */
  font-size: var(--body);
  padding: 0 2rem 0 0;
}
#schedule .day .day-event .copy-address {
  border: black solid 1px;
  border-radius: 0.5rem;
  padding: 0.2rem 0.3rem;
  font-family: Silom;
  background: var(--yellow);
  color: var(--blue);
  cursor: pointer;
}
#schedule .day .day-event .copy-address:hover {
  background: #edff49;
}

#stay .hotel-blocks {
  max-width: 1100px;
  margin: 4rem 0;
}
@media (max-width: sm) {
  #stay .hotel-blocks {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #stay .hotel-blocks {
    flex-direction: column;
  }
}
#stay .hotel-blocks .text-block {
  background: #FFECC0;
  padding: 1rem;
  border-radius: 1rem;
  border: solid black 1px;
  justify-content: space-between;
}
#stay .hotel-blocks .text-block .large {
}
@media (max-width: 1000px) {
  #stay .hotel-blocks .text-block .large {
    height: auto;
  }
}
@media (max-width: sm) {
  #stay .hotel-blocks .text-block .large {
    height: auto;
  }
}
@media (max-width: 768px) {
  #stay .hotel-blocks .text-block .large {
    height: auto;
  }
}

#rsvp iframe {
  min-height: 900px !important;
}

#things-to-do {
  background-color: #a1f7ff;
}

.arrow {
  display: inline-block;
  background-image: url("/icons/Arrow 1.svg");
  background-image: url("/icons/Arrow 1@2x.png");
  width: 1rem;
  width: 1rem;
  aspect-ratio: 2;
  vertical-align: text-top;
  margin: 0 0.1rem 0 0.3rem;
  transform: translateY(44%);
}
@media (max-width: sm) {
  .arrow {
    margin: 0.4rem 0.1rem 0 0.3rem;
  }
}
@media (max-width: 768px) {
  .arrow {
    margin: 0.4rem 0.1rem 0 0.3rem;
  }
}

.modern iframe {
  width: 450px;
  aspect-ratio: 1;
}

.exclamation span {
  display: inline-block;
  animation: bounce 1s infinite;
}
.exclamation span:nth-child(1) {
  animation-delay: 0.1s;
}
.exclamation span:nth-child(2) {
  animation-delay: 0.2s;
}
.exclamation span:nth-child(3) {
  animation-delay: 0.3s;
}
.exclamation span:nth-child(4) {
  animation-delay: 0.4s;
}
.exclamation span:nth-child(5) {
  animation-delay: 0.5s;
}
.exclamation span:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2.5deg);
  }
  20% {
    transform: rotate(2.5deg);
  }
  30% {
    transform: rotate(0deg);
  }
}
.hank {
  position: fixed;
  display: none;
  width: 5rem;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  transition: transform 1s linear;
  filter: drop-shadow(2px 4px 1.5rem black);
}
@media (max-width: sm) {
  .hank {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .hank {
    width: 10rem;
  }
}
.hank.playing {
  transform: translateY(0);
  cursor: pointer;
}

.bottom .hank {
  transform: translateY(0);
  cursor: pointer;
}

#background-canvas {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 1000px;
  height: 650px;
  z-index: 1000;
  pointer-events: none;
}

@keyframes wiggleSlightly {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  10% {
    transform: rotateX(-1deg) rotateY(1deg) rotateZ(-1deg);
  }
  20% {
    transform: rotateX(0.4deg) rotateY(-1.3deg) rotateZ(1deg);
  }
  30% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
.main-text {
  position: relative;
  z-index: 100;
  border-radius: 0rem;
  aspect-ratio: 1.3;
  max-width: 100vw;
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  filter: drop-shadow(2px 4px 6px black);
}
.main-text:hover {
  animation: wiggleSlightly 5s infinite;
}
.main-text .main-text-wrapper {
  pointer-events: all;
  cursor: pointer;
  background: var(--red);
  background: white;
  z-index: 10;
  position: absolute;
  font-size: 2vw;
  border-radius: 50%;
  padding: 5rem 4rem 6rem;
  padding: 2rem 2rem 2rem;
  aspect-ratio: 1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  perspective: 3000px;
}
@media (max-width: sm) {
  .main-text .main-text-wrapper {
    font-size: 1.7rem;
    gap: 1rem !important;
    padding: 2rem !important;
  }
}
@media (max-width: 768px) {
  .main-text .main-text-wrapper {
    font-size: 1.7rem;
    gap: 1rem !important;
    padding: 2rem !important;
  }
}
.main-text .main-text-wrapper.noclick {
  pointer-events: none;
}
.main-text .main-text-wrapper .exclamation {
  font-size: 1.5em;
}
@media (max-width: sm) {
  .main-text .main-text-wrapper .exclamation {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  .main-text .main-text-wrapper .exclamation {
    font-size: 1.75em;
  }
}
.main-text .main-text-wrapper .card-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s ease-in-out;
}
.main-text .main-text-wrapper .card-face.front {
  transition: transform 1s ease-in-out 1s;
  z-index: 10;
  transform-origin: left;
  background-image: url(/card-front.jpg);
}
.main-text .main-text-wrapper .card-face.back {
  transition: transform 1s ease-in-out;
  transform-delay: 0.4s;
  transform-origin: right;
  background-image: url(/card-back.jpg);
}
.main-text .main-text-wrapper.active .front {
  transition: transform 1s ease-in-out;
  transform: rotateY(-180deg);
}
.main-text .main-text-wrapper.active .back {
  transform: rotateY(180deg);
  transition: transform 1s ease-in-out 1s !important;
}

.green {
  background-color: var(--yellow);
}
@media (max-width: sm) {
  .green {
    background-color: none;
  }
}
@media (max-width: 768px) {
  .green {
    background-color: none;
  }
}

.first-section {
  overflow: hidden;
  position: relative;
}
@media (max-width: sm) {
  .first-section {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .first-section {
    margin-bottom: 1rem;
  }
}

#cowprint {
  position: absolute;
  top: -500000px;
  left: -500000px;
}

#cowtest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}

.main-cow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cow-icon {
  position: absolute;
  width: calc(100% - 12rem);
  top: 1rem;
  transform: scale(-1, 1);
  right: 0;
}

#cow-template {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
#cow-template svg {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 800px;
  fill: none;
  stroke-width: 2px;
  stroke: black;
}

#cows {
  display: flex;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: opacity 1s linear;
}
#cows .cow-svg {
  width: 40vw;
  position: absolute;
  width: 40vw;
  top: 50%;
  left: 50%;
  transition: opacity 1s linear;
  transition: transform 1s linear;
  cursor: pointer;
}
#cows .cow-svg.created {
  transform: scale(0);
  transition: transform 1s linear;
}
#cows.show {
  opacity: 1;
}

body > #cow-template {
  display: none;
}

.kindofblue {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem;
}
@media (max-width: sm) {
  .kindofblue {
    padding: 1rem;
  }
  .kindofblue iframe {
    max-width: calc(100vw - 2rem) !important;
  }
}
@media (max-width: 768px) {
  .kindofblue {
    padding: 1rem;
  }
  .kindofblue iframe {
    max-width: calc(100vw - 2rem) !important;
  }
}

.scroll-down {
  all: unset;
  cursor: pointer;
  border: solid var(--blue) 2px;
  border-radius: 1rem;
}
.scroll-down:hover {
  background-color: var(--blue);
  color: white;
}

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