@import url("https://use.typekit.net/qdc3fpr.css");

@import url("https://use.typekit.net/izt2spk.css");

/*2025*/

#cover {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2025/home3.webp');
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  filter: brightness(0.90);
}

#foodwater {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2025/fw1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  filter: brightness(0.8);
  top: 0;
}

body {
  background-color: #4d6b5f;
}

.pi-title {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5rem;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.mint {
  background-color: #f0f8ef;
}

.emerald {
  background-color: #4d6b5e;
}

.impact-wrapper {
  margin: 0 15%;
  display: flex;
  flex-wrap: wrap;
}

.impact-box {
  padding: 2rem;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.impact-header {
  font-family: garamond-premier-pro-display, serif;
  color: #4d6b5e;
  font-style: italic;
  font-weight: 700;
  font-size: max(1.5rem, 2vw);
  border-bottom: 0.1rem solid;
  line-height: 1;
}

.impact-copy {
  color: #161616;
  padding: 0.5rem 0 0 0;
  width: 15vw;
}

.impact-cost {
  margin-top: 1rem;
}

.impact-box a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #161616;
  position: relative;
  bottom: 0rem;
  padding: 0.5rem;
  border-radius: 0.1rem;
}

.impact-box a:hover {
  background-color: #4d6b5e;
  transition: all 0.5s;
  color: #f0f8ef;
  transform: translate(3px, -1px);
  box-shadow: 10px 10px 0px black;
}

/*2024*/

.illustrations {
  flex: 1;
  z-index: -1;
  height: auto;
  width: 100%;
  margin: -2rem 0 0 -12rem;
}

#cart-button {
  background-image: url('https://cdn.faithchapel.cc/images/IC/gift_white.png') !important;
}

#cart-button:hover {
  transition: filter 0.5s, transform 0.5s;
  transform: scale(105%);
  filter: drop-shadow(2px 15px 20px);
}

#local {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2024/illustrations/local.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 57vh;
  position: absolute;
  width: 77vw;
  left: 2%;
  z-index: -10;
}

#teepee {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2024/illustrations/teepees.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60vw;
  height: 60vh;
  position: absolute;
  top: -10vh;
  left: 25%;
  z-index: -10;
}

#general {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2024/illustrations/general.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60vw;
  height: 60vh;
  position: absolute;
  top: -10vh;
  left: 25%;
  z-index: -10;
}

#nextgen {
  background-image: url('https://cdn.faithchapel.cc/images/IC/2024/illustrations/nextgen.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60vw;
  height: 65vh;
  position: absolute;
  top: -10vh;
  left: 25%;
  z-index: -10;
}

.pi-wrapper {
  position: relative;
  margin: 0.5rem auto;
}

.pi-imgs {
  width: 9rem;
  object-fit: cover;
  filter: grayscale(90%) saturate(80%) brightness(0.60);
  border-radius: 2rem;
  height: 14rem;
  cursor: pointer;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.1rem;
}

.element-copy {
  color: #4d6b5e;
  position: absolute;
  top: 22%;
  text-align: left;
  font-size: 0.85rem;
  letter-spacing: 0.1;
  line-height: 1;
  visibility: hidden;
  left: 25%;
  opacity: 0;
  width: 50%;
  z-index: -1;
}

.pi-umbrella-wrapper {
  margin: 0 3rem;
}

.pi-wrapper:hover .pi-imgs {
  transform: translateX(-40px);
  border-radius: 0.2rem;
  transition: border-radius 2s, width 1.5s, transform 1s, filter 1s;
  width: 13rem;
  filter: grayscale(15%) saturate(100%) brightness(0.80);
}

.pi-wrapper:hover .element-copy {
  visibility: visible;
  transition: opacity 2s, transform 1.5s;
  opacity: 1;
  transform: translateX(165px);
  transition-delay: 100ms;
  width: 10vw;
  top: 1.5rem;
  position: absolute;
  background-color: #f0f8ef;
  padding: 0.5rem;
  border-radius: 0.2rem;
}

.pi-wrapper:hover .item-header {
  transform: translateX(-40px);
  transition: transform 1s, color 1.5s;
  color: #eaeaea;
}

