body > header,
body > footer {
  border-color: #96af86;
}

body > header {
  align-items: flex-start;
  gap: 0.75rem;
}

body > header hgroup {
  gap: 0.5rem;
}

body > header .logo img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 0.15rem solid var(--pico-primary);
  border-radius: 50%;
  box-shadow: none;
  filter: drop-shadow(4px 4px 0 #111);
  background: transparent;
}

.main-nav > ul,
.footer-nav > ul {
  flex-wrap: wrap;
  row-gap: 0.35rem;
}

.main-nav li,
.footer-nav li {
  position: relative;
  list-style: none;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}

.recent-projects {
  margin-top: 2rem;
}

.recent-projects h2 {
  margin-bottom: 1rem;
}

.projects + .projects {
  margin-top: 1rem;
}

.projects p:last-child {
  margin-bottom: 0;
}

article img,
section img,
article iframe,
section iframe {
  display: block;
  max-width: 100%;
}

article iframe,
section iframe {
  width: 100%;
  min-height: 22rem;
}

.footer-nav ul {
  justify-content: center;
  padding-left: 0;
}

.footer-nav a {
  text-decoration: none;
}

form .form-group + .form-group {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  body > header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body > header hgroup {
    align-items: center;
  }

  body > header nav ul {
    justify-content: center;
    padding-left: 0;
  }

  article iframe,
  section iframe {
    min-height: 14rem;
  }
}
