/* body {
  font-size: 16px;
  font-family: "catamaran", "sans-serif"; 
  font-weight: 400; */ /*also loaded 200,400,600,800, for bold*/
/* } */

/*-----Hero-----*/

.index-wrapper {
  display: block;
  background-color: #fff;
  /*    position: relative;*/
  /*    top: 0;*/
  /*    padding: 0;*/
  width: 100%;
  /*    margin: 0 0 10px 0;*/
}

/*
.index-wrapper .row:after {
    content: "";
    display: table;
    clear: both;   
}
*/

.grecaptcha-badge {
  visibility: hidden !important;
}

.hero-box {
  display: flex;
  background-image: url("../images/heroplain.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "barlow", "sans-serif";
  font-weight: 400;
  letter-spacing: 1.6px;
  width: 100%;
  height: 50rem;
  align-items: center;
  justify-items: center;
  border-radius: 0 0 4% 4%;
  padding: 0 0.8rem;
}

/*
.hero-image {
    height: auto;
    width: auto;
}
*/

.hero-captions {
  display: flex;
  flex: 1;
  flex-direction: column;
  grid-column: 1;
  justify-items: center;
  align-items: center;
}

.hero-title1 {
  display: flex;
  align-self: center;
  width: auto;
  font-family: "animal-chariot";
  color: white;
  font-size: 10rem;
  font-weight: 500;
}

.hero-title2 {
  color: white;
  font-size: 4rem;
  font-weight: 800;
}

.hero-title3 {
  color: white;
  font-size: 2rem;
  font-weight: 600;
}

.hero-span3 {
  font-family: "animal-chariot";
  color: #421f5d;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  vertical-align: sub;
}

.hero-button {
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 25px;
  color: white;
  height: 60px;
  width: 300px;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  border: none;
  margin: 20px 0 0 0;
  transition: all 0.3s ease;
}

.hero-button:hover,
.hero-button:focus {
  background: #00a8a9;
  cursor: pointer;
}

.featured-wrapper {
  background-image: linear-gradient(
      rgba(245, 245, 245, 0.2),
      rgb(245 245 245 / 0.2)
    ),
    url("../images/PawsBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15rem;
  clip-path: polygon(0 0, 0 100%, 100% 95%, 100% 0);
  /* margin-top: 20px; */
}

.featured-header {
  display: flex;
  flex-direction: column;
  margin: 0 8%;
  /* padding-top: 20px; */
}

.featured-header1 {
  font-family: "barlow", "sans-serif";
  font-size: 5rem;
  font-weight: 600;
  color: #421f5d;
  margin-top: 2rem;
}

.featured-header2 {
  font-family: "animal-chariot";
  color: #421f5d;
  font-size: 10rem;
  font-weight: 500;
  /* line-spacing: 1; */
  margin: -0.5% 0 -1% 0;
}

.featured-header3 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 12px 0;
}

.featured-header3-text {
  /* flex: 1; */
  font-family: "barlow", "sans-serif";
  font-size: 5rem;
  font-weight: 600;
  color: #421f5d;
  white-space: nowrap;
  margin-right: 1.5rem;
}

.featured-header3-bar {
  flex: 1;
  height: 0.3rem;
  background: #421f5d;
  border-radius: 2px;
}

.featured-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 3.2rem;
  margin: 2% 8%;
}

.featured {
  /*      background: #fff;*/
  border-radius: 12px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.featured:hover {
  transform: translateY(-5px);
}

.featured img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.featured-content {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  flex-grow: 1;
  /* height: 45rem; */
}

.featured-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  margin: auto;
  gap: 0.4em;
}

.featured-meet {
  font-family: "barlow", "sans-serif";
  font-size: 4.8rem;
  font-weight: 800;
  color: #421f5d;
}

.featured-name {
  font-family: "animal-chariot";
  color: #421f5d;
  font-size: 6.4rem;
  font-weight: 600;
}

.featured p {
  margin: 0 0 2.5rem;
  color: #421f5d;
  font-size: 2rem;
}

.featured-button {
  margin-top: auto;
  margin-bottom: 3rem;
}

