/* @override http://plutodevstation.com/lemons/templates/24hoursoflemons/css/text.css */
@font-face {
    font-family: 'agencyfbregular';
    src: url('../fonts/agencyfb_black-webfont.eot');
    src: url('../fonts/agencyfb_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agencyfb_black-webfont.woff') format('woff'),
         url('../fonts/agencyfb_black-webfont.ttf') format('truetype'),
         url('../fonts/agencyfb_black-webfont.svg#agencyfbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_rust_sansblack';
    src: url('../fonts/nexarustsans_black-webfont.eot');
    src: url('../fonts/nexarustsans_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexarustsans_black-webfont.woff2') format('woff2'),
         url('../fonts/nexarustsans_black-webfont.woff') format('woff'),
         url('../fonts/nexarustsans_black-webfont.ttf') format('truetype'),
         url('../fonts/nexarustsans_black-webfont.svg#nexa_rust_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@media screen {


body {
  font: 14px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

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

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

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

h1 {
	font: 25px 'agencyfbregular';
}

h2 {
  font-size: 23px 'agencyfbregular';
}

h3 {
  font-size: 21px 'agencyfbregular';
}

h4 {
  font-size: 19px 'agencyfbregular';
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

.big-heading {
	font: 36px "league-gothic";
}

.sub-heading {
	font-size: 18px;
	font-weight: bold;
}

.red-hilite {
	color: red;
	font-weight: bold;
}

}