@font-face { 
	font-family:n27;
	src:url(n27-regular.68539059.woff2) format("woff2"),url(n27-regular.b46544d8.woff) format("woff");font-weight:600;font-style:normal;
	}
	
body {
	max-width:40em;
	margin:0 auto;
	padding:20px;
	font-family:Arial, Helvetica, san-serif;
	font-size:20px;
	line-height:30px;
	background-color:#000;
	color:#fff;
	}

header#hero, h1 {
	font-family:n27;
	font-weight:normal;
	font-style:normal;
	text-transform: uppercase;
	padding:10px 0 10px 0;
	}

h1,header#hero{
	line-height:1em;
}
h1 {
	font-size:1.4em
}


header#hero{
	margin-bottom:1em
	margin:0;
	
}
header#hero a{
	color:#fff;
}


a {
	text-decoration:none;
	color:#fff;
	overflow-wrap:break-word;
	word-wrap:break-word
}
a:visited {
	/* color:#666 !important;  */
	color:#fff;
}

a:hover{
	text-decoration:underline;
}

ul {
	list-style-type: decimal;
			
}


li {
	margin-bottom:1em;
	font-size:1.2em;
}


img{
	max-width:100%;
	display:block
	height:auto
}

section{
	margin-bottom:4em
}



@media screen and (max-width: 440px){
	header#hero {
		font-size:1.5em
	}
	div.presentation_summary img{
		display:block
	}
}
@media screen and (min-width: 440px){
	header#hero {
		font-size:2.5em
	}
	div.presentation_summary img{
		float:right
	}
}