.featured button {
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2.5rem;
  color: white;
  height: 4.5rem;
  width: 14rem;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured button:hover {
  background: #00a8a9;
}

/*-----Mission-----*/

.mission-header {
  display: flex;
  flex-direction: column;
  margin: 0 0;
  align-items: center;
  justify-items: center;
  letter-spacing: 0.15rem;
}

.mission-header-text1 {
  font-family: "barlow", "sans-serif";
  font-size: 2.6rem;
  font-weight: 800;
  color: #421f5d;
  margin-top: 1rem;
  /* margin-right: 1rem; */
  width: auto;
}

.mission-header-row {
  display: flex;
  align-items: flex-end;
  width: 80%;
  margin: 0 8%;
}

.mission-header-text2 {
  /* flex: 1; */
  font-family: "animal-chariot";
  color: #421f5d;
  font-size: 65px;
  font-weight: 500;
  /* line-spacing: 1; */
  margin: -0.5% 0 -1% 0;
  white-space: nowrap;
  /* align-self: flex-end; */
}

.mission-header-bar {
  flex: 1;
  height: 0.3rem;
  background: #421f5d;
  border-radius: 2px;
  align-self: flex-end;
}

.mission-content {
  display: flex;
  flex-direction: column;
  /* grid-template-columns: 1fr; */
  margin: 2% 8%;
}

.mission-img-panel,
.mission-article {
  width: 100%;
  box-sizing: border-box;
}

.mission-img {
  width: 100%;
  max-width: 50rem;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

.mission-article {
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  background: #f3f3f3;
  border-radius: 18px;
  /* padding: 2rem; */
  padding-top: 2rem;
  margin: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07); /* optional subtle shadow */
  /* position: relative; */
  /* z-index: 1; */
}

.mission-article-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;

  /* margin-top: -6rem; */
  /* margin-left: -1.7rem; */
}

.mission-article-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  color: #00a8a9;
  margin-bottom: 1.5rem;
}

.mission-article-title1 {
  font-family: "barlow", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  width: auto;
}

.mission-article-title2 {
  font-family: "barlow", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  width: auto;
}

.mission-article-title3 {
  margin-top: -1rem;
}

.mission-article-title3a {
  font-family: "animal-chariot";
  font-size: 4rem;
  font-weight: 500;
}

.mission-article-title3b {
  font-family: "barlow", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
}

.mission-article-text {
  width: 85%;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #421f5d;
  font-family: "barlow", "sans-serif";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: auto;
}

.mission-article-text article {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.mission-article-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-article-button a {
  text-decoration: none;
}

.mission-article-button button {
  display: flex;
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2.5rem;
  color: white;
  height: 3.8rem;
  width: 22.4rem;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.mission-article-button button:hover,
.mission-article-button button:focus {
  background: #00a8a9;
}

/*-----Support-----*/

.support-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 4% 2%;
}

.support-hr {
  width: 80%;
  border: none;
  border-top: 5px solid #421f5d;
  margin: 2rem 8%;
}

.support-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* width: 50%; */
}

.support-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 2%;
}

.support-title1 {
  font-family: "barlow", "sans-serif";
  font-size: 4rem;
  font-weight: 800;
  color: #421f5d;
  width: auto;
}

.support-title2 {
  font-family: "animal-chariot";
  font-size: 4.6rem;
  font-weight: 600;
  margin: 0 0.7rem;
  color: #421f5d;
}

.support-title3 {
  font-family: "barlow", "sans-serif";
  font-size: 4rem;
  font-weight: 800;
  width: auto;
  color: #421f5d;
}

.support-text {
  color: #421f5d;
  font-family: "barlow", "sans-serif";
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin: 0;
  padding: 0.5rem 1rem;
}

.support-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}

.support-button-donate {
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2.5rem;
  color: white;
  height: 3.8rem;
  width: 23rem;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  /* justify-content: center;
  align-content: center; */
  margin: 2.4rem auto 0 auto;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.support-button-merch {
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2.5rem;
  color: white;
  height: 3.8rem;
  width: 23rem;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  /* justify-content: center;
  align-content: center; */
  margin: 2.4rem auto 0 auto;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.support-button-donate:hover,
.support-button-donate:focus,
.support-button-merch:hover,
.support-button-merch:focus {
  background: #00a8a9;
}

/*-----Involved----*/

.involved-wrapper {
  background: #f3f3f3;
}

.involved-header {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3rem 5rem;
  justify-content: center;
  /* padding-top: 20px; */
}

.involved-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.involved-header-title {
  font-family: "barlow", "sans-serif";
  font-size: 4rem;
  font-weight: 800;
  color: #421f5d;
  text-align: center;
  margin: auto;
  /* margin-top: 2em; */
  width: 100%;
}

.vertical-bar {
  width: 2px; /* thickness of the bar */
  /*height: 18rem;  height of the bar */
  height: 8rem;
  background: #421f5d; /* color of the bar */
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: inline-block; /* or block, depending on context */
  border-radius: 2px;
  position: relative;
}

.involved-header-text {
  font-family: "barlow", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #421f5d;
  /* margin-top: 2em; */
  width: 100%;
}

.involved-header-text p {
  margin-bottom: 2rem;
}

.vertical-bar::before,
.vertical-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem; /* Circle diameter */
  height: 1rem;
  background: #421f5d; /* Same as bar color */
  border-radius: 50%;
}

.vertical-bar::before {
  top: -6px; /* Half of circle height to center on bar */
}

.vertical-bar::after {
  bottom: -6px; /* Half of circle height to center on bar */
}

.involved-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #00a8a9;
  font-weight: 800;
}

