header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4rem 1.5rem 4rem;
}

.site-logo img {
  height: 50px;
  width: auto;
  display: block;
}

nav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

nav a {
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  padding: 1.5rem 0 1.5rem 4rem;
  text-transform: uppercase;
  display: block;
  color: black;
  text-decoration: none;
}

nav a:hover {
  color: #FC6C85;
}

main {
  padding: 0 4rem;
}

main h1 {
  font-size: 64px;
  text-align: center;
  padding-bottom: 2rem;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  line-height: 5rem;
}

.about {
  font-size: 20px;
  text-align: center;
  padding-left: 30%;
  padding-right: 30%;
  font-family: "Lato", sans-serif;
}

main a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}

main a:hover {
  color: #FC6C85;
}

.intro {
  padding-bottom: 8rem;
  padding-top: 6rem;
  line-height: 2rem;
}

.wrapper {
  background-color: white;
  max-width: 2500px;
  margin: 0 auto;
}

.grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 67.286% 32.714%;
  gap: 2rem;
}

.grid2 {
  margin-top: 2rem;
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 50%;
  gap: 2rem;
}

.grid3 {
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: grid;
  justify-content: center;
  grid-template-columns: 32.714% 67.286%;
  gap: 2rem;
}


.grid-image img {
  width: 100%;
  display: block;
}

.grid-image:hover {
  transform: scale(1.01);
}

main h4 {
  font-size: 64px;
  padding-bottom: 2rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 5rem;
}

main h5 {
  font-size: 38px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 3rem;
  margin-bottom: 4rem;
  background-color: #F0F0F0;

}

.bio {
  margin-top: 2rem;
  margin-bottom: 6rem;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  width: 50%;
  line-height: 2rem;
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 4rem;
  padding-bottom: 6rem;
}

.me img {
  width: 100%;
  height: auto;
}

main h2 {
  font-size: 40px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 4rem;
}

