:root {
  --green: #5b7343;
  --light-green: #b1bf93;
  --yellow: #d6d989;
  --yellow-down: #fbfdba;
  --beige: #f6f2e9;
  --red: #a66565;
  --text: #5b7343;
  --shadow-color: 79deg 26% 66%;
  --shadow-1-elevation-low: 0px 0.2px 0.2px hsl(var(--shadow-color) / 0.34),
    0px 0.4px 0.5px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-1-elevation-medium: 0px 0.2px 0.2px hsl(var(--shadow-color) / 0.36),
    0px 0.7px 0.8px -0.8px hsl(var(--shadow-color) / 0.36),
    0px 1.8px 2px -1.7px hsl(var(--shadow-color) / 0.36),
    0.1px 4.5px 5.1px -2.5px hsl(var(--shadow-color) / 0.36);
  --shadow-1-elevation-high: 0px 0.2px 0.2px hsl(var(--shadow-color) / 0.34),
    0px 1.3px 1.5px -0.4px hsl(var(--shadow-color) / 0.34),
    0.1px 2.4px 2.7px -0.7px hsl(var(--shadow-color) / 0.34),
    0.1px 4px 4.5px -1.1px hsl(var(--shadow-color) / 0.34),
    0.1px 6.4px 7.2px -1.4px hsl(var(--shadow-color) / 0.34),
    0.2px 10px 11.3px -1.8px hsl(var(--shadow-color) / 0.34),
    0.3px 15.1px 17px -2.1px hsl(var(--shadow-color) / 0.34),
    0.5px 22.3px 25.1px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-color-2: 62deg 51% 69%;
  --shadow-2-elevation-low: 0px 0.2px 0.2px hsl(var(--shadow-color-2) / 0.34),
    0px 0.4px 0.5px -1.2px hsl(var(--shadow-color-2) / 0.34),
    0px 0.9px 1px -2.5px hsl(var(--shadow-color-2) / 0.34);
  --shadow-2-elevation-medium: 0px 0.2px 0.2px hsl(var(--shadow-color-2) / 0.36),
    0px 0.7px 0.8px -0.8px hsl(var(--shadow-color-2) / 0.36),
    0px 1.8px 2px -1.7px hsl(var(--shadow-color-2) / 0.36),
    0.1px 4.5px 5.1px -2.5px hsl(var(--shadow-color-2) / 0.36);
  --shadow-2-elevation-high: 0px 0.2px 0.2px hsl(var(--shadow-color-2) / 0.34),
    0px 1.3px 1.5px -0.4px hsl(var(--shadow-color-2) / 0.34),
    0.1px 2.4px 2.7px -0.7px hsl(var(--shadow-color-2) / 0.34),
    0.1px 4px 4.5px -1.1px hsl(var(--shadow-color-2) / 0.34),
    0.1px 6.4px 7.2px -1.4px hsl(var(--shadow-color-2) / 0.34),
    0.2px 10px 11.3px -1.8px hsl(var(--shadow-color-2) / 0.34),
    0.3px 15.1px 17px -2.1px hsl(var(--shadow-color-2) / 0.34),
    0.5px 22.3px 25.1px -2.5px hsl(var(--shadow-color-2) / 0.34);
}