.pi-wrapper:hover .cost {
  transform: translateX(-40px);
  transition: transform 1s, border-radius 1.5s, padding 1.5s;
  border-radius: 0.2rem;
  padding: 0.5rem 2rem;
}

.cost {
  color: #4d6b5f;
  background-color: #f0f8ef;
  padding: 0.5rem 1rem;
  border-radius: 0 1rem 0 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  bottom: 0;
  position: absolute;
  letter-spacing: 0;
}

.cost a {
  color: #4d6b5f;
}

.cost:hover {
  transition: letter-spacing 1s;
}

.item-header {
  position: absolute;
  top: 10%;
  left: 4%;
  font-family: neue-haas-grotesk, sans-serif;
  color: #d1b04b;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 1.7rem;
  width: 12rem;
  text-shadow: 1px 1px 3px #00000044;
}

.pi-header {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

.pg-imgs {
  margin: 1rem 0.5rem;
  width: 30vw;
  object-fit: cover;
  height: 30vw;
  border-color: #f0f8ef;
  border-width: 1rem;
  border-style: none;
  border-radius: 0.1rem;
  filter: contrast(88%) brightness(0.90) hue-rotate(12deg) saturate(110%);
}

.pi-line {
  height: 0.1rem;
  width: 100%;
  background-color: #f0f8ef;
  position: absolute;
  top: 4rem;
  left: 0rem;
}

#pi-emphasis {
  text-transform: lowercase;
  color: #f0f8ef;
  font-family: garamond-premier-pro-display, serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  font-feature-settings: "liga";
}

details[open] .readmore {
  display: none;
}

details .readless {
  display: none;
}

details[open] .readless {
  display: block;
}

/*end 2024*/

p {
  font-size: 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #161616;
  text-align: justify;
  margin: 0 0vw 0 0;
}

.variable {
  width: 20vw;
}

ul {
  line-height: normal;
}

.category-wrapper {
  padding: 0rem 0.5rem;
  margin: 0rem 1rem;
}

.quote {
  font-family: meno-banner, serif;
  font-size: 2rem;
  line-height: normal;
}

.title {
  font-family: meno-display, serif;
  font-size: 5vw;
  text-align: center;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: 0;
}

.ic-red {
  color: #c53f31;
}

.title1 {
  font-family: garamond-premier-pro-display, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9vw;
  line-height: 85%;
  text-transform: none;
  color: #ffffff;
  z-index: 10;
}

#homepage-title {
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 2rem;
  right: 2rem;
  color: #000000;
}

#homepage-img {
  position: relative;
  z-index: 0;
  background-image: url("https://cdn.faithchapel.cc/cms-uploads/61dfc243-89f3-4f0d-9551-12b83632933cAgSplash-80.jpg");
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22rem;
  margin: 1rem auto;
  align-content: center;
}

.homepage-copy {
  padding: 5rem 30vw;
}

.homepage-quote {
  font-family: meno-banner, serif;
  font-weight: bold;
  font-size: 80px;
  padding: 5rem 30vw;
}

.category-image {
  width: 35vw;
  height: 15rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin: 0rem auto;
}

.category-title-pg {
  font-family: meno-banner, serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 85%;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  text-align: center;
}

.add-gift-button {
  background-color: #4d6b5f;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  width: auto;
}

#ic-categories {
  margin: 1rem 10vw;
}

.title2 {
  font-family: meno-display, serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 85%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  padding: 1rem;
}

.button {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.02rem;
  border-radius: 1.5rem;
  border-color: #ffffff;
  color: #4d6b5f;
  background-color: #ffffff;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
}

.increase-christmas-header {
  padding: 2rem 2rem 4rem 2rem;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}

.box {
  flex: 1;
  display: flex;
}

.box:first-child > span {
  margin-right: auto;
}

.box:last-child > span {
  margin-left: auto;
}

.increase-christmas-header ul {
  list-style: none;
  font-family: neue-haas-grotesk, sans-serif;
  letter-spacing: -1pt;
  text-transform: capitalize;
  font-weight: bold;
}

