@media only screen and (max-width: 767px) {

  h1 {
    font-size: 1.7em;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.7em;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.2em;
    line-height: 1.2;
  }
  h5 {
    font-size: 1em;
    line-height: 1.3;
  }
  h6 {
    font-size: 1em;
    line-height: 1.1;
  }

.home-banner {
  max-width:80%;
}
.custom h1 {
  font-size:1.8em;
}
.custom h1 {
  font-size:1.4em;
}
.custom h3 {
  font-size:1.2em;
}
.custom h4 {
  font-size:1.1em;
}

}
