/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-weight: 400;
}
h1 {
  font-size: 36px;
   font-weight: 300;
   margin-top: 25px;
}

h2 {
  font-size: 28px;
  font-weight: 300;
}

h3 {
  font-size: 22px;
  font-weight: 300;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
