body, html {
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  position: relative;
  padding-top: 20px;
}

header, footer {
  position: relative;
  height: auto;
  max-height: 50vh;
  min-height: 350px;
}

a {
  color: #76a295;
  font-weight: bold;
  font-size: 20px;
}

b {
  font-weight: bold;
}

#loading {
  position: fixed;
  top: 0;
  transition: 500ms;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  background-color: #fff;
  z-index: 10000000;
}

.secret {
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  opacity: 0;
  top: 50%;
}

@media (max-width: 460px) {
  .intro-letter {
    height: 30vh;
  }
}
.intro {
  overflow: hidden;
}

.img {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: auto;
}

.ballons {
  margin-bottom: 25px;
}

.emoji {
  font-style: normal;
  font-size: 1rem;
}

[data-size=normal] {
  font-size: 0.875rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
  font-style: italic;
}

.no-break {
  white-space: nowrap;
}

.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.list:before, .list:after {
  display: none;
}
.list li {
  margin-bottom: 10px;
}
.list li:before {
  content: "- ";
}
.list li:last-child {
  margin-bottom: 0;
}

.divider[data-size=mini] {
  margin: 0;
}
.divider[data-size=mini]:after {
  height: 2.5rem;
}

.divider[data-size=very-small] {
  margin: 1.5rem 0;
}
.divider[data-size=very-small]:after {
  height: 4.5rem;
}

.sup {
  font-size: 12px;
  vertical-align: top;
  line-height: 24px;
}

.after-submit {
  display: none;
}

.small {
  font-size: 0.5rem;
}

.no-margin {
  margin: 0 !important;
}

/*#psst__title{
	display: inline-block;
}*/
.hourglass {
  display: inline-block;
  animation: hourglass 1200ms infinite ease;
}

@keyframes hourglass {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.background {
  position: fixed;
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
}

.fireworks {
  z-index: -2;
  opacity: 0.8;
}

.timer-off {
  display: none;
}
.timer-off h1 {
  font-size: 2rem !important;
  line-height: normal !important;
}

.corners {
  z-index: -1;
}
.corners img {
  position: absolute;
  width: 15vw;
  max-width: 350px;
}
@media (max-width: 1090px) {
  .corners img {
    display: none;
  }
}
.corners img:nth-child(1) {
  left: -5px;
  transform: rotate(155deg);
}
.corners img:nth-child(2) {
  right: 0;
  transform: rotate(256deg);
}
.corners img:nth-child(3) {
  bottom: 0;
  left: -15px;
  transform: rotate(66deg);
}
.corners img:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(343deg);
}

#photo {
  max-width: 100%;
  display: block;
  height: auto;
}

#guests table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 50px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#guests table .date {
  text-align: center;
  width: 180px;
}
#guests table tr:first-child {
  background-color: #76a295;
}
#guests table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
#guests table th {
  font-weight: bold;
  text-align: center;
  user-select: none;
}
#guests table th.date {
  cursor: pointer;
}
#guests table td, #guests table th {
  padding: 10px;
}

.form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
  text-align: left;
}
.form__field:first-child {
  margin-top: 0;
}
.form__field input, .form__field textarea {
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid #203650;
  min-width: 400px;
}
@media (max-width: 500px) {
  .form__field input, .form__field textarea {
    min-width: auto;
  }
}
.form__field input:focus, .form__field textarea:focus {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
.form__field textarea {
  width: 100%;
  resize: none;
  min-height: 150px;
}
.form__field label {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}

#form__field-sign {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #form__field-sign {
    flex-direction: column;
    align-items: flex-start;
  }
  #form__field-sign input {
    width: 100%;
  }
  #form__field-sign button {
    margin-top: 30px;
  }
}

#form__submit {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  cursor: pointer;
  border: 1px solid;
  border-radius: 10px;
  min-width: 130px;
}
#form__submit:disabled {
  pointer-events: none;
  opacity: 0.25;
}
#form__submit span, #form__submit:after {
  padding: 10px 30px;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#form__submit:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  transform: translate3d(0, 25%, 0);
}
#form__submit:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
#form__submit:hover span {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}
#form__submit:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#answer-sent {
  font-style: italic;
  font-size: 1.25rem;
  color: #3f51b5;
  margin: 150px 0;
  font-weight: bold;
  line-height: normal;
}

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