strong {
	font-weight: bold;
}
figure {
    width: 100%;
    background-image: url(cover.webp);
   	-webkit-background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    /*background-attachment: scroll;
	background-size: 100% 100%;*/
	background-attachment: fixed; 
	background-size: cover;
}
figure img {
	display: none;
}
nav {
	font-family: "jaf-facitweb", sans-serif;	
	font-size: 16px; 
	padding: 20px 0;
	text-align: center;
	background-color: black;
}
nav li {
	display: inline;
}
nav ul li {
	color: white;
	padding: 0 20px 0 0;
}
nav ul li a {
	color: white;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav#authors {
	background-color: black;
}
nav#authors ul li a {
	color: white;
	text-decoration: none;
}
nav#authors ul li a:hover {
	text-decoration: underline;
}
nav.clone {
    position: fixed;
    top: 0;
    width: 100%;
	background-position: black;
}
nav#authors.anchor {
    visibility: hidden;
}
em {
	font-style: italic;
}
h1 {
	font: 92px  "lobster",sans-serif;
	padding: 0 40px;
}
h1 a {
	text-decoration: none;
	color: white;
}
h1 a:hover {
	color: black;
}
h3 {
	font-family: "jaf-facitweb", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	text-align: left;
	line-height: 30px;
	margin: -5px 0 20px 0; 
}
h3 span, h3 em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
}
p +  h3 {
	margin-top: 67px;
}
h4 {
	font-family: "lobster", sans-serif;	
	font-size: 18px;
	color: #999;
	margin: 0 0 40px 0;
}
h5 {
	font-family: "jaf-facitweb", sans-serif;
	font-size: 14px;
	color: #555;	
	text-transform: uppercase;
}
h6 {
	font-family:  "jaf-facitweb", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #555;
	margin-top: 30px;
}
p {
	font-size: 17px;
	line-height: 26px;
	margin: 0 0 15px 0;
}
p.conner {
	padding-left: 40px;
	margin-top: 67px;
}
p.conner-first {
	margin-top: 15px;
	padding-left: 40px;
}
.justify {
	text-align: justify;
}
ol {
	font-size: 17px;
	line-height: 25px;
	margin: 15px 0 15px 20px;
}
ol li {
	list-style-type: decimal;
}
p.center {
	text-align: center;
}
blockquote {
	padding-left: 40px;
}
.bio {
	font-family:  "jaf-facitweb", sans-serif;
	font-size: 14px;
	margin-top: 40px;
	color: #999999;	
	text-align: left;	
}
figcaption {
	display: none;
}
.bio a, article a {
	color: #000;		
	text-decoration: underline;
}
.bio a:hover, article a:hover {
	text-decoration: none;
}
body {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-family: "calluna",serif;		
}
header {
}
nav li {
	display: inline;
}
nav ul li a {
	color: white; 
	text-decoration: none;
	padding: 0 20px 0 0;
}
nav ul li a:hover {
	text-decoration: underline;
}
aside {
	width: 320px;
	float: left;
	padding-left: 40px;
	color: #000;	
	text-decoration: none;
	font-size: 19px;
}
article {
	width: 560px;
	float: left;
	padding-left: 40px;
}
article p {
	text-align: justify;
}
nav + section {
	padding-top: 80px;
}
section {
	clear: both;
	padding: 80px 0 0 0;
	overflow: auto;
}
footer {
   	background-color: #f5f5f5;
	color: #000;
}
footer section {
	margin: 40px 0;
	padding: 0;
}
footer article {
	margin-top: -5px;
}
footer + section {
	padding-bottom: 40px;
}
footer h1 a {
	color: white;
	padding-bottom: 20px;
	margin-top: -28px;
	display: block;
}
footer h1 a:hover {
	color: white;
}
small a {
	color: #fff;		
	text-decoration: underline;
}
small a:hover {
	text-decoration: none;
}
small {
	display: block;
	color: white;
	background-color: black;
	margin: 0;
	padding: 0 0 0 40px;
	font-family: "jaf-facitweb", sans-serif;	
	font-size: 14px; 	
	height: 29px;
	padding-top: 10px;
}
/*@media all and (max-width: 960px) {
 article {
   box-sizing: border-box;
   width: 100%;
   padding: 0 40px;
 }
 h1 { font-size: 50px; }
}
@media all and (min-width: 768px) {
figure {
   background-attachment: fixed;
   background-size: cover;
}*/
@media only screen and (max-device-width : 768px) and (orientation : portrait) { 
	figure h1 {
		position: absolute;
		top: 0;
		/*background-color: rgba(0,0,0,.25);*/
		width: 100%;
		box-sizing: border-box;
		padding: 10px 40px;
		font-size: 36px;
	}
		figure img {
		display: block;
		max-width: 100%;
	}
		nav#authors {
		display: none;
	}
	aside {
		width: auto;
		float: none;
		padding: 20px 40px;
		color: #fff;
		background-color: #666;
	}
	article {
		width: auto;
		float: none;
		padding: 40px;
	}
	nav + section { padding: 0; }
	aside h5 { color: #fff; }
}