h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #7e0926;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.theatre_page_title {
    margin: 0 auto 50px;
    text-align: center;
}

h2,
.entry-title,
.entry-title > a {
    color: #7e0926;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;
}

.spectacl-online-title,
.theatre-post-customization > li > a,
ul.wp-block-latest-posts > li > a:nth-child(1),
.entry-title,
.entry-title > a {
    text-transform: uppercase;
    font-weight: 800;
}

.spectacl-online-title,
.testcms-menu-downlinks > li > a,
.theatre-post-customization > li > a,
ul.wp-block-latest-posts > li > a:nth-child(1),
.entry-title,
.entry-title > a {
    padding: 20px 0;
}


h3.entry-title {
    font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .theatre_page_title {
        margin: 0 auto 20px;
    }
}