main h3 {
  font-size: 24px;
  padding-bottom: 1rem;
  padding-top: 2rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.projects {
  margin: 4rem auto 12rem auto;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  max-width: 50%;
  line-height: 1.5rem;
}

caption {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.objective {
  padding-top: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}

.objective h3 {
  flex-shrink: 0;       
  white-space: nowrap;    
  padding: 0;
}

.full-bleed img {
  width: 100%;
  display: block;
    margin: 0 auto 10rem auto;
}

figure {
  margin: 0;
}

.circleville-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 58.586% 41.425%;
  gap: 1rem;
}

.circleville-grid img {
  width: 100%;
  display: block;
}

.circleville-grid2 {
  display: grid;
  justify-content: center;
  grid-template-columns: 47.237% 52.763%;
  margin-top: 1rem;
  margin-bottom: 6rem;
  gap: 1rem;
}

.circleville-grid2 img {
  width: 100%;
  display: block;
}

.moodboard {
  width: 75%;
  display: block;
  margin: 0 auto 10rem auto;
}

.title {
  margin: 0 auto 1rem auto;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.content {
  margin: 0 auto 2rem auto;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  max-width: 50%;
  line-height: 1.5rem;
}

.proposition {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  line-height: 2rem;
  width: 50%;
  margin: 0 auto 10rem auto;
}

.logo {
  width: 25%;
  display: block;
  margin: 0 auto 10rem auto;
}

.process {
  width: 50%;
  display: block;
  margin: 0 auto 8rem auto;
}

.projects img {
  margin: 0 auto;
  width: 100%;
  display: block;
}


.app {
  width: 100%;
  display: block;
}

.vows-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 0 auto 10rem auto;
  width: 75%;
}

.vows-grid img {
  width: 100%;
  display: block;
}

main video {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.video2 {
  display: block;
  width: 25%;
  margin: 0 auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 8rem;
}

.final {
  width: 100%;
  display: block;
  margin: 0 auto 10rem auto;
}

footer {
  background-color: #FFE9EF;
  padding: 6rem 0 4rem 0;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.footer-name {
  font-family: "Figtree", sans-serif;
  font-size: 250%;
  font-weight: 800;
  color: black;
  margin: 0;
}

.footer-name2 {
  font-family: "Figtree", sans-serif;
  font-size: 150%;
  font-weight: 500;
  color: black;
  margin: 2rem 0 0 0;
}

.one, .two {
  list-style-type: none;
  display: flex;
  gap: 4rem;
  padding: 0;
  margin: 1rem 0;
}

footer a {
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

footer a:hover {
  color: #F45082;
}

footer ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.plunge-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 auto 10rem auto;
  width: 100%;
}

.plunge-grid img {
  width: 100%;
  display: block;
}

.p5-sketch {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 650px;
}

.generative-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 43.431% 56.570%;
  gap: 1rem;
  margin: 0 auto 10rem auto;
  width: 75%;
}

.generative-grid img {
  width: 100%;
  display: block;
}

@media (max-width: 499px) {

  header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem .5rem;
  }

  .site-logo img {
    height: 50px;
    width: auto;
    display: block;
    padding-left: 2rem;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }

  nav a {
    text-transform: uppercase;
    display: block;
    color: black;
    /*change color*/
    text-decoration: none;
  }

  nav a:hover {
    color: #FC6C85;
    border-radius: 1rem;
    /*change*/
  }

  main {
    padding: 0 2rem;
  }

  .wrapper {
    background-color: white;
    max-width: 2500px;
    margin: 0 auto;
  }

  main h1 {
    font-size: 48px;
    text-align: center;
    padding-bottom: 2rem;
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    line-height: 3rem;
  }

  .about {
    font-size: 20px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    font-family: "Lato", sans-serif;
  }

  .intro {
    padding-bottom: 6rem;
    padding-top: 6rem;
    line-height: 2rem;
  }

  .grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    justify-content: center;
  }

  .grid2 {
    margin-top: 1rem;
    margin-bottom: 6rem;
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    justify-content: center;
  }

  .grid-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  main h4 {
    font-size: 48px;
    padding-bottom: 1rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    line-height: 3rem;
  }

  .bio {
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    width: 75%;
    line-height: 1.5rem;
  }

  .about-section {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: .5rem;
    padding-bottom: 6rem;
    flex-direction: column;
  }

  .me img {
    width: 100%;
    height: auto;
  }

  main h2 {
    font-size: 32px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    line-height: 3rem;
  }

  main h3 {
    font-size: 24px;
    padding-bottom: 1rem;
    padding-top: 2rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  .projects {
    margin: 4rem auto 10rem auto;
    text-align: left;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    max-width: 75%;
    line-height: 1.5rem;
  }

  .cover {
    width: 100%;
    display: block;
  }

  figure {
    margin: 0;
  }

  .circleville-grid {
    display: grid;
    padding: .5 auto;
    justify-content: center;
    grid-template-columns: 100%;
    gap: 1rem;
  }

  .circleville-grid img {
    width: 100%;
    display: block;
  }

  .circleville-grid2 {
    ddisplay: grid;
    padding: .5 auto;
    justify-content: center;
    grid-template-columns: 100%;
    margin-top: 1rem;
    margin-bottom: 6rem;
    gap: 1rem;
  }

  .circleville-grid2 img {
    width: 100%;
    display: block;
  }

  .moodboard {
    width: 100%;
    display: block;
    margin: 0 auto 10rem auto;
  }

  .title {
    margin: 0 auto 1rem auto;
    text-align: center;
  }

  .content {
    margin: 0 auto 2rem auto;
    text-align: left;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    max-width: 75%;
    line-height: 1.5rem;
  }

  .logo {
    width: 75%;
    display: block;
    margin: 0 auto 10rem auto;
  }

  .process {
    width: 100%;
    display: block;
    margin: 0 auto 8rem auto;
  }

  .projects img {
    margin: 0 auto;
    width: 100%;
    display: block;
  }


  .app {
    width: 100%;
    display: block;
  }

  .vows-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 100%;
    gap: 1rem;
    margin: 0 auto 10rem auto;
    width: 100%;
  }

  .vows-grid img {
    width: 100%;
    display: block;
  }

  main video {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .video2 {
    display: block;
    width: 75%;
    margin: 0 auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .final {
    width: 100%;
    display: block;
    margin: 0 auto 6rem auto;
  }

  footer {
    background-color: #FFE9EF;
    padding: 6rem 0 4rem 0;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }

  .footer-name {
    font-family: "Figtree", sans-serif;
    font-size: 200%;
    font-weight: 800;
    color: black;
    margin: 0;
  }

  .footer-name2 {
    font-family: "Figtree", sans-serif;
    font-size: 100%;
    font-weight: 500;
    color: black;
    margin: 2rem 0 0 0;
  }

  .one,
  .two {
    list-style-type: none;
    display: flex;
    gap: 4rem;
    padding: 0;
    margin: 1rem 0;
  }

  footer a {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
  }

  footer a:hover {
    color: #F45082;
  }

  footer ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }


}