/**{
  border: 1px dashed red;
}*/


.page-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: ;
  background-image: url("imgs/bkgd9.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: scroll;*/
  height: 4608px;
  /* width: 1900px; */
  position: relative;
}

h1{
  display: block;
  background-color: yellow;
  font-size: 100px;
  position: absolute;
  top: -585px;
  left:-895px;
}

h2{
   font-size: 30px;
   font-family: sans-serif;
 }

 h3{
   font-size: 30px;
   font-family: sans-serif;
 }

 p{
   font-size: 18px;
   font-family: sans-serif;
 }

.intro{
  position: absolute;
  right: 10px;
  top: 500px;
  width: 480px;
  z-index: 1;
}

.intro::before{
  content: "";
  border-left: 10px solid black;
  height: 1000px;
  position: absolute;
  top: 10px;
  left: -30px;
}

.intro::after{
  content: "";
  height: 800px;
  width: 800px;
  z-index: -1;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -180px;
}

.explanation{
  position: absolute;
  top: 1800px;
  left: 820px;
  z-index: 1;
  width: 300px;
}

.explanation::before{
  content: "";
  border-left: 20px solid black;
  height: 800px;
  position: absolute;
  top: 10px;
  left: -30px;
}

.explanation::after{
  content: "";
  height: 700px;
  width: 700px;
  z-index: -1;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -180px;
}

.participation{
  position: absolute;
  top: 2350px;
  left: 100px;
  z-index: 1;
  width: 400px;
}

.participation::before{
  content: "";
  border-left: 6px solid yellow;
  transform: rotate(90deg);
  height: 830px;
  width: 800px;
  position: absolute;
  top: 10px;
  left: -150px;
}

.participation::after{
  content: "";
  height: 700px;
  width: 700px;
  z-index: -1;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -180px;
}

.benefits{
  position: absolute;
  top: 3300px;
  left: 800px;
  z-index: 1;
  width: 300px;
}

.benefits::before{
  content: "";
  border-left: 6px solid black;
  transform: rotate(90deg);
  height: 950px;
  width: 950px;
  position: absolute;
  top: 10px;
  left: -20px;
}

.benefits::after{
  content: "";
  height: 400px;
  width: 400px;
  z-index: -1;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -45px;
}

.requirements{
  position: absolute;
  top: 3040px;
  left: ;
  z-index: 1;
  width: 600px;
}

footer{
  position: absolute;
  top: 3700px;
  left: ;
  z-index: 1;
}

.sidebar{
  position: absolute;
  top: 3700px;
  left: ;
  z-index: 1;
  width: 600px;
}

@media screen and (max-width: 1415px) {
  h1{
    font-size: 70px;
    position: static;
    background-color: black;
    color: white;
  }

  p{
    font-size: 15px;
  }
}

@media screen and (max-width: 800px){
  .page-wrapper{
    display: block;
    background: gray;
  }

  h2, h3{
    display: block;
    background-color: blue;
    font-size: 20px;
    color: white;
  }

  .intro, .explanation, .participation, .benefits, .requirements, footer, .sidebar{
    position: static;
    width: auto;
  }
}



}
