.projects-index__header {
  padding: 50px 0;
}
.projects-index__header h1 {
  font-family: "Larken", serif;
  text-align: center;
  font-size: 2.875rem;
  line-height: 1em;
  margin-bottom: 25px;
}
.projects-index__header p {
  font-size: 1.125rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.projects-index__posts {
  padding: 0 0 35px;
}
.projects-index__posts .dropdown__menus ul li.active {
  background-color: #ea4f3c;
}
.projects-index__post {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  background: #eaebeb;
  margin-bottom: 15px;
}
.projects-index__post--link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-grow: 1;
}
.projects-index__post--image {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 63.8888%;
  background-size: cover;
}
.projects-index__post--image-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.projects-index__post--image-inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.projects-index__post--image h2 {
  position: relative;
  font-family: "Larken", serif;
  font-size: 2rem;
  line-height: 1em;
  margin: auto;
  color: #fff;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}
.projects-index__post--badge {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  background-color: #ea4f3c;
  color: #fff;
  display: block;
  padding: 5px;
  line-height: 1em;
}
.projects-index__post--excerpt {
  flex-grow: 1;
  padding-top: 15px;
  color: #313a3a;
}
.projects-index__post--excerpt p {
  font-size: 0.875rem;
  margin: 0 25px 25px;
}
.projects-index__post--button {
  padding-bottom: 30px;
}
.projects-index__post--button .palette-btn {
  display: inline-block;
  margin: auto auto 0;
}
.projects-index__post--link:hover .projects-index__post--image-inner:before {
  display: none;
}
@media (min-width: 48em) {
  .projects-index__posts .container {
    padding: 0 15px;
  }
  .projects-index__posts .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .projects-index__post {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .projects-index__posts {
    padding: 0 0 75px;
  }
  .projects-index__posts .container {
    padding: 0 48px;
  }
  .projects-index__posts .grid {
    grid-gap: 20px;
  }
}
@media (min-width: 75em) {
  .projects-index__posts .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
  }
}

/*# sourceMappingURL=projects.css.map */
