.pageNav-textLink {
  text-decoration: none; 
  display: flex;
  justify-content: center;
  text-align: center;
  padding: var(--cx-spacing-3x) 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #2B2B2B;
}
.pageNav-linkList{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
  list-style-type: none; 
  margin-top: 0px; 
  padding-left: 0px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background: #E1DEDA;
    overflow-x: hidden;
  }

  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
  }

  .home-page-link{
    text-align: center;
    font-family: Compass Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 160%;
    position: absolute;
    left: 4.27%;
    right: 58.08%;
    top: 4.21%;
  }

  .overlay a {
    text-decoration: none;
    color: black;
    display: block;
  }

  .blog_category {
    font-family: Compass Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
  }

  .heading-categories {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
  }

  .overlay .closebtn {
    position: absolute;
    top: 75px;
    right: 26px;
    width: 18px;
    height: 18px;
  }

  .category-heading-h2{
    font-size: 1em;
    display: inherit;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
  }

  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
