/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'AmsterdamOne';
  src: url("/fonts/AmsterdamOne.woff") format("woff"), url("/fonts/AmsterdamOne.ttf") format("truetype"); }

html {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 27px; }

h1, h2, h3, h4 {
  font-family: 'AmsterdamOne', 'Parisienne', cursive;
  text-align: center; }
  h1:before, h2:before, h3:before, h4:before {
    display: block;
    content: "";
    margin-top: -4rem;
    height: 5rem;
    visibility: hidden;
    pointer-events: none; }

h1 {
  font-size: 33px;
  line-height: 52px;
  margin-bottom: 27px; }

h2 {
  font-size: 26px;
  line-height: 42px;
  margin-top: 44px;
  margin-bottom: 17px; }

h3 {
  font-size: 20px;
  line-height: 33px;
  margin-top: 27px;
  margin-bottom: 11px; }

h4 {
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 7px; }

.subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  position: relative; }

p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes {
  margin-bottom: 27px; }

a {
  color: #00357a; }

ul, ol {
  margin-left: 27px; }

li {
  margin-bottom: 11px; }

blockquote {
  padding-left: 17px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 7px; }

sub, sup {
  padding: 0 1px; }

code, pre, kbd {
  font-size: 15px; }

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px 4px;
  border-radius: 7px;
  margin: 0 1px; }

pre {
  padding: 11px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 7px; }

kbd {
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
  margin: 0 1px; }

legend {
  font-family: 'AmsterdamOne', 'Parisienne', cursive; }

.alert, .note, .box {
  padding: 17px; }

.footnotes {
  font-size: 13px;
  line-height: 23px;
  padding-top: 17px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15); }

.footnotes p {
  margin-bottom: 17px; }

ul ul, ul ol, ol ul, ol ol, blockquote.right p, blockquote.left p, .alert :last-child, .note :last-child, .box :last-child, .footnotes :last-child {
  margin-bottom: 0; }

@media all and (min-width: 598px) {
  main {
    padding: 27px; } }

.splash {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh; }
  .splash .title {
    position: sticky;
    top: 25%;
    color: #00357a;
    font-size: 3rem;
    font-weight: 100;
    opacity: 0;
    line-height: 5rem; }
    @media (min-width: 375px) {
      .splash .title {
        font-size: 4rem;
        line-height: 7rem; } }
    @media (min-width: 1024px) {
      .splash .title {
        font-size: 6rem;
        line-height: 12rem; } }
    .splash .title .subtitle {
      font-size: 2rem; }
      @media (min-width: 375px) {
        .splash .title .subtitle {
          top: -2rem; } }
      @media (min-width: 1024px) {
        .splash .title .subtitle {
          top: -5rem; } }
  .splash .splash-image {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: var(--bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; }
    @supports (filter: blur(0px)) {
      .splash .splash-image {
        filter: blur(var(--scrollBlur)); } }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 0;
  height: 3rem;
  background-color: rgba(0, 77, 179, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 100; }
  .navbar a {
    padding: .5rem 0;
    margin: .5rem 0; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  padding: 0 1rem;
  top: 3rem;
  background-color: rgba(0, 77, 179, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .2s ease-out;
  margin-bottom: -100%;
  max-width: 100%;
  float: right;
  z-index: 100; }
  nav.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    text-decoration: none;
    padding: .5rem 0;
    margin: .5rem 0; }

.menu-button, .menu-button:before, .menu-button:after {
  width: 35px;
  height: 4px;
  margin-right: 1rem;
  background: #fff;
  border-radius: 5px;
  transition: all 0.2s ease-in-out; }

.menu-button:before, .menu-button:after {
  content: "";
  position: absolute; }

.menu-button:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.menu-button:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.menu-button.active {
  background: transparent; }
  .menu-button.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-button.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.block {
  flex-grow: 1;
  flex-basis: 0; }

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .block-header h2 {
    margin-top: 0; }
  .block-header svg {
    max-height: 10rem;
    width: 10rem;
    margin: 1rem; }

.block-body {
  max-width: 544px;
  padding: 17px;
  text-align: justify;
  margin: 0 auto; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .gallery a {
    flex-grow: 1;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .gallery a.hidden {
      display: none; }
    .gallery a img {
      height: 200px;
      min-width: 130px;
      -o-object-fit: cover;
      object-fit: cover;
      flex-grow: 1;
      opacity: 0;
      transition: opacity 2s; }
      .gallery a img.fade {
        opacity: 1;
        transition: opacity 2s; }

#rsvp-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: 100%; }

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-basis: 100%; }
  .search-container fieldset {
    width: fit-content; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 350px;
  margin: 1rem; }
  form fieldset {
    border: 1px solid rgba(0, 0, 0, 0.3);
    flex-basis: 350px; }
  form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem; }
  form select {
    height: 2.5rem;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  form input {
    padding: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.3); }

#submit-rsvp {
  order: 1; }

#feedback-message {
  order: 2; }

*:focus {
  outline-color: #ffc9b3;
  outline-width: thin; }

button, input {
  border: 1px solid rgba(161, 161, 161, 0.3);
  transition-property: border, color;
  transition-duration: .2s;
  transition-timing-function: ease-in-out; }
  button:hover, button:focus, input:hover, input:focus {
    border: 1px solid	#ffc9b3; }
    button:hover:active, button:focus:active, input:hover:active, input:focus:active {
      background-color: rgba(46, 184, 172, 0.05); }

button {
  cursor: pointer;
  background-color: transparent;
  padding: 1rem 3rem;
  margin: 1rem auto; }

footer {
  display: grid;
  place-items: center;
  height: 10vh;
  background-color: rgba(0, 77, 179, 0.5);
  color: #fff;
  padding: 0 25%;
  text-align: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

.flex-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-basis: 100%; }

.processing {
  display: none;
  place-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: black;
  opacity: 0.6; }
  .processing.active {
    display: grid; }

.spinner {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  opacity: .6;
  width: 60px; }

.success {
  width: 100%;
  background: #afe875;
  border: 1px solid #88da34; }

.failure {
  width: 100%;
  border: 1px solid #ff4b64;
  background: #f98293;
  color: #fff; }

html {
  scroll-behavior: smooth; }

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 17px; }
