body {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.text-white-shadow {
  text-shadow: 2px 2px 4px #000000;
}
.back-stitches {
  background-image: url("../assets/images/stitches-back1920x1080.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-green-valley {
  background-image: url("../assets/images/green_valley_1920.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-graffiti {
  background-image: url("../assets/images/graffiti_1920_drk.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-ygr {
  background-image: url("../assets/images/swans.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-hwn {
  background-image: url("../assets/images/hwn_1920.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-diamanda {
  background-image: url("../assets/images/diamanda.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cursor-pointer {
  cursor: pointer;
}
