/*
# $Id$
# Copyright (c) 2017 Stanley Dundee.  All rights reserved.
# adapted Mon Oct  9 09:41:10 EDT 2017 by Stanley Dundee
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900|Source+Serif+Pro:400,700');

html {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	color: rgba(0,0,0,.8);
	font-size: medium;
	background-color: #fff;
	/*width: 36em;*/
	/*per feed-adept...*/
	font-family: 'Source Serif Pro', serif;
	margin: 4em 2em;
}

div.header ul {
	margin: 0 0 4em 0 ;
	font-size: 150% ;
}

div.header li {
	list-style-type: none;
	display: inline ;
}

div.header li + li:before {
	content: " | " ;
	padding: 0 1em ;
}

/* dubious, too general a tag... */
.segment{
	max-width: 40em;
	margin: 1rem auto;
}

.major-section{
	background-color: rgb(250, 250, 250);
	width: 100%;
	max-width: 44em;
	padding: 2em;
	margin: 2em -2em;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#img.center {
#	display: block;
#	margin-left: auto;
#	margin-right: auto;
#}

.section{
}

.segment p{
	line-height: 1.58;
	margin-bottom: 1.58em;
	margin-top: .79em;
}

.abstract {
	/* padding-left: 2em; */
	margin: 1em ;
	font-size: 1.1em;
}

.listing-line {
	margin: 1em ;
}

.caption {
	font-size: .9em;
}

blockquote {
	/* padding-left: 2em; */
	margin-top: 1em ;
	font-size: .9em;
}

h1,
h2,
h3,
h4,
h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-bottom: 1.58em;
	margin-top: 0;

}

h1{
	font-size: 24px;
}

em{
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 840px) {

	body{
		margin: 8em 2em;
		font-size: 21px;
 	}
	
	
	h1{
		font-size: 42px;
	}
}
