﻿/*ensure H1s in masthead are styled as per h2*/
.main-masthead h1 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
}

/*this needs to come before the main CSS file so that it will work*/
.h1-title-text {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 700;
}

.text-rich-text .h1-title-text {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {

    .h1-title-text {
        font-size: 2.5rem;
    }
}