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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 'Helvetica Neue', Arial, sans-serif;
}

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

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

h1, .h1 {
  font-size: 25px;
}

h2, .h2 {
  font-size: 17px;
  letter-spacing: 2px;
  color:#b51f24;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif; 
  margin:0 0 3px;
}

h3, .h3 {
  font-size: 21px;
}

h4,.h4 {
  font-size: 19px;
}

h5, h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
fieldset,
figure {
margin-bottom: 20px;
}

blockquote, pre {color:#231f20; font-size: 1.8em; ;line-height: 1.5em; font-family: 'Muli', sans-serif; margin:0 0 20px 0; padding:0; font-weight: 300; letter-spacing: 1px;}