﻿body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  /*font-family: $font-family-raleway;*/
}

h1,
h2 {
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h3,
h4 {
  line-height: 1.3;
  margin-bottom: 0.8em;
}

h1 {
  font-size: 30px;
  letter-spacing: -2px;
}

h2 {
  font-size: 28px;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 1em;
}

h4 {
  font-size: 20px;
  margin-bottom: 1em;
}

h5 {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #337ab7;
}
a:hover {
  color: #23527c;
}

p {
  margin-bottom: 0.5em;
}
