:root {
  --blue: #264fac;
  --rose: #ffbfb6;
  --white: white;
  --black: black;
}

.site-wrapper {
  overflow: hidden;
}

.hero-section {
  color: var(--blue);
  width: 100%;
}

.body {
  color: #ffbfb6;
  text-align: center;
  background-color: #264fac;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  margin-bottom: 61px;
  font-size: 46px;
  line-height: 1.2;
}

.h1.is-button {
  color: var(--blue);
  margin-bottom: 0;
  padding: 8px 21px;
}

.h1.is-button:hover {
  color: var(--rose);
}

.topbar-copy {
  letter-spacing: 9px;
  padding-top: 39px;
  padding-bottom: 39px;
}

.hero-container {
  perspective: 734px;
  letter-spacing: .8px;
  background-image: url('../images/Asset-11000x-80.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: 42px;
  margin-right: 42px;
  padding: 117px 82px;
  display: flex;
  transform: perspective(716px);
}

.text-block {
  color: var(--blue);
}

.text-block-2 {
  margin-bottom: 97px;
}

.gift-card-img {
  perspective: 1339px;
  border-radius: 40px;
  flex: 1;
  transition: all .2s;
  display: block;
  transform: perspective(1174px);
  box-shadow: 0 2px 40px 20px #e6aca4;
}

.text-block-3 {
  margin-top: 137px;
}

.link-block {
  border: 4px solid var(--blue);
  border-radius: 100vw;
  margin-top: 45px;
  padding: 16px 32px;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  background-color: var(--blue);
  box-shadow: 0 2px 20px 20px var(--rose);
  color: var(--white);
}

.text-block-4 {
  color: var(--blue);
}

.text-block-4:hover {
  color: var(--white);
}

.spacer-medium {
  height: 100px;
}

.collage-scroll {
  width: 100%;
  padding-top: 71px;
  padding-bottom: 71px;
}

.page-float {
  pointer-events: none;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-container {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  right: 50%;
}

.link-block-2 {
  perspective: 1303px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 900px;
  transition: all .2s;
  display: flex;
  transform: perspective(991px);
}

.link-block-2:hover {
  transform: scale(1.1)perspective(991px);
}

.link-block-2:active {
  transform: scale(1)perspective(991px);
}

.down-arrow {
  width: 80px;
  height: 80px;
  margin-top: 99px;
  margin-bottom: 161px;
}

.bottom-text {
  margin-bottom: 95px;
}

.confetti-div {
  pointer-events: none;
  display: none;
  position: fixed;
  top: 0%;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.code-embed {
  width: 100%;
  height: 100%;
  display: none;
}

.lightbox-link {
  perspective: 1009px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 900px;
  transition: all .2s;
  display: flex;
  transform: perspective(899px)scale(1);
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.lightbox-link:active {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .page-float {
    background-color: var(--blue);
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}


