/**
 * @file
 * Node Styles
 */

/* ===== BASIC PAGE STYLES ===== */
/* .node--type-page .content-container {
  position: relative;
  z-index: 2;
  background-color: #dedede;
}

.node--type-page .two-column-content .content-container {
  background-color: #ffffff;
} */

.node--type-page .content-body .field--name-body {
  padding: 2rem 0 1rem 0;
}

/* ===== BLOG POST STYLES ===== */
.page-node-type-blog-post .hero h1.node-title {
  font-size: 3.5vw;
}

.content-date {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  padding: 0 1rem 0 3rem;
  color: #69951c;
  background-image: url("../../images/icons/calendar-icon.png");
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: contain;
}

/* ===== PROJECT STYLES ===== */
.type-project .content-inner {
  padding: 2rem 1rem 0 1rem;
}

.type-project .content-container .project-location {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}

.type-project .content-container .project-date {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

.type-project .content-container .project-description {
  font-size: 1rem;
}

.type-project .field--name-field-project-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 1.5rem 0;
}

.type-project .field--name-field-project-images .field__item {
  flex: 1 1 30%; /*grow | shrink | basis */
  width: 32%;
}

.type-project .field--name-field-project-images img {
  width: auto;
}

/* ===== PERSON STYLES ===== */
.node-person {
  padding: 6rem 0 8rem 0;
}

.node-person .person-content {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .node-person .person-content {
    display: block;
  }
}

.node-person .person-content-left {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .node-person .person-content-left {
    width: 100%;
  }
}

.node-person .person-content-left img {
  border: 5px solid #69951c;
}

.node-person .person-content-right {
  width: 50%;
  padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
  .node-person .person-content-right {
    width: 100%;
    padding: 1rem 0;
  }
}

.node-person .person-content-right h1 {
  font-size: 3rem;
  margin: 0 0 0.25rem 0;
  line-height: 1;
  color: #69951c;
}

.node-person .person-content-right .person-job-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}

.node-person .person-content-right .person-email {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.node-person .person-content-right .person-email .field__label {
  font-weight: bold;
}
