.page-id-23 {
  height: calc(100% - 2 * var(--margin));
  background-image: var(--linear-gradient);
}

#page,
#projects {
  height: 100%;
}

.container {
  text-transform: uppercase;
  font-size: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 4 * var(--margin));
}
/* 
.front-feature h2 {
  border-radius: 20px;
  width: fit-content;
  padding: 3px 50px 0px;
  margin: auto;
  transition: 200ms cubic-bezier(0, 0, 0.72, 0.17);
  color: var(--medium-gray);
}

.front-feature a:hover h2 {
  background: rgba(153, 152, 155, 0.6);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.texture-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: -1;
}

.texture-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
