/*body {
  background-image: url('images/intro back.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 300px;
  background-attachment: scroll;

}

.intro {
  background-image: url('images/calm2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top -250px;
  background-attachment: fixed;
}
*/



body {
  background-image: url('images/back img.png'), url('images/whiteback.png'), url('images/calm2.jpg');
  background-repeat: no-repeat;
  background-size: contain, cover, cover;
  background-position:center 300px, bottom,left top -300px;
  background-attachment: local, scroll, fixed;
}
abbr{
  text-decoration: none;
}

ul{
  list-style-type: none;
}

.intro header {
  padding-bottom: 290px;

}


.intro h1 {
  position: absolute;
  top: 10px;
  left:30px;
  align: right;
  font-size: 50px;
  color: white;
  max-width: 200px;
  padding-left: 1090px;

}


.intro h2 {
  background: rgba(255, 255, 255, 0.6);
  max-width: 850px;
  border-radius: 20px 20px;
  text-align: center;
  font-size: 70px;
  color: #340d45;
}


h3{
  font-size: 30px;
}



.summary {
  position: absolute;
  top: 870px;
  left: 380px;
  max-width: 600px;
  text-align: center;
  color: #340d45;
}


.preamble {
  position: absolute;
  top: 450px;
  left: 50px;
  max-width: 600px;
  color: #340d45;
}


/*.preamble h3 {
  color: #340d45;
}

.explanation h3 {
  color: #340d45;
}
*/


.explanation {
  position: absolute;
  top: 450px;
  left: 750px;
  max-width: 600px;
  padding-right: 50px;
  color: #340d45;
}

.explanation h3 {
  padding-left: 240px;
}


p {
  font-size: 18px;
}


.participation {
  padding-top: 550px;
  color: white;
}

.benefits {
  color: white;
  padding-top: 10px;
}


.requirements {
  background-color: rgba(255, 179, 196, 0.6);
  border-radius: 20px 20px;
  padding-bottom: 30px;
  color: #340d45;
  text-align:

}


.requirements h3 {
  color: white;
}



a {
  color: #b8009f;
  text-decoration: none;
}


footer {
  position: absolute;
  top: 1890px;
  left:1150px;
}


.wrapper {
  display: flex;
  color: #340d45;
}

.design-selection{
  padding-left: 200px;
}


.design-archives{
  padding-left: 120px;
  padding-right: 120px;
}

.zen-resources {
  padding-right: 150px;
}




/* Take away participation padding and position it instead. As well as benefits.*/



/*
.participation h3 {
  position: absolute;
  top: 1350px;
}


.requirements {
  background-color: rgba(255,179,196, 0.6);
  border-radius: 20px 20px;
  min-height: 410px;
  padding-top: 550px;
  background-attachment: fixed;
}

.requirements h3 {
  position: absolute;
  top: 1850px;
}
*/


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

  .intro h1 {
    position: static;
    top: 800px;
    align: right;
    font-size: 50px;
    color: white;
    max-width: 200px;
    padding-left: 550px;
  }

}


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

  .intro h2 {
      background: rgba(255, 255, 255, 0.6);
      max-width: 1050px;
      border-radius: 20px 20px;
      font-size: 70px;
      color: #340d45;
      position: static;
      top: 1000px;
      left: 50px;
      padding-left: 50px;
      padding-right: 50px;

  }

}


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

  body {
    background-image: none;
    background-color: rgba(255, 179, 196);
    display: inline-block; 
  }

}
