/**
All heading
*/
h1,h2,h3,h4,h5,h6{
	line-height: 1;	
    font-family: 'kingsbridgesb';
    color: #00955f;
    text-transform: uppercase;
}
h1{
	font-size: 70px;
}
h2{
	font-size:60px ;
}
h3{
	font-size: 52px;
}
h4{
	font-size: 41.03px;
}
h5{
	font-size: 36px;
}

h6{
	font-size: 20px;
}
