/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	margin-top: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
/* Headings */
.pageHeader,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
h1, .pageHeader {
  font-size: 2.3rem;
  line-height: 2.3rem;
  margin-top: 0;
	margin-bottom: 1rem;
}
h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
/* Tables */
table {
  margin-bottom: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug a the block above you */
.hug {
  margin-top: 0;
}

/* Print Styling ================================================== */ 

@media print {
 
    * { background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;}
	
	p, h2, h3 {orphans: 3; /* http://css-tricks.com/almanac/properties/o/orphans/ */
    widows: 3;  /* http://css-tricks.com/almanac/properties/w/widows/ */ }
	
	h2, h3 {page-break-after: avoid; }
}
