.projects-inset {
  margin: 0 auto;
  max-width: var(--max-width, 1200px);
  padding: 32px 18px 48px;
  width: 100%;
}
@media (min-width: 601px) {
  .projects-inset {
    padding: 60px 24px 80px;
  }
}
.projects-archive-title {
  color: #0655a3;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 601px) {
  .projects-archive-title {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
.no-projects {
  color: #3d3d3d;
  font-family: Raleway, sans-serif;
  text-align: center;
}
.projects-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 601px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 901px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-card-link,
.project-back-link {
  align-items: center;
  background: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 5px;
  color: #3d3d3d;
  display: inline-flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.project-card-link:hover,
.project-back-link:hover,
.project-card-link:focus,
.project-back-link:focus {
  background: #3d3d3d;
  color: #fff;
}
.project-card {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 18px;
}
.project-card .project-card-image {
  display: block;
  overflow: hidden;
}
.project-card .project-card-image--placeholder {
  align-items: center;
  background: repeating-linear-gradient(45deg, #f4f6f8, #f4f6f8 12px, #eaeef2 12px, #eaeef2 24px);
  display: flex;
  justify-content: center;
  text-decoration: none;
  aspect-ratio: 4 / 3;
}
.project-card .project-card-image__label {
  color: rgba(6, 85, 163, 0.45);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.project-card .project-card-image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease;
  width: 100%;
}
.project-card:hover .project-card-image img,
.project-card:focus-within .project-card-image img {
  opacity: 0.8;
  transform: scale(1.05) rotate(2deg);
}
.project-card .project-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 28px 20px 24px;
  text-align: center;
}
.project-card .entry-title {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.project-card .entry-title a {
  color: #0655a3;
  text-decoration: none;
}
.project-card .entry-title a:hover,
.project-card .entry-title a:focus {
  text-decoration: underline;
}
.project-card .project-card-excerpt {
  color: #3d3d3d;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
}
.project-card .project-card-excerpt p {
  margin: 0;
}
.project-card .project-card-meta {
  color: #3d3d3d;
  display: flex;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  gap: 3px;
  line-height: 1.5;
  margin: 12px 0 28px;
}
.project-card .project-card-link {
  align-self: center;
  margin-top: auto;
}
.project-single .project-hero--placeholder {
  align-items: center;
  background: repeating-linear-gradient(45deg, #f4f6f8, #f4f6f8 12px, #eaeef2 12px, #eaeef2 24px);
  display: flex;
  justify-content: center;
  text-decoration: none;
  aspect-ratio: 16 / 9;
}
.project-single .project-hero__label {
  color: rgba(6, 85, 163, 0.45);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 18px;
}
.project-single .project-hero img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.project-single .entry-title {
  color: #0655a3;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 32px 0 0;
}
@media (min-width: 601px) {
  .project-single .entry-title {
    font-size: 30px;
  }
}
.project-single .project-meta {
  border-bottom: 1px solid #e2e2e2;
  color: #3d3d3d;
  display: flex;
  flex-wrap: wrap;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  gap: 4px 24px;
  margin-top: 12px;
  padding-bottom: 20px;
}
.project-single .entry-content {
  color: #3d3d3d;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 24px;
}
.project-single .project-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}
@media (min-width: 601px) {
  .project-single .project-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.project-single .project-gallery .project-gallery-item {
  display: block;
}
.project-single .project-gallery .project-gallery-item img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.project-single .project-gallery-empty {
  color: rgba(61, 61, 61, 0.55);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin: 36px 0 0;
  text-transform: uppercase;
}
.project-single .project-back-link {
  margin-top: 36px;
}
@media (prefers-reduced-motion: reduce) {
  .project-card .project-card-image img {
    transition: none;
  }
  .project-card:hover .project-card-image img,
  .project-card:focus-within .project-card-image img {
    transform: none;
  }
}
/*# sourceMappingURL=projects.css.map */