.typography body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	color: #027474;
	background-color: #ffffff;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

.typography h1,
.h1,
.typography h2,
.h2,
.typography h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.typography h4,
.h4,
.typography h5,
.h5,
.typography h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.typography h1,
.h1 {
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 40px;
}
.typography h2,
.h2 {
  font-size: 45px;
}
.typography h3,
.h3 {
  font-size: 24px;
}
.typography h4,
.h4 {
  font-size: 18px;
}
.typography h5,
.h5 {
  font-size: 14px;
}
.typography h6,
.h6 {
  font-size: 12px;
}
.typography p {
	margin: 0 0 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
}
