@font-face {
  font-family: 'alta';
  src: url('/static/fonts/alta-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'madelyn';
  src: url('/static/fonts/madelyn.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooper-hewitt';
  src: url('/static/fonts/CooperHewitt-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  margin: 0;
  /*line-height: 1.6;*/
  color: #222;
  height: 100%;
  background: url("/static/imgs/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overscroll-behavior: none;
}
* {
  box-sizing: border-box;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

header > img {
  width: 35%;
  height: auto;
}
header a {
  width: 100%;
}
header a img {
  width: 100%;
  height: auto;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  padding: 0 20px;
}

.shadow-wrapper {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.shaded-wrapper {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
}
.shaded-wrapper h1 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 25px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'alta', sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  font-size: 18px;
}
.img-text {
  max-width: calc(80% - 80px);
}
.shadow-wrapper.img-text h1 {
  margin-top: 10px;
}
.shadow-img {
  position: absolute;
  top: -10px;
  left: 0;
  pointer-events: none;
  z-index: 0;
  height: 110%;
  width: 100%;
}

form .shadow-img {
  height: 100%;
}

.shadow-wrapper h1 {
  position: relative;
  margin: 0;
  padding: 20px 25px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'alta', sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  /*height: 60px;*/
  font-size: 18px;
}
.shadowed-wrapper-too {
  position: relative;
  padding: 10px 20px 20px;
}
.shadowed-wrapper-too h1 {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'alta', sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  font-size: 16px;
}
section h1 {
  margin: 0;
  padding: 0px 40px;
  font-family: 'alta', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 28px;
  text-align: center;
}

section h2 {
  font-size: 40px;
  max-width: 60rem;
  font-family: 'madelyn', sans-serif;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.4) 1.22565px 1.22565px 0px;
  color: rgb(60, 0, 37);
  text-align: center;
  margin: 20px 0;
}

section h3 {
  font-size: 27px;
  font-family: 'madelyn', sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
}

section p {
  font-family: 'cooper-hewitt', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
}
section p b {
  font-weight: 700;
}
section.links {
  justify-content: space-evenly;
  gap: 40px;
  margin-bottom: 100px;
}
.link-card {
  text-decoration: none; /* Removes the underline from the link */
  color: inherit; /* Inherits color from parent, so the text is not blue */
  display: block; /* Makes the entire box clickable */
  width: calc(100% - 40px);
  position: relative; /* Needed for background-image positioning */
  /* Remove background-color: #ffffff; as it will be part of shadow2.png */

  background-image: url('/static/imgs/shadow2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%; /* Stretches the image to fully cover the link-card */
  background-position: center center; /* Centers the background image */

  /* You might need to adjust padding or min-height slightly based on the transparent areas of shadow2.png */
  /* If shadow2.png includes the full white area and border,
     the padding of .card-content will effectively define the inner text area. */
}
.card-content {
  /*padding: 20px 40px;*/ /* Adjust this padding to match the 'inner' white area of your shadow2.png */
  padding: 20px 20px 60px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 110px; /* Provides a base height for cards with less text, adjust as needed */
}
.circle {
  width: 20px;
  height: 20px;
  background-color: #eddad9;
  border-radius: 50%;
  flex-shrink: 0;
  border: #cccbc9;
  box-shadow: 0 0 0 4px white, /* Space between circle and border */
            0 0 0 5px #cccbc9; /* Outer border color and thickness */
}
.link-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 0;
}
.link-title {
  font-family: 'alta', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.173) 0px 1.75002px 4.25255px;
}
p.link-description {
  font-family: 'cooper-hewitt', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3c0025;
  text-align: center;
  margin: 0;
}
section > form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.shadow-wrapper .form-input {
  position: relative;
  margin: 10px 0 20px;
  padding: 20px 25px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;  
  width: 100%;
}
.shadow-wrapper .form-input label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #737373;
}
.shadow-wrapper .form-input input[type='text'],
.shadow-wrapper .form-input input[type='email'] {
  border: none;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #737373;
  margin-left: 8px;
  background-color: transparent;
}
.shadow-wrapper .form-input input[type='text']:focus ,
.shadow-wrapper .form-input input[type='email']:focus {
  outline: none;
}
img.resp-img {
  width: 100%;
  height: auto;
}
.shadow-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.drop-shadow {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.19))
          drop-shadow(0 6px 6px rgba(0, 0, 0, 0.23));
}
.shadow-heading {
  background-image: url('/static/imgs/changed-mind-shadow.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 40px 20px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.shadow-heading > p {
  color: #000;
  font-size: 1.4rem;
  margin: 0;
  padding: 20px 60px;
  white-space: nowrap;
  z-index: 1;
  font-family: 'alta', sans-serif;
  font-weight: 400;
}
.shadow-heading > p.terse {
  font-size: 2.0rem;
}
.divider {
  width: 100%;
  max-width: 30rem;
  background-color: #7e6f6b;
  height: 2px;
  margin: 45px 0;
}
section.square > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}
section.square > div > div {
  display: flex;
  align-items: center;
}
section.square > div > div > p {
  white-space: nowrap;
  font-size: 12px;
}
section.square.smol > div > div > p {
  font-size: 11px;
}
section.square > div > div > span {
  font-family: 'cooper-hewitt', sans-serif;
  font-weight: 400;
  font-size: 8px;
  margin: 0 4px 3px 0;
}
section.square > div > div > span {
  font-size: 6px;
}
img.img-text {
  max-width: calc(100% - 40px);
}
img.story-img {
  max-width: 85%;
}
img.journey-support {
  margin-top: 10px;
}
img.heart-divider {
  max-width: calc(90% - 40px);
  margin: 20px 0;
}
img.heart-divider-too {
  max-width: calc(70% - 40px);
  margin: 20px 0;
}
.text-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-list.left-justified {
  align-items: flex-start;
  width: 100%;
  padding: 0 20px 0 35px;
}
section .text-list.left-justified p {
  text-align: left;
  margin-bottom: 10px;
}
.text-list span {
  font-size: 9px;
  display: inline-flex;
  transform: translateY(-3px);
  margin: 0 2px 0 -15px;
}
.text-list.chestnut p,
.chestnut {
  color: #3d0000;
}
a.book-now {
  background-image: url('/static/imgs/book-now.png');
  background-repeat: no-repeat;
  background-size: 100% 100%; /* Stretches the image to fully cover the link-card */
  background-position: center center;
  font-family: 'cooper-hewitt', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 36px 50px 28px;
  white-space: nowrap;
  text-decoration: none;
}

