h6boot, .h6boot, h5boot, .h5boot, h4boot, .h4boot, h3boot, .h3boot, h2boot, .h2boot, h1boot, .h1boot {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family:serif;
}
h1boot, .h1boot {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1boot, .h1boot {
    font-size: 2.5rem;
  }
}

h2boot, .h2boot {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2boot, .h2boot {
    font-size: 2rem;
  }
}

h3boot, .h3boot {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3boot, .h3boot {
    font-size: 1.75rem;
  }
}

h4boot, .h4boot {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4boot, .h4boot {
    font-size: 1.5rem;
  }
}

h5boot, .h5boot {
  font-size: 1.25rem;
}

h6boot, .h6boot {
  font-size: 1rem;
}