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

    /* h1 */

main .banners .bannersText .h1 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    white-space: nowrap; }

    @media (max-width: 600px) {
        main .banners .bannersText .h1 {
          font-size: 37px;
          line-height: 40px; }
        }
      
      @media (max-width: 480px) {
        main .banners .bannersText .h1 {
          font-size: 30px;
          line-height: 36px; }
        }
      
      @media (max-width: 320px) {
        main .banners .bannersText .h1 {
          font-size: 26px;
          line-height: 32px; }
        }

        /* h2 */
.h2,
.h3 {
    orphans: 3;
    widows: 3; }

.h2,
.h3 {
    page-break-after: avoid; }

main section .contactForms .contactTitle .h2 {
    font-weight: 200;
    font-size: 30px;
    line-height: 33px; }

main section.pageSection .textContent .h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #efa123; }

    /* h3 */

section .cardArea .customCard .textCard .h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #efa123;
    letter-spacing: 1px;
    text-transform: uppercase; }

    /* h4 */

section .staffCarousel .carouselItems div .carouselText .h4-carouselTitle,
section .staffCarousel .carouselItems div .carouselText small {
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 300;
    color: #e59824; }