/* 

Native American Flute Tool Page
Custom Css

*/



.tool-hero.is-custom {
color:#111;
  background-image: url("naf-hero-3.jpg");
  background-size: cover;
  background-position: center center; /* 👈 stick to the top */
  background-repeat: no-repeat;
}

.tool-series-name.is-custom{
font-weight:300;
}

.hero-cta-pill{
background-color:#333;

}

.hero-cta-pill:hover{
background-color:#444;
color:var(--main-color);
}