/* Typography
----------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
}
.site-name {
  font-family: 'Raleway', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.50;
  color: #333333;
  background-color: #ffffff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: #1fab92;
}
.text-colored {
  color: #1fab92;
}
a {
  color: #1fab92;
}
a:hover {
  color: #1fab92;
}
a:focus,
a:active {
  outline: none;
}
.large {
  font-size: 18px;
}