/* @override http://eurosat.com/assets/css/text.css */

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

  Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 proxima-nova, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

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

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

h1 {
	font: 25px proxima-nova-soft;
	color: #3c3c3c;
}

h2 {
	font: 23px proxima-nova-soft;
	color: #3c3c3c;
}

h3 {
	font: 21px proxima-nova-soft;
	color: #3c3c3c;
}

h4 {
	font: 19px proxima-nova-soft;
	color: #3c3c3c;
}

h5 {
	font: 17px proxima-nova-soft;
	color: #3c3c3c;
}

h6 {
	font: 15px proxima-nova-soft;
	color: #3c3c3c;
}

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

ol {
  list-style: decimal;
	list-style-type: none;
}

ul {
  list-style: disc;
}

li {
	list-style-type: none;
}

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