.page-wrapper {
  /*background-image: url(imgs/zen.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: center;
  padding: 0;
  border: none;
  margin: 0;
  display: grid;
  grid-template-rows: 100vw auto;
}
.bg-image {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.garden {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
h1 {
  font-family: Sinhala MN;
  font-size: 100px;
  color: #563501;
  margin: 0;
  text-align: center;
}
h2 {
  font-family: Sinhala MN;
  font-size: 25px;
  color: #36200e;
  text-align: center;
}
h3 {
  font-family: Minion Pro;
  font-size: 25px;
  color: #36200e;
  margin: 0;
}
abbr {
  display: inline;
  color: green;
}
a {
  display: inline;
  color: green;
}
p {
  color: #36200e;
  margin: 0;
}
.preamble, .explanation, .participation, .benefits, .requirements {
  position: absolute;
  display: none;
  width: 600px;
  background: #a8805c;
  z-index: 99;
  top: 10%;
  left: 30%;
}
.extra1 {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 60%;
  left: 10%;
}
.extra2 {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 100%;
  left: 20%;
}
.extra3 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 40%;
  left: 35%;
}
.extra4 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 55%;
  left: 65%;
}
.extra5 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 75%;
  left: 35%;
}
footer {
  position: absolute;
  top: 25%;
  left: 45%;
}
aside .wrapper {
  display: flex;
  justify-content: space-around;
  top: 200%;
}
.summary {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .preamble, .explanation, .participation, .benefits, .requirements {
    position: absolute;
    top: 5%;
    width: 600px;
    left: 10%;
  }
  .extra1 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .extra2 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60%;
    left: 20%;
  }
  .extra3 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 35%;
    left: 35%;
  }
  .extra4 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 60%;
  }
  .extra5 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 60%;
    left: 35%;
  }
  footer {
    position: absolute;
    top: 23%;
    left: 40%;
  }
}

@media screen and (max-width: 900px) {
  .preamble, .explanation, .participation, .benefits, .requirements {
    position: absolute;
    top: 5%;
    width: 600px;
    left: 10%;
  }
  .extra1 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .extra2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 20%;
  }
  .extra3 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 30%;
    left: 35%;
  }
  .extra4 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 40%;
    left: 60%;
  }
  .extra5 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 30%;
  }
  footer {
    position: absolute;
    top: 23%;
    left: 40%;
  }
}


@media screen and (max-width: 600px) {
  h1 {
    font-size: 60px;
    color: #563501;
  }
  body {
    background: #bfbfbf;
  }
  h2 {
    font-size: 15px;
    color: #36200e;
    text-align: center;
  }
  h3 {
    font-size: 15px;
    color: #36200e;
    margin: 0;
  }
  .preamble, .explanation, .participation, .benefits, .requirements {
    position: absolute;
    top: 5%;
    width: 400px;
    left: 10%;
  }
  .extra1 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 15%;
    left: 10%;
  }
  .extra2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30%;
    left: 20%;
  }
  .extra3 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 20%;
    left: 35%;
  }
  .extra4 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 30%;
    left: 60%;
  }
  .extra5 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 35%;
    left: 20%;
  }
  footer {
    position: absolute;
    top: 15%;
    left: 40%;
  }
}
