*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  height: -webkit-fill-available; }

body {
  box-sizing: border-box;
  background-color: #F0F1F2;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(2rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

body {
  font-family: "Akzidenz-Grotesk Next", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #141414; }

.paragraph {
  font-size: 2.2rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

h1 {
  font-weight: 100;
  letter-spacing: 0.05em; }

a {
  color: #48ACF0;
  text-decoration: none;
  transition: 200ms ease all; }
  a:hover {
    color: #57d19c; }

.u-center-text {
  text-align: center; }

.u-margin-bottom-lg {
  margin-bottom: 8rem; }

.u-margin-bottom-sm {
  margin-bottom: 1rem; }

.btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative; }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(20, 20, 20, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.2); }

.btn--white {
  background-color: #F0F1F2;
  color: #141414; }
  .btn--white::after {
    background-color: #F0F1F2; }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn--animated {
  animation: moveInBottom 1s ease 0.5s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  font-size: 2.2rem;
  color: #57d19c;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #57d19c;
  padding: 3px 6px;
  transition: all 0.2s; }

.btn-text:hover {
  background-color: #57d19c;
  color: #F0F1F2;
  box-shadow: 0 1rem 2rem rgba(20, 20, 20, 0.2);
  transform: translateY(-2px); }

.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.2);
  transform: translateY(0px); }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * (6rem)) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * (6rem)) / 4); }
  .row .col-2-of-3 {
    width: calc( ((100% - 2 * (6rem)) / 3) * 2 + 6rem); }
  .row .col-2-of-4 {
    width: calc( ((100% - 3 * (6rem)) / 4) * 2 + 6rem); }
  .row .col-3-of-4 {
    width: calc( ((100% - 3 * (6rem)) / 4) * 3 + 6rem * 2); }

.kk {
  position: fixed;
  top: -4%;
  left: -5%;
  width: 61%; }
  @media (min-width: 390px) {
    .kk {
      top: -4%;
      left: -5%;
      width: 62%; } }
  @media (min-width: 530px) {
    .kk {
      top: -4%;
      left: -5%;
      width: 53%; } }
  @media (min-width: 712px) {
    .kk {
      top: -4%;
      left: -4%;
      width: 40%; } }
  @media (min-width: 900px) {
    .kk {
      top: -3%;
      left: -3%;
      width: 36%; } }

.ph {
  position: fixed;
  bottom: -4%;
  right: -5%;
  width: 55%; }
  @media (min-width: 390px) {
    .ph {
      bottom: -3%;
      right: -5%;
      width: 58%; } }
  @media (min-width: 530px) {
    .ph {
      bottom: -3%;
      right: -4%;
      width: 50%; } }
  @media (min-width: 712px) {
    .ph {
      bottom: -4%;
      right: -4%;
      width: 42%; } }
  @media (min-width: 900px) {
    .ph {
      bottom: -3%;
      right: -3%;
      width: 33%; } }

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rsvp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 1.5rem; }
  @media (min-width: 530px) {
    .rsvp {
      width: 100%;
      padding: 0 1.5rem; } }
  .rsvp h1 {
    font-size: 4rem; }
    @media (min-width: 530px) {
      .rsvp h1 {
        font-size: 6rem; } }
  .rsvp .nudge {
    position: relative;
    left: 7px;
    top: -7px; }
    @media (min-width: 530px) {
      .rsvp .nudge {
        left: 10px;
        top: -10px; } }
  .rsvp form {
    width: 100%;
    max-width: 500px;
    font-size: 1.6rem; }
    .rsvp form input {
      width: 100%;
      height: 28px;
      margin-bottom: 1rem;
      padding: 0 4px;
      font-family: 'Akzidenz-Grotesk Next';
      font-size: 1.6rem; }
      @media (min-width: 530px) {
        .rsvp form input {
          width: 100%;
          height: 36px;
          margin-bottom: 2rem;
          font-size: 1.8rem; } }
    .rsvp form input[type='checkbox'] {
      width: 28px; }
    .rsvp form .checkboxes {
      display: flex; }
    .rsvp form .check {
      width: 50%; }
    .rsvp form textarea {
      width: 100%;
      height: 62px;
      padding: 4px;
      font-family: 'Akzidenz-Grotesk Next';
      font-size: 1.6rem;
      margin-bottom: .8rem; }
      @media (min-width: 530px) {
        .rsvp form textarea {
          font-size: 1.8rem;
          margin-bottom: 1.5rem;
          height: 128px; } }
    .rsvp form button {
      border: 0;
      padding: 1rem;
      background-color: #48ACF0;
      font-size: 2.5rem;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      color: #F0F1F2;
      transition: 200ms ease all; }
      .rsvp form button:hover {
        background-color: #57d19c; }

.info {
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media (min-width: 900px) {
    .info {
      flex-direction: row;
      text-transform: none;
      font-weight: 400;
      font-size: 1.8rem; }
      .info a {
        margin-right: 2.4rem; } }

.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 1em;
  background: rgba(255, 255, 255, 0); }

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
