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

/* @group Base */

html {
  font-size: 62.5%; /* set base font size to 10px; */
}
body {
  font: 14px/1.5 "Avenir Next", Helvetica, Arial, sans-serif;
}

/* @end */

/* @group Headings */

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

/* @end */

/* @group Links */

a {
  text-decoration: underline;
}

a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #0050a3;
  text-decoration: underline;
}

/* @end */

/* `Other
----------------------------------------------------------------------------------------------------*/

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

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


/* `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;
}


/* @end */

section p, section ol, section ul {
  color: #808080;
  font-weight: normal;
}

/* @end */
