.h1-supertitle {
    display: block;
    font-size: 2.5rem;
    color: var(--flat-red);
    margin-bottom: 0.9rem;
    font-weight:900;
  }
  section.section-block {
    padding-top: 69px;
    margin-top: -20px;
  }
  section.project-section {
    border-top: 1px dotted var(--navy-darkest);
  }
  
  .cg-left-nav {
    border-left: 8px solid var(--flat-red);
    padding-left: 20px;
  }


  img.project-hero {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 24px;
      vertical-align: top;
      margin:0px;
  }

  .img-bio {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
  }
  .project-hero-content {
    align-self: stretch;
    border-radius: 24px;
    padding: 2em;
    
  }


  .project-hero-content p {
    font-size:1.2rem;
  }

  .publisheddate {
    margin-top:12px;
  }

  @media (max-width: 767px) {
    .project-hero-content {
        margin-left: 15px;
        margin-right: 15px;
    }
  }

blockquote {
    border-color: var(--navy);
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    margin-top:30px;
    margin-bottom:30px;

    font-family: "Montserrat", sans-serif;
}

blockquote.major {
  font-size: 1.625em;
  line-height: 115%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
  font-family: "Montserrat", sans-serif;

}
