/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  background-color: #C3D4CA;
  font-family: 'Poppins', 'Futura', Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-weight: 200;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
}
h1 {
  font-family: 'Bodoni Moda', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-weight: bold;
}
h2 {
  margin: .7em 0;
  padding: 0;
}
.space-top.container {
  margin-top: 150px;
  ;
}
.container {
  display: flex;
  width: 98vw;
  margin: 0 auto;
  padding: 0;
  column-gap: 2vw;
	max-width: 100%;
}
.hero {
  background-image: url('../images/rewonder-hero-image-01-vert-100.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 60vh;
  position: relative;
  z-index: 10;
}
.hero-headline {
  font-size: 3rem;
  width: 50vw;
  text-align: center;
  display: block;
  margin: 5vh auto;
  line-height: 3rem;
}
.hero h1.hero-headline {
  color: #C3D4CA;
	text-shadow: rgba(0,0,0,.4) 0 0 15px;
}
nav.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: calc(1em+2vh);
  z-index: 5;
}
.intro {
  position: relative;
  z-index: 11;
  flex-flow: column nowrap;
  width: 60vw;
  top: -70px;
  background-color: #C3D4CA;
}
.pill {
  border-radius: 80px;
  padding: 40px 30px;
}
.intro img.logo, .intro p {
  display: block;
  align-self: center;
  max-width: 85%;
}
.icons {
  font-size: .8em;
  color: #24420e;
  padding: 0;
}
.icons ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  gap: 1vw;
}
.icons img {
  max-height: 130px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.icons ul li {
  padding: 0;
  width: 40vw;
}
.icons ul li p, .icons ul li h3 {
  padding: 0 10px;
  display: block;
}
.blue-bg {
  background-color: #7895a4;
  color: #fff;
}
.green-bg {
  background-color: #597d68;
  color: #fff;
}
.white-bg {
  background-color: #ffffff;
}
.teal-bg {
  background-color: #335c64;
  color: #fff;
}
.lightgreen-bg {
  background-color: #C3D4CA;
}
.container:has(.pill.card) {
  flex-direction: column;
  align-items: center;
	gap: 2vw;
}
.pill.card {
  overflow: hidden;
  width: 80%;
}
.pill.card img {
  max-width: 150%;
  position: relative;
  left: -30px;
  top: -40px;
  width: calc(100% + 60px);
}
.gradient-bg {
  background: rgb(195, 212, 202);
  background: linear-gradient(180deg, rgba(195, 212, 202, 1) 0%, rgba(255, 255, 255, 1) 58%);
}
.gradient-bg-reverse {
  background: rgb(51, 92, 100);
  background: linear-gradient(0deg, rgba(51, 92, 100, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
.planet {
  min-height: 800px;
  background-image: url('../images/rewonder-the-planet-deserves-better-100.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.planet h1.hero-headline {
  position: relative;
  top: 50px;
  color: #597d68;
}
.planet .pill {
  position: relative;
  top: 200px;
  width: 60vw;
  margin: 0 auto;
}
.faq .container {
  max-width: 70vw;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 150px;
  padding-top: 50px;
}
.faq h1 {
  font-size: 3em;
  color: #c3d4ca;
  text-align: center;
}
dl dt {
  color: #f7941d;
  font-weight: 600;
}
.join-in {
  position: relative;
}
.join-in .container {
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  padding-top: 100px;
}
.join-in .pill.lightgreen-bg {
  height: 100px;
  position: absolute;
  top: -70px;
  width: calc(100vw - 75px);
  z-index: 0;
}
.join-in .hero-headline {
  padding-top: 70px;
}
#form {
  margin: 0 auto;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .icons ul li p, .icons ul li h3 {
    padding: 0 5%;
  }
  .icons ul li {
    width: 19vw;
  }
}
@media (min-width: 950px) {
  body {
    font-size: 20px;
  }
  .hero {
    background-image: url('../images/rewonder-hero-image-01-100.jpg');
    background-attachment: fixed;
    background-size: cover;
    min-height: 90vh;
  }
  .container {
    width: 80vw;
  }
  .container:has(.pill.card) {
    flex-direction: row;
  }
  .pill.card {
    /*max-width: 40%; */
  }
  nav.navigation {
    left: 10vw;
  }
  .container.intro {
    width: 60vw;
  }
  .icons ul li {
    width: 19vw;
  }
  .icons ul li p, .icons ul li h3 {
    padding: 0 15%;
  }
  .pill.card {
    overflow: hidden;
    width: 40vw;
  }
  .faq .container {
    max-width: 50vw;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 150px;
    padding-top: 50px;
  }
}