body {
  background-color: #addb9d;
  font-family: "Oxanium", "sans-serif";
  color: #fff;
}

/*------------------header--------------------*/
.header-background {
  background-image: url("../assets/explore/exploreheader.png");
}

.navbar {
  background-color: rgba(11, 155, 75, 0.79);
}

/*------------------main--------------------*/
.show-on-mobile {
  display: none;
}

.heading-one {
  background-color: #097b3b;
}

.explore-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
  padding: 2rem;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
}

.explore-kids-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.explore-text-wrapper {
  max-width: 539px;
  background-color: #097b3b;
  border-radius: 10px;
  padding: 2rem;
}

.wrapper-wide {
  max-width: 1102px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.explore-h2 {
  margin-bottom: 2rem;
}

.p-explore {
  color: #fff;
  font-family: Oxanium;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 2rem;
}
.explore-icon {
  padding: 2rem;
}

.kids-icons-wrapper {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.kids-image-wrapper {
  margin-left: 2rem;
}

.explore-img-blobs {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

footer {
  background-color: #097b3b;
}

/*------------media------------*/

@media (max-width: 1190px) {
  .hide-on-mobile {
    display: none;
  }

  .explore-text-wrapper {
    max-width: 939px;
    background-color: #097b3b;
    border-radius: 10px;
    padding: 2rem;
  }

  .show-on-mobile {
    display: flex;
    justify-self: center;
    align-self: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .kids-icons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .mobile-font,
  h2 {
    font-size: 20px;
  }
}