.increase-christmas-header li {
  display: inline;
  margin-right: 1rem;
  color: #ffffff;
}

.increase-christmas-header a {
  color: #ffffff;
}

.increase-christmas-header a:hover {
  color: #4d6b5f;
  transition: color 0.5s, letter-spacing 1s, background 0.5s, border-radius 0.5s, padding 1s;
  letter-spacing: -0.5pt;
  background-color: #f0f8ef;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}

.header-menu-icon {
  display: none;
  cursor: pointer;
  color: #ffffff;
}

.header-logo {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}

.header-text {
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 85%;
  letter-spacing: -0.005em;
  text-transform: capitalize;
  font-family: meno-display, sans-serif;
  color: #c02026;
  font-weight: 900;
  margin: 0.7rem 0 0 0;
}

.header-icon {
  background-image: url(https://cdn.faithchapel.cc/images/IC/2025/IC_Logo_White.png);
  height: 58px;
  width: 50px;
  margin-top: 0.05rem;
  margin-right: 0.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: ;
  justify-content: center;
}

.header-animation {
  z-index: 0;
  margin: 0 0.6rem 0 0rem;
}

.header-cart {
  align-self: center;
  display: flex;
  justify-content: flex-end;
  color: #161616;
}

#mobile-nav {
  text-align: left;
  margin: 0 0 2rem 1rem;
}

#mobile-nav ul {
  list-style: none;
  font-size: 30px;
  margin-left: 0;
  letter-spacing: -1pt;
}

#mobile-nav li {
  padding: 0rem;
}

#mobile-nav a {
  color: #161616;
  display: block;
  font-family: neue-haas-grotesk, sans-serif;
  font-weight: bolder;
}

#mobile-nav li:active {
  background-color: #ffffff;
}

#mobile-nav a:active {
  color: #ffffff;
}

.increase-christmas-footer {
  background-color: #999999;
  color: #ffffff;
  padding: 2rem 0;
}

.increase-christmas-footer a {
  color: #ffffff;
}

.increase-christmas-footer ul {
  list-style: none;
}

.increase-christmas-footer li {
  display: gric;
  margin-right: 1rem;
}

.footer-text {
  margin: 1rem 0;
}

.footer-text ul {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.footer-social {
  margin-top: 1rem;
}

.footer-social img {
  margin: 0 1rem;
}

.h1,
h1 {
  font-size: calc(3rem + 1vw);
  font-weight: 900;
  font-family: neue-haas-grotesk, sans-serif;
  letter-spacing: -4pt;
  color: #ffffff;
  line-height: 8vh;
}

.h2,
h2 {
  font-size: 3rem;
  color: #ffffff;
}

.h3,
h3 {
  font-size: 2rem;
  color: #f0f8ef;
}

/* Button Hover Colors */

.button:hover,
.button:focus,
.button:active {
  background-color: #4d6b5f;
  border-color: #f0f8ef;
  color: #ffffff;
}

.button-red:hover,
.button-red:focus,
.button-red:active {
  background-color: #ba3636;
  border-color: #ba3636;
  color: #ffffff;
}

.button-white:hover,
.button-white:focus,
.button-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

/* Button Colors */

.button-white {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 400;
}

.text-stack {
  margin-left: 40px;
}

.add-gift-small {
  float: left;
  display: none;
}

@media screen and (orientation: portrait) {
  .banner-container-small {
    height: 0;
  }
}

@media screen and (orientation:portrait) {
  .banner-container-small {
    height: 0px;
  }

  .banner-container {
    height: 0px;
  }
}

/*Category Page Styles*/

#ic-category-banner img {
  width: 100%;
}

.small-button {
  background: #4d6b5f;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-weight: bold;
}

.small-button:hover {
  background: #ffffff;
  transition: all 0.5s;
  color: #4d6b5f;
  font-weight: bold;
}

.small-button:active {
  background: #FFF;
  color: #ba3636;
}

.read-more {
  margin: 1rem 0;
  text-align: center;
  display: none;
}

#read-more-text {
  margin-right: 2rem;
}

