.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1, h2, h1 a, h2 a {
    font-family: 'Oxygen', serif;
}
h1, h1 a,
h2.feature-title {
font-size: 2.1rem;
color: #213F9A;
text-transform: uppercase;
  margin: 1em 0 1em 0;
}
h2 {
font-size: 1.5rem;
margin: 2.5rem 0;
}
@media all and (min-width: 20em) {
  h1, h1 a,
  h2.feature-title {
	font-size: 2.1rem;
	color: #213F9A;
	background: url(images/h1-50.png) top left no-repeat;
	padding-left: 70px;
	text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
}
@media all and (min-width: 48em) {
  h1, h1 a,
  h2.feature-title {
	height: 50px;
	}
}
h2.feature-title.reverse {
color: #ffffff;
margin-top: 0;
}
h2, h2 a {
	font-weight: 300;
    }
h3, h4, h5, h6, h3 a {
    font-family: 'Oxygen', serif;
}
h3, h3 a {
    font-weight: 300;
    text-transform: uppercase;
    }
body, p, a, li {
    font-family: 'Oxygen', serif;
    font-weight: 400;
}
