body.welcome-mat-open {
  overflow: hidden;
}

.welcome-mat-host {
  height: 0;
  overflow-y: scroll;
  position: fixed;
  transition: height 0.2s ease-in;
  width: 100vw;
  z-index: 1000;
}

.close-button {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  color: var(--primary-dark);
  width: 24px;
  height: 24px;
}

body.welcome-mat-open .welcome-mat-host {
  height: 100vh;
}

.welcome-mat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #fff6e5;
  z-index: 2;
  color: var(--primary-dark);
  text-align: center;
}

.welcome-mat-cover {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/background/welcome-mat/thank-you.mobile.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

.welcome-mat .welcome-mat-inner {
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  padding: 30px 40px 0;
}

.welcome-mat-footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* Important to remove all tabbable elements */
body:not(.welcome-mat-open) .welcome-mat-inner {
  display: none;
}

.welcome-mat .headline {
  max-width: 12ch;
  margin: 0 auto;
  line-height: 1.16;
  font-size: 26px;
}

.welcome-mat .subheadline {
  max-width: 22ch;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 1.16;
  font-size: 20px;
  font-weight: 400;
}

.welcome-mat .copy {
  max-width: 25ch;
  margin: 20px auto 0px;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0px;
}

.welcome-mat .welcome-mat-donate {
  max-width: 375px;
  margin: 0 auto;
  margin-top: 260px;
}

.welcome-mat .welcome-mat-express-donate {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.welcome-mat .welcome-mat-donate .express-donate-disclaimer {
  font-size: 13px;
  margin: 20px auto;
  max-width: 66ch;
}

.welcome-mat .button-donate {
  min-width: 100px;
  margin: 8px 0;
  padding: 8px;
  width: 30%;
}

.welcome-mat .paid-for-by {
  max-width: 170px;
  margin: 38px auto;
  color: white;
  border-color: white;
}

.welcome-mat .continue-to-site {
  cursor: pointer;
  height: 88px;
  margin-bottom: 70px;
  color: white;
}

.welcome-mat .continue-to-site-btn {
  color: inherit;
  text-decoration: none;
}

.welcome-mat .continue-to-site:after {
  content: url(/wp-content/themes/yang2020/svg/continue-to-site-arrow.svg);
  display: block;
  margin: 10px auto 0 auto;
  animation-duration: 0.6s;
  animation-name: moveContinueToSiteArrow;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes moveContinueToSiteArrow {
  from {
      margin-top: 14px;
  }

  to {
      margin-top: 36px;
  }
}

@media (min-width: 375px) {

  .welcome-mat .button-donate {
    min-width: 136px;
    margin: 10px 0;
    padding: 10px;
    width: 35%;
  }
}

@media (min-width: 500px) {
  .welcome-mat .headline {
    max-width: 25ch;
  }

  .welcome-mat .subheadline {
    font-size: 26px;
  }

  .welcome-mat .copy {
    max-width: 38ch;
    margin-top: 6px;
    font-size: 12px;
  }

  .welcome-mat .welcome-mat-donate {
    max-width: 600px;
    margin-top: 460px;
  }
}

@media (min-width: 800px) {


.close-button {
  top: 24px;
  right: 24px;
  font-size: 32px;
  height: 32px;
  width: 32px;
}

  .welcome-mat-cover {
    background-image: url(/wp-content/uploads/background/welcome-mat/thank-you.desktop.jpg);
    top: 0px;
  }

  .welcome-mat .headline {
    max-width: 25ch;
    font-size: 48px;
  }

  .welcome-mat .subheadline {
    font-size: 42px;
    margin-top: 16px;
  }

  .welcome-mat .copy {
    font-size: 18px;
    max-width: 42ch;
  }

  .welcome-mat .button-donate {
    font-size: 24px;
    padding: 12px;
  }

  .welcome-mat .paid-for-by {
    margin-bottom: 40px;
    max-width: 200px;
    font-size: 11px;
    padding: 8px;
  }
}

@media (min-width: 1300px) {
  .welcome-mat .welcome-mat-inner {
    padding: 40px 70px;
  }
  .welcome-mat .headline {
    font-size: 62px;
  }

  .welcome-mat .subheadline {
    font-size: 54px;
  }

  .welcome-mat .copy {
    font-size: 20px;
    max-width: 42ch;
  }

  .welcome-mat .button-donate {
    font-size: 27px;
    padding: 16px;
  }

  .welcome-mat .paid-for-by {
    margin-bottom: 85px;
    max-width: 258px;
    font-size: 14px;
    padding: 11px;
  }
}
