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

  Licensed under GPL and MIT.
*/

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

body {
  background-color: #fefefe; /* white background */
  color: #0e0e0e; /* black text */
  font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}

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

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

p {
  font-size: 1.5em;
  font-weight: lighter;
  line-height: 1.3em;
  letter-spacing: 0;
}

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

h1 {
  color: #0e0e0e;
  font-size: 3.2em;
  text-shadow: 0px 1px 0px #cccccc;
  font-weight: normal;
  letter-spacing: -1px;

}

h2 {
  font-size: 2.4em;
  font-weight: lighter;
  letter-spacing: 0;
  line-height: 1.2em;
}

h3 {
  color: inherit;
  text-shadow: 0px 1px 0px #0e0e0e;
  font-size: 1.8em;
  letter-spacing: -1px;
  font-weight:bold;
  padding: 5% 0 0 0;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;

}

h6 {
  font-size: 15px;

}

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

ol {
  list-style: decimal;
}

ul {
  list-style: none;
}


dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

p {
  letter-spacing: 0;
}