footer {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
footer > div {
  width: 100%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer > div > div  {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

footer > div > div a img  {
  height: 40px;
  width: auto;
}

footer > div > div a img  {
  mix-blend-mode: multiply;
}

footer > div > div a:hover img  {
  mix-blend-mode: normal;
}


a.privacy {
  font-family: 'alta', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 21px;
  text-decoration: none;
  margin: 10px 0;
}
footer p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 22.5rem) {
  .shadow-heading > p.terse {
    font-size: 2.75rem;
  }
}
@media (min-width: 28.75rem) {
  .shadow-wrapper h1 {
    font-size: 24px;
    padding: 20px 40px;
  }
  .shaded-wrapper h1 {
    font-size: 24px;
    padding: 20px 40px;
  }
  .link-title {
    font-size: 24px;
  }
  .shadow-heading > p {
    font-size: 1.75rem;
  }
  .shadow-heading > p.terse {
    font-size: 3.0rem;
  }
  .shadowed-wrapper-too h1 {
    font-size: 20px;
  }
  section.square.smol > div > div > p {
    font-size: 12px;
  }
  section.square > div > div > span {
    font-size: 8px;
  }
}

@media (min-width: 32.5rem) {
  .shadow-heading > p {
    font-size: 2.0rem;
  }
  .shadow-heading > p.terse {
    font-size: 3.5rem;
  }
  .shadowed-wrapper-too h1 {
    font-size: 22px;
  }
  section > div.square {
    gap: 8px;
  }
  section.square > div > div > p,
  section.square.smol > div > div > p {
    font-size: 17px;
  }
}

@media (min-width: 37rem) {
  .shadow-wrapper h1 {
    font-size: 30px;
  }
  .shaded-wrapper h1 {
    font-size: 30px;
  }
  .card-content {
    gap: 20px;
  }
  .circle {
    width: 30px;
    height: 30px;
  }
  p.link-description {
    font-size: 17px;
    line-height: 24px;
  }
  .shadow-heading {
    max-width: calc(100% - 40px);
  }
  section.square > div > div > p {
    font-size: 19px;
  }
  img.journey-support {
    max-width: calc(100% - 80px);
    margin-top: 20px;
  }
  img.heart-divider {
    max-width: calc(80% - 80px);
  }
  img.heart-divider-too {
    max-width: calc(60% - 80px);
  }
  .shadow-wrapper {
    min-width: auto;
  }
  .shadowed-wrapper-too h1 {
    font-size: 26px;
  }
  .text-list.left-justified {
    max-width: 80%;
    padding: 0 0 0 15px;
  }
}

@media (min-width: 45rem) {
  .shadow-wrapper h1 {
    font-size: 35px;
  }
  .shaded-wrapper h1 {
    font-size: 35px;
  }
  .link-title {
    font-size: 35px;
  }
  .link-shadow {
    top: -20px;
  }
  section h2 {
    font-size: 48px;
  }
  section h3 {
    font-size: 36px;
  }
  section.links {
    gap: 60px;
  }
  .card-content {
    padding: 0px 40px 20px 40px;
    min-height: 140px;
  }
  .shadow-heading > p {
    font-size: 2.9rem;
  }
  .shadow-heading > p.terse {
    font-size: 4.25rem;
  }
  .shadowed-wrapper-too h1 {
    font-size: 30px;
  }
  section > form {
    width: calc(80% - 80px);
  }
}

@media (min-width: 50rem) {
  .shadow-wrapper h1 {
    font-size: 40px;
  }
  .shaded-wrapper h1 {
    font-size: 40px;
  }
  .shadowed-wrapper-too h1 {
    font-size: 36px;
  }
  .link-title {
    font-size: 40px;
  }
  section h2 {
    font-size: 56px;
  }
}
@media (min-width: 55rem) {
  .shadow-heading > p {
    font-size: 3.5rem;
  }
  .shadow-heading > p.terse {
    font-size: 5.0rem;
  }
}
