:root {
  --light: #fbf9f4;
  --dark: #5a4041;
  --accent: #ac0f18;
  --light-alt: #E2BEBE;
  --white: #fff;
  --black: #000;
  --global-radius: 8px;
  --global-shadow: 0px 0px 88px 0px rgba(0, 0, 0, 0.1);
  --font-primary: 'Noto serif';
  --font-secondary: 'Manrope';
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.container-fluid, .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .container-fluid, .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .container-fluid, .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 768px) {
  .container-fluid, .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container-fluid, .container {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media (min-width: 1200px) {
  .container-fluid, .container {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.container {
  max-width: 1296px;
}

.row {
  box-sizing: border-box;
  font-size: 0;
}
.row > * {
  font-size: 1rem;
}
@media (min-width: 0) {
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (min-width: 576px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.row--center {
  display: flex;
  justify-content: center;
}

[class^=col-],
[class*=" col-"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
@media (min-width: 0) {
  [class^=col-],
  [class*=" col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 576px) {
  [class^=col-],
  [class*=" col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  [class^=col-],
  [class*=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 0) {
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1050px) {
  .col-nav-offset-0 {
    margin-left: 0;
  }
  .col-nav-1 {
    width: 8.3333333333%;
  }
  .col-nav-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-nav-2 {
    width: 16.6666666667%;
  }
  .col-nav-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-nav-3 {
    width: 25%;
  }
  .col-nav-offset-3 {
    margin-left: 25%;
  }
  .col-nav-4 {
    width: 33.3333333333%;
  }
  .col-nav-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-nav-5 {
    width: 41.6666666667%;
  }
  .col-nav-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-nav-6 {
    width: 50%;
  }
  .col-nav-offset-6 {
    margin-left: 50%;
  }
  .col-nav-7 {
    width: 58.3333333333%;
  }
  .col-nav-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-nav-8 {
    width: 66.6666666667%;
  }
  .col-nav-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-nav-9 {
    width: 75%;
  }
  .col-nav-offset-9 {
    margin-left: 75%;
  }
  .col-nav-10 {
    width: 83.3333333333%;
  }
  .col-nav-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-nav-11 {
    width: 91.6666666667%;
  }
  .col-nav-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-nav-12 {
    width: 100%;
  }
  .col-nav-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
html {
  --header-height: 184px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
@media (min-width: 768px) {
  html {
    --header-height: 88px;
  }
}

body {
  padding-top: var(--header-height);
}

#main {
  background-color: var(--light);
}

.rounded {
  border-radius: var(--global-radius);
}

.icon {
  width: 24px;
  height: 24px;
  display: block;
}

.icon--card {
  background-image: url(../images/card.svg);
  margin: 0 auto 16px;
}

.small-screen-bottom-space {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .small-screen-bottom-space {
    margin-bottom: 0;
  }
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 2rem;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

p {
  font-size: 16px;
  margin-bottom: 16px;
}

body {
  font-family: var(--font-primary);
}

.accent {
  color: var(--accent);
}

.lead-in {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-family: var(--font-secondary);
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

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

.button {
  display: inline-block;
  background-color: var(--accent);
  color: var(--white);
  padding: 12px 24px;
  border: none;
  border-radius: var(--global-radius);
  font-family: var(--font-secondary);
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  --width: 6px;
}
.button:after {
  content: "";
  display: block;
  background: url(../images/tartan.jpeg) no-repeat;
  background-size: cover;
  width: calc(100% + var(--width));
  height: calc(100% + var(--width));
  position: absolute;
  top: calc(-0.5 * var(--width));
  left: calc(-0.5 * var(--width));
  border-radius: var(--global-radius);
  transform: translateZ(-1px) scale(0);
  transition: transform 0.4s ease;
}
.button:hover:after, .button:focus:after {
  transform: translateZ(-1px) scale(1);
}

.accommodation {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .accommodation {
    display: flex;
    justify-content: space-around;
  }
}

.accommodation__venue {
  text-decoration: none;
  color: var(--dark);
  flex: 0 0 40%;
  text-align: center;
  background-color: white;
  border-radius: var(--global-radius);
  padding: 24px;
  box-shadow: var(--global-shadow);
  margin-bottom: 24px;
}
.accommodation__venue:last-child {
  margin-bottom: 0;
}
.accommodation__venue h3 {
  margin-bottom: 28px;
}
.accommodation__venue p {
  margin-bottom: 16px;
}
.accommodation__venue p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .accommodation__venue {
    margin-bottom: 0;
  }
}

.banner {
  background: url(../images/lhe.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--light);
  opacity: 0.6;
  z-index: 1;
}

.banner__content {
  position: relative;
  z-index: 2;
}

.banner__date {
  display: block;
  font-size: 24px;
}

.banner__location {
  display: block;
  font-size: 20px;
}

.callout {
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: var(--global-shadow);
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.callout p:last-child {
  margin-bottom: 0;
}

.divider {
  --size: 80px;
  min-height: var(--size);
  display: block;
  position: relative;
}

.divider__line {
  width: 50%;
  height: 5px;
  background: url(../images/tartan.jpeg) repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 2;
}

.divider__heart {
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background: url(../images/tartan.jpeg);
  background-size: contain;
  mask: url(../images/heart-alt.svg);
  mask-repeat: no-repeat;
  mask-size: calc(var(--size) / 2);
  mask-position: center center;
}

.divider__heart-bg {
  display: block;
  width: var(--size);
  height: var(--size);
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

footer {
  background-color: var(--white);
  padding: 20px;
}
footer p {
  margin-bottom: 0;
  text-align: center;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 768px) {
  form {
    max-width: 50%;
  }
}

.form__element {
  margin-bottom: 32px;
  border: none;
  padding: 0;
}

label,
legend {
  display: block;
  font-family: var(--font-secondary);
  color: var(--dark);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 12px;
}

input[type=text],
textarea {
  border: 2px solid rgba(90, 64, 65, 0.2);
  border-radius: var(--global-radius);
  width: 100%;
  padding: 8px;
}

.form__description {
  font-size: 12px;
  color: var(--dark);
  font-family: var(--font-secondary);
}

.form__radio-wrapper {
  position: relative;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
input[type=radio] + label {
  --outer-size: 20px;
  --inner-size: 12px;
  position: relative;
  padding-left: 40px;
}
input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  position: absolute;
}
input[type=radio] + label:before {
  width: var(--outer-size);
  height: var(--outer-size);
  border-radius: var(--outer-size);
  top: 0;
  left: 0;
  border: 2px solid rgba(90, 64, 65, 0.2);
}
input[type=radio] + label:after {
  width: var(--inner-size);
  height: var(--inner-size);
  border-radius: var(--inner-size);
  top: calc((var(--outer-size) - var(--inner-size)) / 2);
  left: calc((var(--outer-size) - var(--inner-size)) / 2);
  background-color: var(--accent);
  transform: scale(0);
  transition: transform 0.2s ease-in;
}
input[type=radio]:checked + label:after {
  transform: scale(1);
}

.required:after {
  content: " *";
  color: var(--accent);
}

header {
  background-color: var(--light);
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: var(--global-shadow);
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .header {
    flex-direction: row;
    align-items: center;
  }
}

.logo {
  font-size: 24px;
  font-style: italic;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .logo {
    margin: 0;
  }
}

.nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .nav {
    gap: 32px;
    margin-top: 0;
  }
}

.nav__link {
  font-family: var(--font-secondary);
  color: var(--dark);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.page-section {
  padding: 56px 0px;
  background-color: var(--light);
}
@media (min-width: 768px) {
  .page-section {
    padding: 80px 0;
  }
}

.page-section--white {
  background-color: var(--white);
}

.rsvp {
  background-color: white;
  border-radius: var(--global-radius);
  box-shadow: var(--global-shadow);
  padding: 20px;
}
@media (min-width: 768px) {
  .rsvp {
    padding: 40px;
  }
}

.rsvp-thank-you {
  display: none;
  text-align: center;
  background-color: var(--accent);
  padding: 24px;
  border-radius: var(--global-radius);
  color: white;
  max-width: 75%;
  margin: 0 auto;
}
.rsvp-thank-you p:last-child {
  margin-bottom: 0;
}

.rsvp__loading {
  display: none;
  text-align: center;
}
.rsvp__loading img {
  max-width: 100px;
  margin: 0 auto;
}
.rsvp__loading p {
  margin-bottom: 0;
  margin-top: 8px;
  color: var(--accent);
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 14px;
}

.time-section {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--light-alt);
  margin-bottom: 40px;
}
.time-section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.time-section__time {
  flex: 0 0 130px;
  color: var(--light-alt);
  font-size: 24px;
}

.time-section__content h3 {
  margin-bottom: 12px;
}
.time-section__content p:last-child {
  margin-bottom: 0;
}

footer {
  position: relative;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.toffee {
  position: fixed;
  bottom: -100vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  transition: bottom 1s ease-in;
}
.toffee img {
  max-height: 100vh;
  margin: 0 auto;
}

body.animating .toffee {
  bottom: 0;
  animation: shake 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

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