 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#9c224f
#e05959
#ffffff
#aea2e8
#171e3b
*/

.np-homepage-hero-content {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-column: repeat(2,1fr) ;
    gap: 30px
}
.np-header {
    height: 75px;
}
.np-header-desktop-nav {
    flex-direction: row;
}
.hidden {
    display: none;
}
.np-subpage-container {
    padding: 20px 5% 184px 5%;
}
.np-sub-navigation {
    margin-bottom: 0;
}
.page-intro {
    background: #FFF3E2;
}
.intro-wrapper  {
    width: 100%;
  padding: 40px 5%;
  display: flex;
  gap: 20px;
}

.np-catalog-header {
    width: 100%;
}


.np-header-logo {
    flex-grow: 0;
  }
  
  .np-header-content ul {
    padding-left: 0;
  }
  .np-header-content h1 {
    padding-left: 40px;
    margin-bottom: 30px;
  }

  .footer-container {
    padding: 60px 4%;
    background: #fff;
  }
  .custom-footer {
    width: 100%;
    margin: auto;
    max-width: 1362px;
  }
  .custom-footer ul {
    display: flex;
    padding: 0px;
    justify-content: center;
  }
  .custom-footer-top {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
  }
  .footer-link {
    color: #5c6175;
    text-decoration: none;
  }
  
  .footer-link:hover {
    color: #c1386a;
  }
  
  .custom-footer ul li {
    display: flex;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .custom-footer a {
    font-size: 0.75rem;
    color: #5c6175;
    text-decoration: none;
  }
  .custom-footer a:hover {
    color: #c1386a;
  }
  @media screen and (max-width: 768px) {
    .custom-footer {
      width: 90%;
      margin: auto;
    }
    .custom-footer ul {
      flex-direction: column;
    }
    .custom-footer ul li {
      padding-bottom: 1rem;
    }
  }