.photo-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--body-font);
  font-weight: bold;
  position: relative;
  width: 100vw;
  /* height: 50vh; */
  padding: 6rem 6rem 6rem 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--color-white);
  text-transform: uppercase;
  text-shadow: var(--shadow-dark);
  background-repeat: no-repeat;

  /* Snaps to the centre */

}

.scroll-container {
  scroll-snap-type: y mandatory;
  /* Snaps vertically */
  overflow-y: scroll;
  height: 100vh;
  /* Full viewport height */
}

/* Snaps to the centre */

.full-photo {
  width: 100vw;
  scroll-snap-align: center;
  /* Snaps to the centre */
}

@media (max-width: 60rem) {
  .photo-text {
    font-size: 2.5rem;
    height: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}



@media (max-width: 60rem) {
  .photo-text--rnli {
    background-position: top;
  }
}

.photo-text--kw {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../assets/img/kidneyresearch.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 60rem) {
  .photo-text--kw {
    background-position: top;
  }
}

.photo-text--memories {
  background: linear-gradient(rgba(16, 16, 16, 0.4), rgba(18, 18, 18, 0.8)), url(../assets/img/old-beach-group.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 60rem) {
  .photo-text--memories {
    background-position: top;
  }
}

.photo-text--1 {
  background: url(../assets/img/2019/2019-1.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--2 {
  background: url(../assets/img/2019/2019-2.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--3 {
  background: url(../assets/img/2019/2019-3.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--4 {
  background: url(../assets/img/2019/2019-4.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--5 {
  background: url(../assets/img/2019/2019-5.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--6 {
  background: url(../assets/img/2019/2019-6.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--7 {
  background: url(../assets/img/2019/2019-7.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--8 {
  background: url(../assets/img/2019/2019-8.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--9 {
  background: url(../assets/img/2019/2019-9.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--10 {
  background: url(../assets/img/2019/2019-10.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--11 {
  background: url(../assets/img/2019/2019-11.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--12 {
  background: url(../assets/img/2019/2019-12.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--13 {
  background: url(../assets/img/2019/2019-13.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--14 {
  background: url(../assets/img/2019/2019-14.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--15 {
  background: url(../assets/img/2019/2019-15.jpg);
  background-size: cover;
  background-position: center;
}

.photo-text--16 {
  background: url(../assets/img/2019/2019-16.jpg);
  background-size: cover;
  background-position: center;
}

header {
  max-width: 100vw;
}

.hidden {
  display: none !important;
}

.intro {
  max-width: 1200px;
}

.gold-text {
  color: rgb(246, 205, 58);
}



.get-involved {


  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10rem;

}

.get-involved>* {
  flex: 1;
}

@media (max-width: 60rem) {
  .get-involved {
    flex-direction: column;
    align-items: center;
  }
}

.get-involved__number {
  font-size: 8rem;
  color: var(--color-accent);
  font-family: var(--title-font);
}

.get-involved__number::before {
  content: "";
  background-color: red;
  height: 500px;
  width: 500px;
  z-index: -1;
}

.get-involved__step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  color: var(--color-grey-dark-1);
}

.get-involved__text {
  text-align: center;
  font-size: 1.8rem;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

p.section__text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

main section:nth-of-type(even) {
  margin-top: calc(var(--clip-amount) * -1);
  -webkit-clip-path: var(--clip-top-right-bottom-right);
  clip-path: var(--clip-top-right-bottom-right);
}

main section:nth-of-type(odd) {
  margin-top: calc(var(--clip-amount) * -1);
  -webkit-clip-path: var(--clip-top-left-bottom-left);
  clip-path: var(--clip-top-left-bottom-left);
}





.charities {
  margin: 0 auto;
  color: var(--color-grey-dark-1);
  flex-wrap: wrap;
  display: flex;
  margin: 5rem;
  gap: 2rem;
  align-content: space-between;
  justify-content: center;
}

.charities__charity {
  display: flex;
  gap: 2rem;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);

  padding: 4rem 6rem;
  font-size: 1.4rem;
  text-align: center;
  min-height: 30rem;
  width: 30rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.charities__charity>a>img {
  max-width: 25rem;
  max-height: 15rem;
}

.charities__charity>p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 60rem) {
  .charities__charity>p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 60rem) {
  .charities__charity {
    /* border-radius: 0; */
    width: 100%;
  }
}

button {
  font-weight: bold;
  font-family: var(--title-body) !important;
  font-size: 2rem !important;
  color: var(--color-white);
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--gradient-2);
  padding: 2rem 4rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow-dark);
  transition: all 0.2s;
}

button:hover {
  scale: 1.05;
  box-shadow: var(--shadow-light);
}

.hero__badge {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  font-size: 1rem;
  gap: 2rem;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 60rem) {
  .hero__badge {
    height: 8rem;
    width: 8rem;
  }
}

.hero__badge img {
  width: 75%;
}

.schedule {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  text-align: center;
}

.schedule__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 60rem) {
  .schedule__row {
    flex-direction: column;
    gap: 3rem;
  }
}

.schedule__label {
  font-weight: bold;
}

.schedule__time {
  font-size: 5rem;
}

.schedule__address {
  font-size: 2rem;
}

.mapimg {
  width: 100vw;
  height: 60rem;
  background: url(/assets/img/map.png);
  background-size: cover;
  background-position: center;
}


.section__color {
  background: var(--gradient-2);
  color: white;
}