h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "abril_textbold", 'Times', 'Times New Roman', serif;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    letter-spacing: normal;
    line-height: 1.3;
    font-weight: normal;
}

h1.margin-small,
h2.margin-small,
h3.margin-small,
h4.margin-small,
h5.margin-small,
h6.margin-small {
    margin-bottom: 0.15em;
}

h1.page-title {
    font-size: 4rem;
    margin-bottom: 0.75em;
    line-height: 1;
}

@media all and (min-width: 1200px) {
    h1.page-title {
        font-size: 5rem;
    }
}

body.section-user h1.page-title,
h2,
.h2 {
    font-size: 3.6rem;
}

h2.larger {
    font-size: 4rem;
}

h3,
.h3 {
    font-size: 3rem;
    text-transform: none;
}

h4,
.h4 {
    padding-top: 0;
    font-size: 2rem;
}

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

h2.upper-small,
h3.upper-small,
h4.upper-small,
h5.upper-small,
h6.upper-small {
    font-size: 2rem;
    text-transform: uppercase;
}

h2.sans-upper-small,
h3.sans-upper-small,
h4.sans-upper-small,
h5.sans-upper-small,
h6.sans-upper-small {
    font-size: 1.85rem;
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

h1.margin-half,
h2.margin-half,
h3.margin-half,
.h3.margin-half,
h4.margin-half,
h5.margin-half,
h6.margin-half {
    margin-bottom: 0.25em;
}

h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong {
    font-weight: bold;
}

h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    display: inline;
}

body.section-user h1,
body.section-users h1,
form h2 {
    color:#D85849;
    text-align: center;
}

body.page-civicrm-contribute h1 {
    color:#171415;
    text-align: left;
}

form h2.normalize {
    text-align: left;
    color:#171415;
}

h2.block-title {
    text-align: left;
    padding-top: 0;
}

@media all and (min-width: 1200px) {
    body.page-node-type-component-page h2.block-title,
    body.page-topics h2.block-title {
        font-size: 5.6rem;
    }
}

.title--centred h2.block-title {
    text-align: center;
    margin-bottom: 1.5em;
}

@media all and (min-width: 1100px) {
    body.page-node-type-component-page h2:not(.heading--minor) {
        font-size: 5.6rem;
    }
}

.heading--minor,
h2.heading--minor,
h3.heading--minor,
h4.heading--minor {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    margin-bottom: 0.15em;
    letter-spacing: 3px;
}

span.heading--eyelash {
    display: block;
    font-size: 0.5em;
    letter-spacing: 3px;
}

h1 span.heading--eyelash {
    font-size: 3rem;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

h2.inverse-bar {
    background-color: #171415;
    color: white;
    border-radius: 8px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 10px 25px;
    margin-bottom: 0;
}

h2.lined--grey {
    text-align: center;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.lined--grey:before,
h2.lined--grey:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #BBBBBB;
}

h2.lined--grey:before {
    margin-right: 20px;
}

h2.lined--grey:after {
    margin-left: 20px;
}

@media all and (min-width: 1200px) {
    h2.lined--grey {
        font-size: 6.4rem;
    }
}

.section-travel h2.block-title {
    text-align: center;
    font-variant: small-caps;
}

@media all and (min-width: 900px) {
    .section-travel h2.block-title {
        font-size: 4.8rem;
    }
}

.section-travel h2.block-title + p.intro-text {
    margin-top: -20px;
}

@media all and (min-width: 600px) {
    .section-travel h2.block-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-travel h2.block-title:before,
    .section-travel h2.block-title:after {
        content: '';
        width: 100px;
        height: 2px;
        background-color: #D9D9D9;
        margin-top: 0.3em;
    }
}