.page-wrapper {
  /*display: grid;*/
  grid-template-columns: 1fr 1fr;
  font-family: 'PT Sans', sans-serif;
  margin-top: 590px;
}

body {
    background-image: linear-gradient(#c2e1ff, #ffefd4);
    margin: auto;
}

header {
  background-color: #b9b5e8;
  color: #7c3131;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
  float: left;
  background-position: 5px;
  height: 540px;
  top: 0px;
}

h1 {
  font-size: 70pt;
  margin-left: 250px;
  float: left;
  position: relative;
  margin-bottom: 0px;
  top: -100px;
}

h1::first-letter {
  font-size: 400%;
  top: 0px;
  margin-top: 0;
}

h2 {
  color: #7c3131;
  font-size: 45pt;
  margin-right: 300px;
  float: right;
  max-width: 400px;
  top: 200px;
  position: relative;
}

h3 {
  color: #7c3131;
  margin: 100px;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 50px;
  background: red;
}

.preamble {
  margin-left: 70px;
  margin-right: 150px;
}

.preamble h3 {
  background: #ff6371;
  font-size: 80px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 10% 100%, 0 50%, 10% 0);
  max-width: 1200px;
  min-width: 2500px;
  padding: 20px;
  padding-left: 2em;
  margin: 0
}

.preamble p {
  line-height: 1.5;
  margin-left: 180px;
  margin-right: 100px;
  padding-bottom: 10px;
  max-width: 950px;
}

.participation p {
  grid-column: 1/ span 2;
  padding: 1em;
  padding-left: 0;
  max-width: 950px;
  min-width: 950px;
}

.participation h3 {
  font-size: 100px;
  background: none;
}

.benefits {
  grid-column: 1 / span 2;

}

.benefits p {
  grid-column: 1;
  padding-top: 1em;
  padding-left: 150px;
  line-height: 1.5;
  max-width: 950px;
}

.benefits h3 {
  text-align: center;
  font-size: 140px;
  background: #605699;
  margin-left: 0;
  margin-right: 0;
}

p {
  color: #36499b;
  margin: 100px;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 19px;
  text-align: justify;
}

.summary {
  position: absolute;
  top: 360px;
  left: 360px;
  max-width: 770px;
  font-size: 500pt;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #7c3131;
}

.resources {
  color: #ffebeb;
  background: none;
  text-align: center;
}

.design-selection {
  background: #4aa851;
  margin-right: 0px;
  /*background-size: auto;*/
  padding: 1em;
  margin-right: 100px;
  clip-path: polygon(0 0%, 0% 100%, 67% 100%);
  font-size: 10px;
  max-width: 2500px;
  min-width: 2500px;
}

.select {
  background: none;
  color: #564f75;
  margin-top: 140px;
}

[role=contentinfo] {
  background: #36499b;
  grid-row: 3;
  color: #ffebeb;
  margin: 10;
  margin-right: 0;
  position: absolute;
  top: -75px;
  background-size: 100px 100px;
  min-width: 1800px;
}

[role=contentinfo] a:link {
  color: #b1dee6;
}
.design-archives {
  background: #ff7546;
  text-align: right;
  clip-path: polygon(66% 0%, 100% 0, 100% 100%, 90% 100%);
  padding-bottom: 1em;
}

.archives {
  background: none;
  color: #b1dee6;
}

[role=navigation] {
margin-left: 60px;
font-size: 15px;
text-decoration: none;
margin-right: 100px;
color: #564f75;
}


.viewall a:link {
  color: #b1dee6;
  padding-bottom: 1em;
}

.next a:link {
  color: #b1dee6;
}

.zen-resources {
  background-color: #564f75;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffebeb;
}

.zen-resources a:link {
  color: #b1dee6;
}

footer {
  text-align: center;
  grid-row: 4;
  position: absolute;
  bottom: -550px;
  left: 110px;
  letter-spacing: 7px;
}

footer a:link {
}

.main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position:relative;
}

.explanation {
  grid-column: 2;
}

.explanation p {
  padding: 1em;
  padding-left: 0;
  max-width: 950px;
  min-width: 950px;
  margin-right: 150px;
}

.explanation h3 {
  background: #ffb2e0;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
  padding: 1em;
  margin-right: 0;
}

.requirements {
  grid-column: 2;
  grid-row: 4;
  margin-right: 150px;
}

.requirements p {
  padding: 1em;
  padding-left: 0;
}

.requirements h3 {
  background: none;
}

.participation {
  margin-left: 150px;
  grid-row: 1;
}

@media only screen and (max-width: 1747px) {
  h1 {
    text-align: center;
    float: none;
    font-size: 55pt;
    top: 0;
    position: static;
    margin: 0;
  }
  h2 {
    text-align: center;
    font-size: 35pt;
    /*position: static;*/
    float: none;
    margin-right: 0;
    margin: 0;
    max-width: none;
    top:-80px;
    left: 33px;
  }
  .summary {
    margin: 0;
    top: 390px;
    right: 400px;
    text-align: center;
  }
  p {
    font-size: 16px;
    margin: auto;
    margin-left: 150px;
  }
.summary p {
  margin: 0;
}
.preamble h3 {
font-size: 65px;
}
.main {
  display: block;
}
[role=contentinfo] {
top: 1400px;
left: 550px;
position: static;
clip-path: none;
}
.benefits h3 {
  font-size: 120px;
}

.participation {
  margin-left: auto;
}

.participation p {
  min-width: none;
  max-width: none;
}
}

@media only screen and (max-width: 1228px) {
  .main {
    display: block;
  }
}
