/******************* 
Title
*******************/
.title {
  margin: 20px 0 15px; }

/*******************
Headings
*******************/
h1, 
h2,
h3,
h4,
h5,
h6 {
	color: #073452;
   font-family: "eloquent-jf-pro"!important;

  }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400; }

h6 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400; }

