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

  Licensed under GPL and MIT.
*/

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

body {
  font-family: "Droid Sans", arial, serif;
  font-size: 16px;
  color: #031634;
}

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

p {
    line-height: 1.4em;
}

p.action {
	line-height: .8em;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Arvo", arial, serif;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    line-height: 1;
    font-variant:normal;
    white-space:normal;
    letter-spacing: -.5px;
    color: #033649;
    color:#272727;
    margin-bottom:10px;
}
h1 {
    font-size:34px;
    line-height:38px;
}
h2 {
    font-size:28px;
    line-height:33px;
}
h3 {
    font-size:24px;
    line-height:29px;
}
h4 {
    font-size:20px;
    line-height:25px;
}
h5 {
    font-size:16px;
    line-height:21px;
}
h6 {
    font-size:14px;
    line-height:17px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

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