@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Merienda", cursive;
}

h1 {
  font-size: 2.5em;
  color: #0042c4;
}

.intro header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  color: #ffaa4c;
}

h1, h2, .banner, .summary p:nth-child(1) {
  text-align: right;
}

h3:not(.select) {
  color: #ffd8ad;
  font-size: 2em;
  margin-bottom: 5px;
}

.select {
  max-width: 150px;
  display: inline-block;
}

/* This title will be behind the clam shells */
.design-archives h3, .zen-resources h3, .select {
  font-size: 1.4rem;
  color: #003191;
}

.summary p {
  color: #003191;
}

.summary p:nth-child(1) {
  font-style: italic;
}

p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: white;
}

.summary p:nth-child(1) {
  margin-left: 1em;
  margin-bottom: 2em;
}

.summary p:nth-child(2) {
  max-width: 12em;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 17em;
}

@media only screen and (min-width: 1080px) {
  .supporting {
    position: relative;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .intro h1:first-of-type {
    font-size: 3.5em;
  }

  .sidebar {
    padding: 10px;
    position: absolute;
    left: -3em;
    top: 35em;
    margin: 0 3em;
  }

  .preamble,
.main > * {
    margin-left: 30%;
    margin-bottom: 4em;
  }

  .preamble {
    padding-top: 15px;
  }

  div.explanation {
    margin-bottom: 4em;
    width: 40%;
  }

  .main > footer {
    bottom: -25em;
    left: 4%;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .extra1 {
    padding-bottom: 0;
  }
}
body {
  background: -webkit-linear-gradient(top, #ffffff 40em, #71b8ff 40em, #409fff 25%, #0e6dcd 40%, #0463c3 55%, #0059b9 60%, #004faf 75%, #0045a5 90%, #003b9b 100%);
}

body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 42.5em;
  top: -2.5em;
  left: 0;
  background: radial-gradient(circle at bottom, #ffffff 0%, #ffffff 25%, rgba(255, 186, 137, 0.3) 65%, rgba(255, 186, 137, 0.5) 100%);
  z-index: -10;
}

@media only screen and (min-width: 1080px) {
  body {
    background: -webkit-linear-gradient(top, #ffffff 37.5em, #71b8ff 37.5em, #409fff 25%, #0e6dcd 40%, #0463c3 55%, #0059b9 60%, #004faf 75%, #0045a5 90%, #003b9b 100%);
  }

  body::before {
    height: 40.1em;
    background: radial-gradient(ellipse at bottom, #ffffff 0%, #ffffff 25%, rgba(255, 186, 137, 0.3) 65%, rgba(255, 186, 137, 0.5) 100%);
  }
}
.design-selection nav li a:nth-child(1):link, .design-selection nav li a:nth-child(1):visited {
  color: #ffd8ad;
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 1.3rem;
  font-family: "Merienda", cursive;
}
.design-selection nav li a:nth-child(1):hover {
  text-decoration: underline;
}
.design-selection nav li a:nth-child(1):active {
  color: #8ed089;
}

.designer-name, .design-archives nav li a, .zen-resources ul a {
  padding-left: 5px;
  letter-spacing: 0.6px;
}

footer a:link, footer a:visited {
  color: #003191;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a:active {
  color: #8ed089;
}

.design-selection nav li, .zen-resources, .design-archives {
  padding-bottom: 5px;
  font-size: 1rem;
}
.design-selection nav li a:link, .design-selection nav li a:visited, .zen-resources a:link, .zen-resources a:visited, .design-archives a:link, .design-archives a:visited {
  color: #ffffff;
  text-decoration: none;
}
.design-selection nav li a:hover, .zen-resources a:hover, .design-archives a:hover {
  text-decoration: underline;
}
.design-selection nav li a:active, .zen-resources a:active, .design-archives a:active {
  color: #8ed089;
}

.participation a:link, .participation a:visited, .requirements a:link, .requirements a:visited, .summary a:link, .summary a:visited {
  color: #8ed089;
  text-decoration: none;
}
.participation a:hover, .requirements a:hover, .summary a:hover {
  text-decoration: underline;
}
.participation a:active, .requirements a:active, .summary a:active {
  color: #8ed089;
}

.intro .summary a {
  color: #50b548;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.wrapper {
  text-align: center;
}

.design-selection nav ul, .design-archives nav ul, .zen-resources ul {
  list-style: none;
  margin: 4em 0 2em;
  padding-left: 0;
}

.design-selection nav li, .design-archives nav li, .zen-resources li {
  margin: 0 auto;
  padding-bottom: 1.3em;
  color: #003191;
}

.design-name {
  display: block;
  font-size: 1.2em;
}

.design-selection nav li a:nth-child(1) {
  padding-bottom: 0.4em;
}

.preamble::before {
  position: absolute;
  display: block;
  content: " ";
  background-image: url("images/ship.svg");
  background-size: 150px 150px;
  height: 150px;
  width: 150px;
  top: 29.1em;
  left: 25px;
  animation: rock 4s ease-in-out forwards infinite, sail 5s ease-in-out infinite alternate;
}

@keyframes rock {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes sail {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}
.explanation::after {
  position: relative;
  display: block;
  content: " ";
  background-image: url("images/sea-turtle.svg");
  background-size: 200px 200px;
  height: 200px;
  width: 200px;
  top: 25px;
  left: 35px;
  margin-bottom: -225px;
}

.design-archives h3::before, .zen-resources h3::before {
  position: relative;
  display: block;
  content: " ";
  background-image: url("images/clamshell.svg");
  background-size: 150px 150px;
  height: 150px;
  width: 150px;
  top: 3.8em;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.design-selection h3::before {
  position: relative;
  display: block;
  content: " ";
  background-image: url("images/clamshell.svg");
  background-size: 150px 150px;
  height: 150px;
  width: 150px;
  top: 4.6em;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.preamble h3::before, .explanation h3::before, .participation h3::before, .benefits h3::before, .requirements h3::before {
  position: relative;
  display: block;
  content: " ";
  background-image: url("images/starfish.svg");
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  top: 1.3em;
  left: -1.6em;
}

footer a::before {
  position: relative;
  display: block;
  content: " ";
  background-image: url("images/jellyfish.svg");
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  top: 3.3em;
  left: 0;
  z-index: -1;
  animation: jellyJiggle 0.5s ease-in-out forwards infinite;
}

@keyframes jellyJiggle {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
.preamble::after {
  position: absolute;
  content: " ";
  background-image: url("images/bubble.svg");
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  opacity: 0.3;
  z-index: -2;
  bottom: 0;
  left: 15%;
  animation: animateBubble 45s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.intro::before {
  position: absolute;
  content: " ";
  background-image: url("images/bubble.svg");
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  opacity: 0.3;
  z-index: -2;
  bottom: 0;
  left: 45%;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.intro::after {
  position: absolute;
  content: " ";
  background-image: url("images/bubble.svg");
  background-size: 45px 45px;
  height: 45px;
  width: 45px;
  opacity: 0.3;
  z-index: -2;
  bottom: 0;
  left: 75%;
  animation: animateBubble 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

@keyframes animateBubble {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 89.5%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1080px) {
  .preamble::before {
    background-size: 275px 275px;
    height: 275px;
    width: 275px;
    top: 300px;
  }

  .explanation::after {
    background-size: 300px 300px;
    height: 300px;
    width: 300px;
    top: -25em;
    left: 28em;
    margin-bottom: -17em;
  }

  .preamble h3::before, .explanation h3::before, .participation h3::before, .benefits h3::before, .requirements h3::before {
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    top: 1.5em;
    left: -2.1em;
  }

  footer a::before {
    background-size: 90px 90px;
    height: 90px;
    width: 90px;
    top: 4.7em;
  }

  .preamble::after {
    animation: animateBubbleDesktop 45s linear infinite, sideWays 3s ease-in-out infinite alternate;
  }

  .intro::before {
    animation: animateBubbleDesktop 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .intro::after {
    animation: animateBubbleDesktop 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  @keyframes animateBubbleDesktop {
    0% {
      bottom: 0;
    }
    100% {
      bottom: 85%;
    }
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  height: 100%;
  overflow-x: hidden;
}

.page-wrapper {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  padding: 0px 24px;
  padding-bottom: 35em;
}

@media only screen and (min-width: 1080px) {
  .summary p:nth-child(1) {
    margin-left: 65%;
  }

  .summary p:nth-child(2) {
    margin: 0;
    margin-bottom: 10em;
    position: relative;
    right: 0em;
    top: -10em;
  }
}
.requirements, .benefits, .participation, .explanation, .preamble {
  padding-left: 40px;
}

.explanation {
  margin-bottom: 18em;
}

.requirements {
  margin-bottom: 7em;
}

/* grid assignments for grid template area*/
footer a:nth-child(1) {
  grid-area: one;
}

footer a:nth-child(2) {
  grid-area: two;
}

footer a:nth-child(3) {
  grid-area: three;
}

footer a:nth-child(4) {
  grid-area: four;
}

footer a:nth-child(5) {
  grid-area: five;
}

footer {
  position: absolute;
  bottom: -135em;
  left: 1em;
  right: 4em;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 4em auto;
  grid-template-areas: "one . two . three" ". four . five .";
}

.supporting {
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
