p,h1,h2,h3,h4,h5,h6{
    color: var(--forest);
    font-family: Proxima Nova;

}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.5rem;
    margin-top: 0rem;
}

h1{
    font-size: clamp(1.8rem, 5vw ,2.2rem);
}

h2{

}

h3{

}

h4{

}
p{
    font-size: clamp(1rem, 4vw ,1.3rem);
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

p a{
    color: var(--link-colour);
}

p a:hover{
	text-decoration: none;
    color: var(--link-colour);
}

.txt-stone a:hover{
	text-decoration: none;
    color: var(--stone);
}

:not(nav) > ul li{
    margin-bottom: 1rem;
}
:not(nav) > ul li ul li{
    margin-bottom: .5rem;
}

a.btn{
    padding:1rem 1.5rem;
    border-radius: 1.5rem;
    text-decoration: none;
}

a.btn:hover {
    text-decoration: underline;
}

a.btn.white{
    background-color: var(--stone);
    color: var(--forest);
}

/* ------------------------------ Custom */

.txt-centred *, .txt-centred{
    text-align: center;
}

.intro-quote{
    /*margin-top:3rem;*/
    margin-bottom:3rem;
    font-family: Qafientola;

}

.txt-stone *{
    color: var(--stone);
}

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.hero-banner h3 {
	font-size: 2em;
}

.txt-small {
	font-size:1em;
}

ul.norm-list {
	    font-size: clamp(1rem, 4vw ,1.3rem);
    margin: 0 0 1.5rem;
    line-height: 1.5;
}
