html {
    font-size: 100%;
}
body, p, a, li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
h1, h2, h1 a, h2 a {
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h1 a {
    font-weight: 700;
}
h2, h2 a {
	font-weight: 700;
}
h3, h4, h5, h6, h3 a {
    font-family: 'Source Sans Pro', sans-serif;
}
h3, h3 a {
    font-weight: 700;
    /* text-transform: uppercase;
    letter-spacing: 2px; */
}
b, strong {
    font-weight: 600;
}
h1 {
    font-size: calc(1.3rem + 1.6vw);
}
h2 {
    font-size: calc(1.3rem + 1.5vw);
}
h3 {
    font-size: calc(1.3rem + 1.1vw);
}
h4 {
    font-size: calc(1.3rem + .7vw);
}
h5 {
    font-size: calc(1.3rem + .4vw);
}
h6 {
    font-size: calc(1.3rem);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin-bottom: .35rem;
}
