@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap");

.page-wrapper {
  background-image: url("pics/background2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: static;
  display: grid;
  grid-template-columns: 1fr;
  height: 2100px;
  width: 1200px;
  padding: 30px;
  grid-template-rows: 1fr .5fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

a:hover {
  color:red;
}

h1 {
  font-family: ;
  position: relative;
  top: 140px;
  right: -1008px;
  }

h2 {
  font-family: Chalkboard SE;
  text-align: center;
  font-size : 45px;
  color : #5D5E61;
  color : rgb(93, 94, 97);
}


h3 {
  font-family: "Kaushan Script";
  border-weight: 4px;
  border-style: solid;
  border-color: black;
  width: 250px;
  }

abbr {
  text-decoration: none;
  }


.summary {
  padding: 10px;
  margin: 10px;
  color: white;
  background-color: black;
  opacity: 0.5;
  background-size: 70px 70px;
  text-align: center;
  line-height: 5px;
  }

.summary a{
  color: white;
  }

.summary a:hover{
  color: red;
  }

.preamble {
  padding-top: 100px;
  padding-left: 80px;
}

.preamble h3{
  transform: rotate(-10deg);
  padding: 5px;
  position: absolute;
  left: 20px;
  top: 320px;
  text-align: center;
}

.explanation {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
}

.explanation h3{
  text-align: center;
  transform: rotate(10deg);
  position: relative;
  right: -900px;
  top: 0px;
  text-align: center;
  padding: 5px;
}

.participation {
  padding-top: 10px;
  padding-left: 40px;
}

.participation h3{
  transform: rotate(-10deg);
  text-align: center;
  position: relative;
  left: -10px;
  top: -25px;
  padding: 5px;
}

.benefits {
  padding-top: 100px;
  padding-left: -100px;
  margin-left: 60px;
  margin-right: 300px;
}

.benefits h3{
  text-align: center;
  transform: rotate(10deg);
  position: relative;
  right: -800px;
  top: 30px;
  text-align: center;
  padding: 5px;
}

.requirements {
  padding-top: 100px;
  padding-left: 10px;
}

.requirements h3{
  transform: rotate(-5deg);
  text-align: center;
  position: absolute;
  left: 40px;
  top: 1340px;
  padding: 5px;
  }


/* Bottom of Page */

[role="contentinfo"] {
  text-align: right;
  position: relative;
  bottom: -375px;
  right: -10px;
}

.select {
  border: none;
  font-size: 50px;
  bottom: -70px;
  left: 10px;
  position: relative;
}

.design-selection-selection {
  text-decoration: none;
  color: black;
  list-style-type: none;
}

.design-selection ul {
  list-style-type: none;
  position: relative;
  bottom: 140px;
  left: 180px;
}

li {
  margin: 10px;
}

.design-selection ul::before {
  content: "";
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  shape-outside: polygon(0 0, 0% 100%, 100% 0);
}

.archives {
  border: none;
  position: relative;
  bottom: 100px;
  left: 40px;
}

.navigation li {
  display: flex;
  list-style-type: none;
  position: relative;
  bottom: 200px;
  left: 40px;
}

.navigation a:hover {
  color: red;
}

.design-archives [role=navigation] li{
  position: relative;
  bottom: 170px;
  left: 90px;
  list-style-type: none;

}

.design-archives [role=navigation] a:hover{
  color:red;
}

h3.resources{
  border: none;
  position: relative;
  bottom: 250px;
  left: 40px;
}

a {
  color: black;
  text-decoration: none;
}

.design-archives-nav ul {
  position: relative;
  bottom: 200px;
  left: 40px;
}

.zen-resources {
  border: none;
  border-style: none;
}

.zen-resources ul{
  border: 2px solid black;
  background-color: yellow;
  opacity: 0.1;
  position: relative;
  bottom: 530px;
  right: -885px;
  width: 300px;
  height: 200px;
  text-align: right;
  text-decoration: none;
  list-style-type: none;
}

.zen-resources ul:hover {
  opacity: 1;
}

li {
  font-family : Cooper Std;
  font-size : 15px;
  color : #231F20;
  color : rgb(35, 31, 32);
  text-decoration: none;
  color: black;
}

.zen-resources a {
  color: black;
}
.zen-resources a:hover {
  color: red;
}

.zen-resources ul a:hover{
  background: white;
  opacity: 1;
}


footer {
  position: relative;
  bottom: -305px;
  left: 670px;
  font-size: 20px;
}

.design-archives.design li {
  list-style-type: none;
}




@media only screen and (max-width: 800px) {

h1 {
  position: relative;
  top: -450px;
  left: -580px;
  transform: rotate(-90deg);
  }
  }

  @media only screen and (max-width: 900px) {

  .preamble h3{
    padding: 5px;
    position: absolute;
    left: 500px;
    top: 320px;
    text-align: center;
    transform: rotate(0deg);
    }

    }

    @media only screen and (max-width: 900px) {

    .explanation h3{
      text-align: center;
      position: relative;
      top: 0px;
      text-align: center;
      padding: 5px;
      transform: rotate(0deg);
      left: 450px;
    }
    }

@media only screen and (max-width: 900px) {
    .participation h3{
      text-align: center;
      position: relative;
      transform: rotate(0deg);
      left: 420px;
      top: -25px;
      padding: 5px;
    }
    }

    @media only screen and (max-width: 900px) {
    .benefits h3{
      text-align: center;
      position: relative;
      transform: rotate(0deg);
      left: 400px;
      top: -30px;
      text-align: center;
      padding: 5px;
    }
    }

    @media only screen and (max-width: 900px) {
    .requirements h3{
      text-align: center;
      position: absolute;
      transform: rotate(0deg);
      left: 500px;
      top: 1360px;
      padding: 5px;
      }
      }

      @media only screen and (max-width: 900px) {
        .summary {
          padding: 10px;
          margin: 10px;
          color: white;
          background-color: black;
          opacity: 0.5;
          background-size: 30px 30px;
          text-align: center;
          line-height: 5px;
          }
        }


.container {
  display: block;
}