.sticky1 {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sticky2 {
  position: sticky;
  top: 0;
  z-index: 2;
}

.sticky3 {
  position: sticky;
  top: 0;
  z-index: 3;
}

.sticky4 {
  position: sticky;
  top: 0;
  z-index: 4;
}

.sticky5 {
  position: sticky;
  top: -310px;
  z-index: 5;
}

.items li {
  font-family: neue-haas-grotesk, sans-serif;
  line-height: 0.75rem;
}

.items {
  display: inline-block;
}

.potential-impact ul {
  list-style: none;
  display: inline-grid;
}

.potential-impact {
  flex: 1;
  margin: 2vw;
  position: relative;
}

.potential-impact p {
  text-align: left;
}

.icrectangle {
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  z-index: -1;
  bottom: 2rem;
  right: 2rem;
}

.icwhite {
  background-color: #ffffff;
}

.ic-gradient {
  background: rgb(93,112,126);
  background: linear-gradient(90deg, rgba(93,112,126,1) 8%, rgba(197,63,49,1) 32%, rgba(193,126,71,1) 72%, rgba(47,121,128,1) 96%);
}

#homepage-title {
  top: 120px;
}

.homepage-quote {
  line-height: normal;
  padding: 5rem;
}

.homepage-copy {
  padding: 4rem 10vw;
}

.impact-element {
  width: 500px;
  margin: 1.5rem auto;
}

.ic-wrapper {
  position: relative;
  margin: 0 15% 0 15%;
}

.ic-img-wrapper {
  position: relative;
  margin: 0 auto;
}

details ul {
  line-height: 1.2;
}

.copy summary:hover {
  color: #4d6b5f;
}

.copy summary {
  font-size: 1rem;
  color: #4d6b5f;
  line-height: 1.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25;
}

.copy details {
  font-size: 1rem;
  color: #4d6b5f;
  line-height: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.25;
}

.body-wrapped {
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 2rem;
  margin-left: 5%;
  position: relative;
}

.general-imgs {
  position: relative;
  object-fit: contain;
  margin: 1rem;
  width: 18vw;
  flex: 1;
}

.local-imgs {
  display: flex;
  flex-direction: column;
  width: 18vw;
  margin: 0.5rem;
  flex: 1;
}

.fw-imgs {
  margin: 1rem;
  width: 15vw;
  object-fit: cover;
}

.ng-imgs {
  margin: 1rem;
  width: 90%;
  object-fit: cover;
  height: 30vh;
  padding: 0 0 0 0.5rem;
}

@media only screen and (max-width: 1339px) {
  .faded-tag {
    font-size: 8vw;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 900;
    line-height: normal;
    padding: 1rem;
  }

  .pi-wrapper:hover .element-copy {
    width: 11rem;
  }

  #cover {
    width: 85vw;
    left: 2%;
    height: 70vh;
  }

  #general {
    width: 84vw;
    left: 1%;
    height: 55vh;
  }

  #local {
    height: 35vh;
    width: 65vw;
    top: 0;
    left: 5%;
  }

  #teepee {
    width: 75vw;
    height: 45vh;
    left: 10%;
    top: -6rem;
  }

  #nextgen {
    height: 60vh;
    width: 70vw;
    left: 15%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: grid;
  }

  .title1 {
    margin: 0 -15%;
  }

  .pg-imgs {
    width: 30vw;
  }

  #mobile-nav a:hover {
    color: #ba3636;
  }

  .pi-header {
    font-size: 3vh;
    line-height: 1.7rem;
  }

  .pi-numbers {
    font-size: 6rem;
    top: 1rem;
    left: -0.5rem;
  }

  .category-image {
    width: 45vw;
  }

  .category-wrapper {
    padding: 0rem 0.5rem;
    margin: 0rem auto;
  }

  body {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #231f20;
  }

  .h2,
  h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .h3,
  h3 {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .p,
  p {
    line-height: 1.2rem;
    padding-left: 0;
    padding-right: 0rem;
  }

  .title2 {
    font-size: 50px;
  }

  #ic-content {
    width: vw25;
  }

  #ic-categories {
    margin: 1rem;
  }

  .header-menu ul {
    display: none;
  }

  .header-text {
    font-size: 45px;
    margin: 1rem 0 0 0;
  }

  .header-menu-icon {
    display: block;
  }

  .increase-christmas-header {
    padding: 2rem;
  }

  .header-cart {
    margin-top: -0.5rem;
  }

  .box {
    flex: auto;
  }

  .fw-imgs {
    margin: 0.5rem 0.5rem;
    width: 21vw;
  }

  .body-wrapped {
    margin: 0 3%;
  }
}