@font-face {
  font-family: "Amalfi-Coast";
  src:
    url("assets/fonts/Amalfi-Coast.ttf.woff") format("woff"),
    url("assets/fonts/Amalfi-Coast.ttf.svg#Amalfi-Coast") format("svg"),
    url("assets/fonts/Amalfi-Coast.ttf.eot"),
    url("assets/fonts/Amalfi-Coast.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0px;
}

/* Makes sure everything is centered. Always. */
section,
div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* Sets minimum height for the sections, so they look better  */
section {
  overflow: hidden;
  min-height: 90vh;
}

/* Basic font settings  */
h1,
h2,
h3,
h4,
p {
  font-family: "Cormorant Garamond", serif;
  color: var(--text);
  font-weight: 400;
}

h1 a,
h1 a:visited {
  color: var(--text);
  display: inline-block;
  transition: all 0.75s ease-in-out;
}
h1 a:hover {
  color: var(--red);
}

/* Settings for the first row of every page */
section.hero {
  background-color: var(--beige);
  height: 100vh;
}

/* Non-hero sections */
section.standard {
  padding: 12rem;
  z-index: 2;
  background-color: white;
}

/* All images that need to stay on top of other elements  */
.img-over {
  display: block;
  position: absolute;
  pointer-events: none;
}

/* Images in the hero that need to stay below other rows when scrolling */
section.hero .img-over {
  /* position: fixed; */
  z-index: 1;
}

/* Stick images to specific positions */
.img-top {
  top: 0%;
}

.img-bottom {
  bottom: 0%;
}

.img-right {
  right: 0%;
}

.img-left {
  left: 0%;
}

/***
HOME
***/

/* Font settings for the main title */
.home h1 {
  font-family: "Amalfi-Coast";
  text-align: center;
  line-height: 1.05em;
  font-size: 5rem;
  letter-spacing: 0.5px;
  color: var(--green);
}

.home h2 {
  font-family: "Amalfi-Coast";
  text-align: center;
  line-height: 2.05em;
  font-size: 2em;
  letter-spacing: 0.5px;
  color: var(--green);
}
/* Set height for images on the hero section */
.home .hero .img-top.img-left {
  height: 45vh;
}

.home .hero .img-top.img-right {
  height: 45vh;
}

.home .hero .img-bottom.img-left {
  height: 60vh;
}

.home .hero .img-bottom.img-right {
  height: 60vh;
}

/* Sets the wedding date below the h1 */
.home .date {
  color: var(--green);
  font-size: 2.2rem;
  margin-top: 2rem;
}

/***
RSVP Button
***/

/* Sticks button to the right side and makes sure it stays on top of everything else */
/* Full-width bottom RSVP bar */
.rsvp {
position: fixed;
/* margin: 20px; */
bottom: 2%;
left: 5%;
width: 90%;              /* full width */
height: 60px;             /* adjust height as needed */
background-color: var(--beige); /* bar color */
color: var(--green);             /* text color */
border: 2px solid var(--green);
font-size: 24px;          /* text size */
font-weight: bold;
text-align: center;
line-height: 60px;        /* vertically center text */
cursor: pointer;
z-index: 1000;
box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
transition: background-color 0.3s ease-in-out;
}

/* Hover effect */
.rsvp:hover {
background-color: var(--beige); /* bar color */
color: var(beige);
}
.rsvp a{
  width: 100%;
  height: 100%;
color: var(--green);
text-decoration: none;
}

.rsvp a:visited {
color: var(--green);
text-decoration: none;

}


/* section.standard,
div.box {
    z-index: 1;
} */

div.box {
  /* background-color: var(--beige); */
  padding: 6rem;
}

h1,
p.bigtext {
  font-size: 4rem;
  /* line-height: 1.2rem; */
  padding: 0px;
  margin: 0px;
}

p.medtext {
  font-size: 2rem;
  /* line-height: 1.2rem; */
  padding: 0px;
  margin: 0px;
}
p.hugetext {
  font-size: 5rem;
  padding: 0px;
  margin: 0px;
}
p.countdowntext {
  font-size: 4rem;
  /* line-height: 1.2rem; */
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
}

.daje {
  font-weight: bolder;
  font-style: italic;
}

div.divider {
  width: 25%;
  border-bottom: solid 1.5px var(--green);
}

div.divider.top {
  margin-bottom: 5rem;
  margin-top: 2rem;
}

div.divider.bottom {
  margin-bottom: 2rem;
  margin-top: 5rem;
}

div.dividerz {
  margin-bottom: 2rem;
  margin-top: 5rem;
}

p.subtext {
  font-size: 1.5rem;
  margin: 0px;
}

a:visited {
  color: var(--text);
}

p.details a,
p.details a:visited,
p.details a:any-link,
.column a,
.column a:visited,
.column a:any-link {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  border-bottom: solid 1px var(--light-green);
  color: var(--light-green);
  transition: all 1s ease-in-out;
}

p.details a:hover,
.column a:hover {
  color: var(--red);
}

section.alt {
  background-color: var(--beige);
  padding: 12rem 16em;
}

.video iframe {
  margin-top: 3rem;
  width: 90%;
  box-shadow: var(--shadow-1-elevation-high);
  width: 1100px;
  height: 620px;
}

/* section.video p.bigtext {
    line-height: .95em;
} */

section.video {
  position: relative;
}

section.video img.img-top.img-left {
  height: 80vh;
}

section.video img.img-top.img-right {
  height: 100vh;
}

section.video img.img-bottom.img-left {
  height: 60vh;
}

section.video img.img-bottom.img-right {
  height: 40vh;
}

p.bigtext a,
p.hugetext a {
  font-weight: bolder;
  font-style: italic;
  display: inline-block;
  position: relative;
  color: var(--text);
  text-decoration: underline;
  /* padding: 0.2em 0.05em; */
  transition: all 0.5s ease-in-out;
}

p.subtext a {
  color: var(--text);
  font-weight: bolder;
  font-style: italic;
}

p.bigtext a:hover,
p.hugetext a:hover,
p.subtext a:hover {
  color: var(--red);
}

/* p.bigtext a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: var(--light-green);
    z-index: -1;
    transform: scaleY(.2);
    border-radius: 0;
    transition: all 0.3s ease-in-out;
  }

  p.bigtext a:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--light-green);
    z-index: -1;
    border-radius: 8px;
  } */

img.img-remark {
  width: 40vw;
}

img.remark-top {
  margin-bottom: 5rem;
}

a.button {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  margin-top: 3rem;
  text-decoration: none;
  color: white;
  background: var(--green);
  padding: 20px 30px;
  border-radius: 500px;
  display: inline-block;
  /* border-bottom: solid 5px transparent; */
  box-shadow: var(--shadow-1-elevation-medium);
  transition:
    all 1s ease-in-out,
    box-shadow 0.5s ease-in-out;
}

a.button:hover {
  /* border-bottom:solid 5px var(--light-green); */
  box-shadow: var(--shadow-1-elevation-high);
  transform: scale(1.05);
}

/*** GIFT SECTION ***/

section.gift {
  height: 100vh;
  padding: 0rem 12rem;
  z-index: 3;
}

section.gift img {
  bottom: -5%;
}

section.gift img.img-bottom.img-left {
  height: 40vw;
}

section.gift img.img-bottom.img-right {
  height: 50%;
}

.midtext {
  font-size: 2.5rem;
}

/***
PAGE WHERE
***/

.internal .hero .img-bottom.img-right {
  width: 50vw;
  z-index: 0;
  right: -10%;
  bottom: -10%;
}

.internal .rsvp {
  position: relative;
  bottom: auto;
  right: auto;
  margin-left: 1rem;
  border-radius: 100px;
}

.internal .rsvp img a {
  height: 70px;
  border-radius: 100px;
}

/* .internal {
    padding-bottom: 120px;
} */

div.navigation {
  position: fixed;
  display: flex;
  flex-direction: row;
  /* width: 80vw; */
  height: 70px;
  bottom: 5%;
  z-index: 4;
}

div.navigation a img {
  height: 70px;
  box-shadow: var(--shadow-1-elevation-medium);
  border-radius: 100px;
}

div.navigation a.logo {
  margin-right: 1rem;
  z-index: 4;
}

div.menu {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-shadow: var(--shadow-1-elevation-medium);
  border-radius: 100px;
  height: 70px;
  width: 70vw;
}

div.navigation a,
div.navigation a:any-link,
div.navigation a:visited {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  transition: all 1s ease-in-out;
}

div.navigation .menu a:hover {
  border-bottom: solid 1px var(--green);
}

div.navigation a.logo:hover {
  border-bottom: solid 1px transparent;
}

div.navigation .test {
  opacity: 0;
  pointer-events: none;
  display: flex;
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  border-radius: 100px;
  flex-direction: row;
  justify-content: left;
  box-shadow: var(--shadow-1-elevation-high);
  transition: all 0.8s ease-in-out;
}

div.navigation .test div {
  text-align: center;
  width: 100%;
}

div.navigation .test div p {
  color: var(--green);
}

div.navigation a.logo:hover .test {
  opacity: 100%;
}

.internal section.hero {
  padding: 0em 10em;
}

.internal h1 {
  z-index: 1;
}

/* Accomodations */

#accomodations .bigtext {
  margin-bottom: 3rem;
}

.columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 2.5em;
}

p.smalldetail {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.column h3 {
  font-size: 2.5rem;
}

p.description {
  font-size: 1.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
}

.column a {
  color: var(--green);
  text-decoration: none;
  margin-top: 2rem;
}

#location .description {
  width: 90%;
  line-height: 1.8rem;
}

#location .description a {
  font-size: 1.5rem;
  font-family: "Work Sans", sans-serif;
  transition: all 0.5s ease-in-out;
  color: var(--green);
  border-bottom: solid 0px transparent;
  text-decoration: underline;
}

#location .description a:hover {
  color: var(--red);
}

#location .column img {
  width: 100%;
}

.icon {
  width: 25px;
}

/***
HONEYMOON
***/

.honeymoon hero {
  padding: 0em 13em;
}
.honeymoon div.navigation {
  width: 80vw;
  justify-content: space-between;
}
.honeymoon h1 {
  margin-bottom: 4rem;
}

.honeymoon span.iban {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.honeymoon span.iban_details {
  display: block;
  font-size: 1.5rem;
}

/***
TEXT HIGHLIGHT
***/

::-moz-selection {
  /* Code for Firefox */
  background: var(--yellow-down);
}

::selection {
  background: var(--yellow-down);
}

/***
ANIMATIONS
***/

.arrow-bounce {
  position: absolute;
  color: var(--light-green);
  bottom: 2rem;
}

.arrow-bounce i {
  opacity: 30%;
}

.focus-in {
  -webkit-animation: focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@-webkit-keyframes focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.slide-in-blurred-top {
  -webkit-animation: slide-in-blurred-top 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-top 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-21 12:16:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(1) scaleX(1);
    transform: translateY(-1000px) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(1) scaleX(1);
    transform: translateY(-1000px) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 2s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-bottom 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(1) scaleX(1);
    transform: translateY(1000px) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(1) scaleX(1);
    transform: translateY(1000px) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-tr {
  -webkit-animation: slide-in-blurred-tr 0.6s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-tr 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-tr {
  0% {
    -webkit-transform: translate(1000px, -1000px) skew(0deg, 0deg);
    transform: translate(1000px, -1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-tr {
  0% {
    -webkit-transform: translate(1000px, -1000px) skew(0deg, 0deg);
    transform: translate(1000px, -1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-br {
  -webkit-animation: slide-in-blurred-br 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-br 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-21 12:21:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-br
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-br {
  0% {
    -webkit-transform: translate(1000px, 1000px) skew(0deg, 0deg);
    transform: translate(1000px, 1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-br {
  0% {
    -webkit-transform: translate(1000px, 1000px) skew(0deg, 0deg);
    transform: translate(1000px, 1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-bl {
  -webkit-animation: slide-in-blurred-bl 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-bl 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-bl {
  0% {
    -webkit-transform: translate(-1000px, 1000px) skew(0deg, 0deg);
    transform: translate(-1000px, 1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-bl {
  0% {
    -webkit-transform: translate(-1000px, 1000px) skew(0deg, 0deg);
    transform: translate(-1000px, 1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-tl {
  -webkit-animation: slide-in-blurred-tl 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-tl 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-tl {
  0% {
    -webkit-transform: translate(-1000px, -1000px) skew(0deg, 0deg);
    transform: translate(-1000px, -1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-tl {
  0% {
    -webkit-transform: translate(-1000px, -1000px) skew(0deg, 0deg);
    transform: translate(-1000px, -1000px) skew(0deg, 0deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) skew(0deg, 0deg);
    transform: translate(0, 0) skew(0deg, 0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/** Delay **/

.del-0 {
  animation-delay: 0s;
}

.del-025 {
  animation-delay: 0.25s;
}

.del-050 {
  animation-delay: 0.5s;
}

.del-075 {
  animation-delay: 0.75s;
}

.del-1 {
  animation-delay: 1s;
}

.del-125 {
  animation-delay: 1.25s;
}

.del-150 {
  animation-delay: 1.5s;
}

.del-175 {
  animation-delay: 1.75s;
}

.del-2 {
  animation-delay: 2s;
}

.del-225 {
  animation-delay: 2.25s;
}

.del-250 {
  animation-delay: 2.5s;
}

.del-275 {
  animation-delay: 2.75s;
}

.del-3 {
  animation-delay: 3s;
}

.del-325 {
  animation-delay: 3.25s;
}

.del-350 {
  animation-delay: 3.5s;
}

.del-375 {
  animation-delay: 3.75s;
}

.del-4 {
  animation-delay: 4s;
}

/** Duration **/

.dur-0 {
  animation-duration: 0s;
}

.dur-025 {
  animation-duration: 0.25s;
}

.dur-050 {
  animation-duration: 0.5s;
}

.dur-075 {
  animation-duration: 0.75s;
}

.dur-1 {
  animation-duration: 1s;
}

.dur-125 {
  animation-duration: 1.25s;
}

.dur-150 {
  animation-duration: 1.5s;
}

.dur-175 {
  animation-duration: 1.75s;
}

.dur-2 {
  animation-duration: 2s;
}

.dur-225 {
  animation-duration: 2.25s;
}

.dur-250 {
  animation-duration: 2.5s;
}

.dur-275 {
  animation-duration: 2.75s;
}

.dur-3 {
  animation-duration: 3s;
}

.dur-325 {
  animation-duration: 3.25s;
}

.dur-350 {
  animation-duration: 3.5s;
}

.dur-375 {
  animation-duration: 3.75s;
}

.dur-4 {
  animation-duration: 4s;
}

/***
RESPONSIVENESS
***/
@media (max-width: 1200px) {
  .home h1 {
    font-size: 4rem;
  }
}

@media (max-width: 992px) {
  .home h1 {
    font-size: 2.5rem;
  }

  .home .hero .img-top.img-left {
    height: 40vh;
  }

  .home .hero .img-top.img-right {
    height: 40vh;
  }

  .home .hero .img-bottom.img-left {
    height: 50vh;
  }

  .home .hero .img-bottom.img-right {
    height: 50vh;
  }

  h1,
  p.bigtext {
    font-size: 3rem;
  }
  p.medtext {
    font-size: 1.5rem;
  }

  .video iframe {
    width: 900px;
    height: 506px;
  }

  section.standard {
    padding: 8rem;
  }
}

@media (max-width: 768px) {
  h1,
  p.bigtext,
  p.hugetext {
    font-size: 2rem;
  }

  .internal section.hero {
    padding: 0 5rem;
  }

  .internal .hero .img-bottom.img-right {
    height: 65vw;
    width: auto;
  }

  section.standard {
    padding: 5rem;
  }

  section.video img.img-top.img-left {
    height: 40vw;
  }

  section.video img.img-top.img-right {
    height: 60vw;
  }

  section.video img.img-bottom.img-left {
    height: 50vw;
  }

  section.video img.img-bottom.img-right {
    height: 25vw;
  }

  .video iframe {
    width: 600px;
    height: 338px;
  }

  .columns {
    flex-direction: column;
  }

  .columns .column:first-child {
    margin-bottom: 8rem;
  }

  .column {
    padding: 0rem;
    width: 100%;
  }
  .logo div.test {
    display: none;
  }

  .honeymoon span.iban {
    font-size: 1.5rem;
  }
  .honeymoon span.iban_details {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .home section.hero .img-top.img-left {
    height: 35vw;
  }

  .home section.hero .img-top.img-right {
    height: 40vw;
  }

  .home section.hero .img-bottom.img-left {
    height: 0vw;
  }

  .home section.hero .img-bottom.img-right {
    height: 75vw;
  }

  .home h1 {
    font-size: 2rem;
  }

  .home h2 {
    font-size: 1rem;
  }

  .home .bounce {
    display: none;
  }

  .home div.rsvp {
    right: 1rem;
    bottom: 1rem;
    z-index: 4;
  }

  .internal .navigation {
    position: fixed;
  }

  .internal .logo {
    position: fixed;
    top: 1rem;
    left: 1rem;
  }

  .internal .rsvp {
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

  .internal .menu {
    width: 90vw;
    font-size: 0.9rem;
    height: 50px;
  }

  .video iframe {
    width: 500px;
    height: 280px;
  }

  .home section.gift .img-bottom.img-left {
    height: 0vw;
  }
  .home section.gift .img-bottom.img-right {
    height: 70vw;
  }
}
.photo-display {
  width: 100%;
  max-width: 700px; /* ✅ keeps it from stretching too wide on desktop */
  height: auto;
  display: block;
  margin: 2rem auto; /* ✅ centers it nicely */
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.countdowntext {
  margin-top: 20px;
  padding-top: 20px;
}
.schedule {
  background: #f6f2e9;
  padding: 3rem 1rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}

.timeline-item {
  display: grid;
  grid-template-columns: 100px 100px auto; /* time | line | event */
  align-items: left;
  margin-bottom: 2rem;
  position: relative;
}

.time {
  font-family: "Cormorant Garamond", serif;
  color: var(--green);
  text-align: right;
  font-weight: 1000;
}

.line {
  width: 2px;
  background: #c4b89a;
  height: 100%;
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  background: #c4b89a;
  border-radius: 50%;
}

.event {
  text-align: left;
  font-size: 1.2rem;
  color: #555;
}
.event h3, .event p{
  margin-top: 0;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .timeline-item {
    grid-template-columns: 60px 15px auto;
  }
  .time {
    font-size: 0.95rem;
  }
  .event {
    font-size: 1rem;
  }
}
h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
  .hotel {
    margin-bottom: 1.5rem;
  }

  .hotel-button {
    display: inline-block;
    background-color: var(--white);
    color: var(--green);
    border: 2px solid var(--green);
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0; /* square edges */
    transition: background-color 0.2s, color 0.2s;
  }

  .hotel-button:hover {
    background-color: var(--green);
    color: var(--beige);
