﻿/* H1 */
.c-rte h1 {
    font-size: xxx-large;
}

/* Intro */
.c-rte .intro {
    font-size: x-large;
}

@media screen and (min-width: 61.25em) {
    .u-spacing--top {
        padding-top: 5rem;
    }
}

@media screen and (min-width: 46.25em) {
    .u-spacing--top {
        padding-top: 5rem;
    }
}

.u-spacing--top {
    font-family: Titillium Web, sans-serif;
    !important;
    padding-top: 5rem;
}


.umbraco-forms-hidden {
    display: none;
}