@media only screen and (max-width: 799px) {
  .faded-tag {
    font-size: 10vw;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 900;
    line-height: normal;
    padding: 1rem;
  }

  .item-header {
    width: 75%;
  }

  #cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #general {
    height: 60vh;
    width: 98vw;
    left: 0;
  }

  #local {
    width: 80vw;
    height: 45vh;
    left: 5%;
    top: -2rem;
  }

  #teepee {
    height: 55vh;
    width: 95vw;
    left: 0;
    top: -2rem;
  }

  #foodwater {
    width: 95vw;
    height: 45vh;
    left: 0;
    top: 0.5rem;
  }

  #nextgen {
    height: 55vh;
    width: 85vw;
    left: 8%;
  }

  .pi-line {
    top: 6.5rem;
  }

  details[open] .readmore {
    display: none;
  }

  details .readless {
    display: none;
  }

  details[open] .readless {
    display: block;
  }

  .category-wrapper {
    padding: 0rem 0.5rem;
    margin: 0rem auto;
  }

  .category-image {
    height: 7rem;
    width: 40vw;
    margin: 0rem auto;
  }

  .category-title-pg {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4rem;
  }

  .category-global {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    background-color: #ba3636;
    color: #ffffff;
    padding: 0.3rem 0rem;
    width: 3rem;
    text-align: center;
  }

  .category-local {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    background-color: #ffffff;
    color: #ba3636;
    padding: 0.3rem 0rem;
    width: 3rem;
    text-align: center;
  }

  p {
    line-height: 1.2rem;
    overflow-wrap: break-word;
    overflow-x: hidden;
  }

  #ic-content {
    width: 100%;
  }

  #ic-categories {
    margin: 0.5rem;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .title1 {
    font-size: 16vw;
    margin: 0 8%;
  }

  .title2 {
    font-size: 40px;
  }

  .increase-christmas-footer li {
    display: block;
  }

  .header-text {
    display: none;
  }

  .increase-christmas-header {
    padding: 1rem 0.5rem 1rem 0.5rem;
    flex-direction: row;
    justify-content: space-between;
  }

  .box {
    flex: 0;
  }

  .header-icon {
    margin-right: 0;
  }

  .cover-links {
    display: inline-grid;
  }

  .body-wrapped {
    margin: 0rem 3%;
  }

  .ic-img-wrapper {
    margin: 0 0vw;
  }

  .ic-wrapper {
    margin: 0 2%;
  }

  .general-imgs {
    width: 40%;
  }

  .local-imgs {
    width: 90%;
  }

  .pg-imgs {
    width: 90%;
    height: 10rem;
  }

  .fw-imgs {
    width: 28%;
    object-fit: cover;
    margin: 0.5rem;
    height: 50vh;
  }

  .ng-imgs {
    width: 85%;
    height: 20%;
  }

  .pi-wrapper {
    margin: 0.5rem 3rem;
  }

  .element-copy {
    font-size: 0.8rem;
  }

  .pi-umbrella-wrapper {
    margin: 0 1%;
  }

  .pi-wrapper:hover .pi-imgs {
    width: 11rem;
  }

  .pi-wrapper:hover .element-copy {
    transform: translateX(120px);
    width: 6rem;
  }

  .pi-header {
    font-size: 8vw;
    line-height: 1.5rem;
  }

  .potential-impact p {
    font-size: 0.8rem;
    line-height: 2.5vh;
  }

  h3 {
    font-size: 7vw;
    line-height: 4vh;
  }

  .cost {
    font-size: 1rem;
  }

  .button {
    font-size: 6vw;
  }
}