.involved-title1 {
  font-family: "barlow", "sans-serif";
  font-size: 3rem;
  /* font-weight: 600; */
  text-align: center;
  width: auto;
}

.involved-title2 {
  font-family: "animal-chariot";

  font-size: 7.2rem;
  font-weight: 500;
  margin-top: -1.5rem;
  /* margin: 0 0.7rem; */
}

.involved-title3 {
  text-align: center;
  width: auto;
  /* margin-top: -1.5rem; */
}

.involved-cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1 / -1;
  /* display: flex; */
  /* justify-content: center;
  align-items: center;
  align-self: center; */
  border-radius: 12px;
  overflow: hidden;
  /* margin: 0; */
  /* max-width: 30rem; */
}

.involved-cards {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-columns: 1fr; */
  /* max-width: 1100px; */
  /* gap: 0;
  margin-top: 2rem;
  background: white;
  border-radius: 12px; */
  /* transition: transform 0.2s; */
  /*overflow: hidden; */
}

.involved-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  flex-wrap: wrap;
  /* position: relative; */
  /* aspect-ratio: 1 / 1; */

  margin: 0;
}

.involved-card img {
  width: 10rem;
  height: 10rem;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* .involved-card-donate img {
  width: 8rem;
  height: 8rem;
  margin-top: 1.5rem;
} */

.involved-card-title {
  color: white;
  margin: 0;
  /* gap: 0.4em; */
  font-size: 2rem;
  font-weight: 700;
}

.involved-card-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: white;
  margin: 1rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.involved-card-button {
  margin-bottom: 1rem;
}

.involved-card-button button {
  align-self: center;
}

.involved-card-adopt {
  background-color: #00a8a9;
  /* border-top-left-radius: 18px;
  border-top-right-radius: 18px; */
  overflow: hidden;
}

.involved-card-volunteer {
  background-color: #4dc2c3;
}

.involved-card-donate {
  background-color: #99dcdd;
}

.involved-img-donate img {
  width: 25%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.involved-card button {
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2rem;
  color: #00a8a9;
  height: 3.2rem;
  width: 18rem;
  border-radius: 50px / 40px;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  /* position: absolute;
  bottom: 1rem; */
}

.involved-card button:hover {
  background: #e8b6ff;
}

.story-wrapper {
  background-image: url("../images/PawsBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: 20px; */
}
.story-header {
  display: flex;
  flex-direction: column;
  /* margin: 0 8%; */
  padding-top: 1rem;
  align-items: center;
  justify-items: center;
  letter-spacing: 0.15rem;
}
.story-header {
  font-family: "barlow", "sans-serif";
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  color: #421f5d;
  /* margin-top: 2em; */
  width: 100%;
}

.story-img {
  margin: 1rem 8%;
}

.story-img-caption {
  display: none;
}

.story-arrow {
  display: none;
}

.story-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.story-text-panel {
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  background: #f3f3f3;
  border-radius: 18px;
  padding: 2rem;
  margin: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07); /* optional subtle shadow */
  /* position: relative; */
  /* z-index: 1; */
}

.story-text {
  background-color: #f3f3f3;
  margin: 1rem 8%;
  font-family: "barlow", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #421f5d;
  border-radius: 8px;
}

.story-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-button button {
  display: flex;
  font-family: "barlow", "sans-serif";
  font-weight: 800;
  font-size: 2.5rem;
  color: white;
  height: 3.8rem;
  width: 22.4rem;
  border-radius: 50px / 40px;
  background-color: #e8b6ff;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.story-button button:hover,
.story-button button:focus {
  background: #00a8a9;
}

.story-button a {
  text-decoration: none;
}
