html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--space-md);
  letter-spacing: -0.06em;
}

p {
  font-family: "Roboto Slab";
  font-size: 1.25em;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.container-fluid {
  max-width: 100%;
}

@media (min-width: 500px) {
  .container,
  .container-sm {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1300px;
  }
}
.theme-color {
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
  height: 100dvh;
  max-height: 990px;
  z-index: 10;
}
@media (min-width: 768px) {
  .theme-color {
    min-height: 700px;
    max-height: none;
  }
}
.theme-color-post {
  background-color: var(--theme-color);
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-color-post {
    min-height: 700px;
    max-height: none;
  }
}
.theme-color-post img {
  max-width: 100%;
}
.theme-color-none {
  background-color: var(--theme-color);
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.hero-img {
  position: absolute;
  opacity: 0.3;
  filter: brightness(0.4);
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 1080px;
  min-width: 100%;
  z-index: 11;
}
@media (min-width: 768px) {
  .hero-img {
    min-height: 700px;
    max-height: none;
  }
}

.layer {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 11;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari */
}
@media (min-width: 768px) {
  .layer {
    align-items: flex-end;
    max-height: none;
  }
}
.layer-text {
  margin: auto;
  width: 100%;
  transform: translateY(-20%);
}
@media (min-width: 768px) {
  .layer-text {
    max-width: clamp(800px, 100%, 1200px);
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .layer-text {
    max-width: clamp(1200px, 100%, 2000px);
    transform: translateY(0);
  }
}
.layer-text h1,
.layer-text h2 {
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-family: serif;
  font-weight: 600;
  line-height: 0.9;
  text-align: center;
  text-wrap: balance;
  margin: 0;
  text-shadow: 15px 15px 60px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .layer-text h1,
  .layer-text h2 {
    text-align-last: justify;
  }
}
.layer-text h1 {
  font-size: clamp(8em, 11vw, 14em);
}
@media (min-width: 992px) {
  .layer-text h1 {
    font-size: clamp(12em, 13vw, 20em);
  }
}
.layer-text h2 {
  font-size: clamp(4.5em, 6.25vw, 7em);
}
@media (min-width: 992px) {
  .layer-text h2 {
    font-size: clamp(6em, 7vw, 10em);
  }
}
.layer-image {
  opacity: 0;
  position: absolute;
  max-height: 400px;
  transform: translateY(15%) translateX(10%) scale(1.04);
  transition: opacity 400ms ease-in-out;
  pointer-events: none;
}
@media (min-width: 500px) {
  .layer-image {
    max-height: 700px;
  }
}
@media (min-width: 768px) {
  .layer-image {
    max-height: 100dvh;
    max-width: clamp(700px, 100vw, 10000px);
  }
}
@media (min-width: 992px) {
  .layer-image {
    max-height: 100dvh;
    max-width: clamp(1000px, 100vw, 10000px);
  }
}
.layer-image-active {
  opacity: 1;
  transition: 0.5s ease;
  transform: translateY(15%) translateX(10%) scale(1);
  z-index: 0;
}

.railroad {
  position: relative;
  min-height: 300dvh;
}
.railroad-img-tracks {
  position: fixed;
  color: grey;
  top: 0;
  transform: translateX(-50%);
  height: 100dvh;
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
}
.railroad-img-road {
  position: fixed;
  top: 0;
  min-width: 100vw;
  height: 100dvh;
  opacity: 0.1;
  z-index: -2;
  transform-origin: center;
  pointer-events: none;
}
.railroad-indicator {
  position: fixed;
  right: 2rem;
  top: 0;
  height: 100vh;
  width: 120px;
  pointer-events: none;
  z-index: -1;
}
.railroad-indicator svg {
  width: 100%;
  height: 100%;
}
.railroad-indicator svg path {
  fill: none;
  stroke: #ccc;
  stroke-width: 8; /* thicker path */
  stroke-linecap: round;
}
.railroad-indicator .marker {
  position: absolute;
  z-index: 10;
  width: 2em;
  height: 2em;
  background: var(--theme-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.railroad-indicator .marker img {
  width: 70%;
  filter: brightness(100);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
}

.container-scroll {
  position: relative;
  z-index: 20;
}

.parallax-content {
  display: flex;
  flex-direction: column;
}

.block {
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block.active {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .block-side {
    display: grid;
    grid-template-columns: 5fr 3fr;
  }
}
.block-side img {
  position: relative;
  width: 100%;
  object-fit: contain;
  max-height: 40vh;
}
@media (min-width: 768px) {
  .block-side img {
    max-height: none;
  }
}
.block-side .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.block-side .text h3 {
  font-family: "Noto Serif", serif;
  line-height: 0.8;
  width: 100%;
  color: var(--theme-color);
  font-size: 3em;
  margin: 0;
}
.block-side .text p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25em;
}
.block-side:nth-child(2n) {
  grid-template-columns: 5fr 3fr;
  direction: rtl;
  text-align: left;
}
.block-span {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.block-span img {
  position: relative;
  width: 100vw;
  aspect-ratio: 32/9;
  object-fit: cover;
}
.block-span .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.block-span .text h3 {
  font-family: "Noto Serif", serif;
  line-height: 0.8;
  color: #024c0f;
  font-size: 3em;
  margin-right: auto;
}
.block-span .text p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .block-span .text {
    width: 50%;
    margin-left: auto;
  }
}
.block-full img {
  position: relative;
  max-width: 95vw;
  transform: translateY(-7%);
  object-fit: cover;
}
.block-full .text {
  position: absolute;
  top: 0;
  color: rebeccapurple;
  font-size: clamp(60px, 6vw, 6em);
  text-shadow: 16px 16px 16px rgba(0, 0, 0, 0.3);
}

/* Scroll-driven section */
.container-scroll {
  position: relative;
  height: calc(var(--blocks, 1) * 100vh);
}

/* Sticky viewport */
.parallax-content {
  position: sticky;
  top: 0;
  height: 100vh;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Stacked blocks */
.block {
  position: absolute;
  inset: 0;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
  pointer-events: none;
  backface-visibility: hidden;
}

/* Visibility states (controlled via JS) */
.block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.block.is-exiting {
  opacity: 0;
  transform: translateY(-40px);
}

/* Layering to avoid flicker */
.block {
  z-index: 0;
}

.block.is-visible {
  z-index: 2;
}

.block.is-exiting {
  z-index: 1;
}

/* Image animation */
.block img {
  height: auto;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

/* Text animation */
.block .text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: transform, opacity;
}

/* When active */
.block.is-visible img {
  opacity: 1;
}
.block.is-visible .text {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .block,
  .block img,
  .block .text {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.railroad-menu {
  position: sticky;
  top: 0;
  z-index: 90;
  background: none;
}
.railroad-menu ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  gap: 16px;
  font-size: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  background-color: var(--theme-color);
}
@media (min-width: 768px) {
  .railroad-menu ul {
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0);
    color: black;
  }
}
.railroad-menu li {
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 1;
  transition: 0.3s;
}
.railroad-menu li.active {
  opacity: 1;
  font-weight: bold;
}
.railroad-menu.fixed {
  position: fixed;
  top: 100px;
  right: 5%;
  opacity: 1;
}

.mapbox {
  background-color: white;
  box-shadow: inset 0 0 2em 2em #ffffff;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  .mapbox {
    overflow: hidden;
  }
}
.mapbox-img {
  display: none;
  position: relative;
  opacity: 0.4;
  min-width: 100vw;
  min-height: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .mapbox-img {
    display: block;
    box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  }
}
.mapbox-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .mapbox-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    position: absolute;
  }
}
.mapbox-content .container-lg {
  padding: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mapbox-content .container-lg {
    justify-content: center;
    align-items: self-end;
  }
}
.mapbox-content .container-lg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.mapbox-content .container-lg h1 {
  text-transform: uppercase;
  font-size: clamp(26px, 6vw, 6em);
  line-height: 0.8;
  color: var(--theme-color);
  text-shadow: 16px 16px 16px rgba(0, 0, 0, 0.3);
}
.mapbox-content .container-lg h1:nth-child(1) {
  font-size: clamp(36px, 8vw, 8em);
}

.mapbox-text {
  max-width: 100%;
  font-family: "Noto Serif";
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); /* Safari */
}
.mapbox-text h1 {
  font-family: "NOTO SERIF";
}

.map {
  position: relative;
  width: auto;
  height: 100%;
  z-index: 10;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.map-img {
  display: block;
}
.map-item {
  text-decoration: none;
}
.map-item img {
  left: 50%;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease;
  pointer-events: none;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
}
.map .marker {
  display: none;
  width: clamp(7px, 5vw, 16px);
  height: clamp(7px, 5vw, 16px);
  background: var(--theme-color);
  border-radius: 50%;
  border: clamp(2px, 1vw, 8px) solid #a72727;
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  animation: pulse 2s infinite;
  z-index: 100;
}
@media (min-width: 768px) {
  .map .marker {
    display: block;
  }
}
@media (min-width: 768px) {
  .map {
    width: 100%;
    display: block;
  }
  .map-item {
    position: absolute;
  }
  .map-item img {
    position: absolute;
    width: clamp(100px, 8vw, 600px);
  }
}

.navbar {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
  z-index: 1000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
}
.navbar .open-menu {
  font-size: 1.25em;
  background: none;
  border: none;
}
.navbar img {
  height: 60px;
  filter: brightness(100);
  transition: filter 0.3s ease;
}
.navbar a {
  text-decoration: none;
  color: white;
  font-size: 1.25em;
  padding: 6px;
  display: none;
}
.navbar a:last-child {
  background-color: white;
  padding: 6px 12px;
  color: var(--theme-color);
}
@media (min-width: 768px) {
  .navbar a {
    display: inline;
  }
}
.navbar.scrolled {
  background: none;
  color: black;
  text-decoration: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.navbar.scrolled img {
  filter: none;
}
.navbar.scrolled a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 1.25em;
  padding: 6px;
}
.navbar.scrolled a:last-child {
  background-color: var(--theme-color);
  color: white;
}

.modal {
  position: fixed;
  inset: 0;
  background: #bd2720;
  color: white;
  display: none;
  width: 100%;
  max-height: 100dvh;
}
.modal.active {
  display: flex;
  justify-content: center;
  z-index: 1000;
}
.modal .close-btn {
  padding: 16px;
  font-size: 24px;
}
.modal .mymenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal .mymenu-primary {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .mymenu-primary li {
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-size: 3em;
}
@media (min-width: 768px) {
  .modal .mymenu-primary li {
    font-size: 4em;
  }
}
.modal .mymenu-primary li:hover {
  font-size: 5em;
  color: gold;
}
.modal .mymenu-primary li a {
  text-decoration: none;
  color: white;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: -0.07em;
}
.modal .mymenu-primary li a.active {
  color: gold;
}
.modal .mymenu-primary li a:hover {
  color: gold;
}
.modal .mymenu-secondary {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .modal .mymenu-secondary {
    display: block;
  }
}
.modal .mymenu-secondary ul {
  position: absolute;
  height: 100%;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.modal .mymenu-secondary ul.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity ease 0.3s;
}
.modal .mymenu-secondary ul.active li {
  pointer-events: auto;
}
.modal .mymenu-secondary ul.active li a {
  pointer-events: auto;
}
.modal .mymenu-secondary ul li {
  font-size: 2em;
  pointer-events: none;
}
.modal .mymenu-secondary ul li:hover {
  font-size: 2em;
  color: gold;
}
.modal .mymenu-secondary ul li a {
  font-size: 1.5em;
  text-decoration: none;
  color: white;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  transition: 0.5s ease;
  letter-spacing: -0.07em;
  pointer-events: none;
}

.feature {
  position: relative;
  margin-top: 80px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 13;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari */
}
@media (min-width: 992px) {
  .feature {
    display: grid;
    grid-template-columns: 5fr 2fr;
  }
}
.feature .feature-text {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .feature .feature-text {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.feature .feature-text p {
  font-family: "Roboto Slab";
  font-size: 1.5em;
  padding: 50px 0 4px 0;
  margin: 0;
}
.feature .feature-text h1 {
  font-size: clamp(3em, 8vw, 7em);
  font-family: "NOTO SERIF";
  margin: 0;
  line-height: 0.65;
  text-transform: uppercase;
  letter-spacing: -3px;
}
.feature .feature-text img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: center;
  z-index: 15;
  max-height: 100vh;
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
}
.feature .feature-description {
  display: flex;
  align-items: flex-end;
}
.feature .feature-description p {
  font-family: "Nunito Sans", sans-serif;
  padding: 20px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  margin: 0;
  width: 100%;
  box-shadow: none;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .feature .feature-description p {
    width: clamp(100%, 30vw, 30vw);
    box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  }
}
@media (min-width: 992px) {
  .feature .feature-description p {
    padding: 3vw 2vw 2vw 3em;
    transform: translateX(-105%);
    font-size: 1.3vw;
    width: 100%;
    background-color: white;
    color: black;
    aspect-ratio: 2.7/4;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 25%;
    flex-basis: fit-content;
    box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
    box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  }
}
@media (min-width: 992px) {
  .feature .feature-description p:hover {
    transform: translateX(-4vw);
  }
}
@media (min-width: 992px) {
  .feature .feature-description:hover p {
    transform: translateX(-4vw);
  }
}

.content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.content > * {
  margin-top: 3em;
  grid-column: 1/span 12;
}
@media (min-width: 500px) {
  .content > * {
    grid-column: 2/span 10;
  }
}
@media (min-width: 768px) {
  .content > * {
    grid-column: 3/span 8;
  }
}
@media (min-width: 992px) {
  .content > * {
    grid-column: 4/span 6;
  }
}
.content > h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ol, .content li, .content a, .content p, .content ul {
  font-family: "NOTO SERIF";
  grid-column: 2/span 10;
}
@media (min-width: 768px) {
  .content > h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ol, .content li, .content a, .content p, .content ul {
    grid-column: 3/span 8;
  }
}
@media (min-width: 992px) {
  .content > h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ol, .content li, .content a, .content p, .content ul {
    grid-column: 4/span 6;
  }
}
@media (min-width: 1440px) {
  .content > h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ol, .content li, .content a, .content p, .content ul {
    grid-column: 5/span 4;
  }
}
.content .kg-card {
  width: 100%;
}
.content .kg-product-card-contianer {
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  border-radius: 0;
  border: none;
}
.content .kg-product-card-image {
  width: 100%;
}
.content .kg-product-card-button {
  border-radius: 0;
  font-family: "NOTO SERIF";
}
.content .kg-cta-card {
  margin: 2em auto;
  max-width: 750px;
  grid-column: 2/span 10;
}
@media (min-width: 768px) {
  .content .kg-cta-card {
    grid-column: 3/span 8;
  }
}
@media (min-width: 992px) {
  .content .kg-cta-card {
    grid-column: 4/span 6;
  }
}
@media (min-width: 1440px) {
  .content .kg-cta-card {
    grid-column: 5/span 4;
  }
}
.content .kg-width-wide {
  grid-column: 2/span 10;
}
.content .kg-width-full {
  grid-column: span 12;
}
.content .kg-header-card-text {
  max-width: 1200px;
  margin-left: 2em;
}
@media (min-width: 768px) {
  .content .kg-header-card-text {
    margin: auto;
  }
}

.kg-header-card-text {
  margin-left: 2em;
}
@media (min-width: 768px) {
  .kg-header-card-text {
    max-width: 80%;
    margin: auto;
  }
}

.kg-product-card {
  grid-column: 2/span 10;
}

.kg-product-card-contianer {
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
  border-radius: 0;
  border: none;
}

.kg-product-card-image {
  width: 100%;
}

.kg-product-card-button {
  border-radius: 0;
  font-family: "NOTO SERIF";
}

.kg-gallery-card {
  margin: 0;
}

.kg-image-card {
  margin: 0;
}
.kg-image-card img {
  height: 100%;
  width: 100%;
}

.readmore .head-img-span {
  width: 100%;
  height: auto;
  transform: translateY(50%);
}
.readmore .head-img-title {
  max-width: 600px;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-45%, 0);
}
@media (min-width: 992px) {
  .readmore .head-img-title {
    width: 100%;
  }
}
.readmore .head h1 {
  font-family: "NOTO SERIF";
  color: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(3em, 8vw, 6em);
  margin-top: 0;
}
.readmore .grid {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  justify-content: center;
}
.readmore .grid .card-link {
  text-decoration: none;
  color: inherit;
}
.readmore .grid-card {
  background: #fff;
  padding: 0.75rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease;
}
.readmore .grid-card-img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}
.readmore .grid-card .caption {
  font-size: 1em;
  margin-top: 0.5rem;
  color: #000;
}
.readmore .grid-card-default {
  object-fit: contain;
}
.readmore .grid-card:nth-child(odd) {
  transform: rotate(-1deg);
}
.readmore .grid-card:nth-child(even) {
  transform: rotate(1deg);
}
.readmore .grid-card:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 2;
}

.footer {
  display: flex;
  align-items: center;
  min-height: 300px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari */
}
.footer .container .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer .container .items {
    flex-direction: row;
  }
}
.footer .container .items img {
  width: 60px;
  height: auto;
  object-fit: contain;
  padding: 1em;
}
@media (min-width: 768px) {
  .footer .container .items img {
    max-width: 100px;
    width: 100%;
  }
}
.footer .container .items .mini-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
@media (min-width: 768px) {
  .footer .container .items .mini-nav {
    flex-direction: row;
  }
}
.footer .container .items .mini-nav a {
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 1em;
}

.lastthing {
  text-align: center;
  margin-bottom: 24px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 1em;
}

#announcement-bar-root {
  z-index: 9999;
  position: fixed;
  transform: translate(-50%, 100px);
  margin: auto;
  left: 50%;
}
#announcement-bar-root .gh-announcement-bar {
  border-radius: 1em;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  box-shadow: 7px 13.9px 13.9px hsla(0, 0%, 0%, 0.28);
}

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