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

  Licensed under GPL and MIT.
*/

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

html{
	font-size: 100%;
	} 

body {
	font-size: 16px;
	line-height:24px;
	font-family:'Proxima Nova Light', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	}

strong {
	font-family:'Proxima Nova Semibold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	}

#wrap {
	}

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

.mr-thin {
	font-family:'Proxima Nova Thin', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	}

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

h1 {
	font-family:'Proxima Nova Bold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 80px;
	}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 1.429em;
}

h4 {
  font-size: 1.286em;
}

h5 {
  font-size: 1.143em;
}

h6 {
  font-size: 1.071em;
}

/* `Links
----------------------------------------------------------------------------------------------------*/

a, a:visited {
	color: #ff0074;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}

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