@font-face {
  font-family: 'iso';
  src: url('/static/fonts/iso/ISOv0.6-Regular.eot');
  src: url('/static/fonts/iso/ISOv0.6-Regular.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/iso/ISOv0.6-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iso';
  src: url('/static/fonts/iso/ISOv0.6-Bold.eot');
  src: url('/static/fonts/iso/ISOv0.6-Bold.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/iso/ISOv0.6-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'iso';
  src: url('/static/fonts/iso/ISOv0.6-Black.eot');
  src: url('/static/fonts/iso/ISOv0.6-Black.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/iso/ISOv0.6-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'iso';
  src: url('/static/fonts/iso/ISOv0.6-Thin.eot');
  src: url('/static/fonts/iso/ISOv0.6-Thin.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/iso/ISOv0.6-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

html, body {
	font-size:11px;
}

* {
	font-family:"iso";
	font-size:1em;
	line-height:1.4em;
}

::selection {
	background: black;
	color:#ddd7ff;
	opacity: 1;
}

#header {
	font-size:1.3em;
}

#header h1 {
	/*font-family:"gooper";*/
	text-transform: uppercase;
	font-size:1.5em;
	line-height: 1em;
	margin:0;
	/*border: 1px solid black;*/
	background: black;
	color:#ddd7ff;
	padding: 11px 13px 7px;
}
#header #nav a {
	color:black;
	text-decoration: none;
}
#header #nav a.active {
	color:black;
	text-decoration: underline;
}

#main a {
	color:black;
	word-break: break-word;
}
.post {
	font-size:1.3em;
	padding-top:1.5em;
}
.big {
	font-size:1.5em;

}
.extra-lead {
	margin-top:2em;
}

.post p {
	margin:0 0 1.5rem 0;
}
.emphasis p:last-child {
	margin:0;
}
.post p + h1{
	margin:0.5em 0 1em 0;
}
.post p + h2{
	margin:0.5em 0 1em 0;
}
.post > *:first-child {
	margin-top: 0 !important;
}
#main h1 {
	break-after: avoid;
	margin:0 0 1em 0;
}
#main a.noline{
	text-decoration: none;
}
#main h2 + h1 {
	margin-top:-1em;
}
#main h2 {
	font-weight:normal;
	text-decoration: underline;
	break-after: avoid;
	margin:0 0 1em 0;
}
#main h3 {
	font-weight:normal;
	text-decoration: underline;
	break-after: avoid;
	margin:1em 0 1em 0;
}
#main pre {
	white-space:pre-wrap;
    border-left:1px dashed black;
    word-break: break-word;
    padding:0 0 0 1.5em;
}
#main ul {
	list-style: none;
	padding:0;
	margin:0 0 1em 0;
}
#main ul li {
	margin: 0 0 0.5em 1.5em;
	position: relative;
}
#main ul li:before {
  content: "•";
  position: absolute;
  left:-1.5em;
}
@media print {
	html, body {
		font-size:9px;
	}	
	#header h1 {
		color:black;
		padding:0;
		background: unset;
		margin-bottom:25pt;
	}
	#header h1:before {
		color:black;
		content:'INTERACTIVE 2 / ';
	}
}

@media only screen 
	and (max-device-width: 667px) {
	
	.big {
		font-size:1.25em;
	}
}