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

#ffffff
#aa0061
#940155
#ffffff
#00b5e2
#ffffff
*/


.montserrat-normal {
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
 }

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


@media screen and (min-width: 768px) {
   .np-homepage-hero .np-homepage-headline {
       font-size: 2rem;
   }
}


@media screen and (min-width: 768px) {
   .np-header-search-icon {
       color: #315470;
   }

   .np-header-search-input:not(.np-header-font-background-color) {
      background: #315470;
      opacity: 0.25;
   }

   .np-header-search-input:not(.np-header-font-background-color):focus {
      border-color: #315470;
  }
}