html,
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif !important;
}

.page-title {
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.page-subheading,
.page-subheading a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
	text-align: center;
}

.page-subheading a {
    text-decoration: underline !important;
}

.page-subheading ul,
.page-subheading ul li {
    color: #333;
    list-style-type: none;
    padding-left:0;
    margin-left:0;
}

h2 {
    font-size: 2rem;
    color: #111;
    margin: 0 0 1.5rem 0;
}

/* Text */
p {
    font-size: 1rem;
    color: #777;
    margin: 1rem 0 1.5rem 0;
    font-family: 'Open Sans', sans-serif;
}

ul {
    color: #777;
    font-family: 'Open Sans', sans-serif;
}

/* Colours */
.text-white {
    color: #fff;
}

/* Text positioning */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Links */
a {
    color: #ba2025;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

a:visited {
    color: inherit;
}

@media (max-width: 960px) {
    .page-subheading,
    .page-subheading a {
        font-size: 1rem;
        max-width: 90%;
    }
}
