body { 
	font-family: Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	margin-top: 1em;
	margin-bottom: 1.5em; 
	margin-left: 1.5em; 
	margin-right: 1.5em;
	overflow-x: hidden;
}

a { 
	text-decoration: none;
}

article p  { 
	font-size: 1.25em;
	letter-spacing: 0.01em;
	font-weight: lighter;

	margin-left: 0.5em; 
	margin-right: 0.5em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

article p:not(.TextOpenStart)::first-letter {
	font-size: 1.2em;
	font-weight: bold;
}

.TextOpenStart {
	margin-top: 0;
}

.TextOpenEnd {
	margin-bottom: 0;
}

h1 {
	font-size: 1.56em;
	letter-spacing: 0.01em;
	font-weight: 400;
	font-variant: small-caps;
	float: left;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-top: 0px;
}
 
h2  {
	font-size: 1.13em;
	line-height: 1.13em;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 4px;
	margin-top: 16px;
}

main {
	display: block;
}

section {
	clear: both;
}

.PaperContainer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}

.vArrow {
	display: block;
	float: left;
	width: 75px;
	height: 1px;
}

.vArrow a {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
}

.vArrow a i {
    border-style: solid; 
    border-width: 0 30px 30px 0;
	border-radius: 10px;
    display: inline-block;
    padding: 3px;
	width: 50px;
	height: 50px;
}

.hArrow {
	display: none;
	height: 100px;
	text-align: center;
	width: 100%;
}

.hArrow a i {
    border-style: solid;
	border-width: 0 30px 30px 0;
	border-radius: 10px;
    display: inline-block;
	height: 50px;
	width: 50px;
}

.leftArrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);	
}

.rightArrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);	
}

.upArrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);	
	margin-top: 20px;
}

.downArrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);	
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.vArrow {
		display: none;
	}

	.hArrow {
		display: inline-block;
	}
	
	.PaperContainer {
		max-width: 800px;
	}
}

.Paper {
	display: block;
	float: left;
	width: 100%;
	max-width: 800px;
}

.SiteHead {
	text-align: center;
	margin-top: 40px;
}

.SiteHead IMG {
	max-width: 100%;
	height: auto;
}

.SiteHead > nav,
.SiteFoot > nav {
	display: block;
	text-align: right;
	font-size: 1em;
}

.ImgCap {
	display: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}

.pageNav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.13em;
}

.pageNumber {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.13em;
}

.ArticleHead {
	display: inline-block;
	width: 100%;
}

.ArticleHead > .starRating,
.ArticleHead > .starText {
	margin-top: 7px;
	float: right;
	height: 15px;
	line-height: 15px;
}

.ArticleHead > .starText {
	margin-top: 9px;
}

.ArticleHead > nav {
	margin-top: 6px;
	float: right;
	font-weight: bold;
}

.ArticleFoot {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 0.75em;
}

.ImgStack {
	position:relative;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;	
}

.ImgStack img {
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);	
	background-color: #FFFFFF;
}

.ImgFullWidth {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	left: calc(-50vw + 50%);
	padding: 0;
	border-width: 0;
	margin: 0px;
	line-height: 0;
}

.ImgFullWidth img {
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.ImgFullWidth figcaption {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 5px 0px 5px 0px;
	border-width: 0;
	margin: 0;
	display: inline-block;
	bottom: 0;
	text-align: center;
	color: #cccccc;
	line-height: normal;
 	/* calc (min-font-size px + (max-font-size - min-font-size) * (100vw - min_screen_width px) / (max_screen_width - min_screen_width) */
	font-size: calc(14px + (30 - 14) * (100vw - 400px) / (1980 - 400));
	font-weight: 300;
	letter-spacing: 0.01em;
	text-shadow: 0 0 3px #000000;
	background-color: rgba(0,0,0,0.5);
}

.Ifigure {
	display: table;
	width: 170px;
	height: 215px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 14px 14px 5px 14px;
}

.Ifigure > div {
	display: table-cell;
	vertical-align: middle;
}

.Ifigure > div > a > img {
	border: 0px solid #FFFFFF;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);	
}

.Ifigure > div > figcaption {
	margin-top: 5px;
	font-size: 14px;
}

.Iwidth {
	width: 150px;
	height: 100px;
}

.Iheight {
	width: 100px;
	height: 150px;
}

.Col25 {
	float: left;
	width: 25%;
}

.Col50 {
	float: left;
	width: 50%;
}

.Col75 {
	float: left;
	width: 75%;
}

.shariff {
	padding-top: 50px;
	display: none;
	width: 250px;
	text-align: center;
}

.shariff li {
	border-radius: 4px;
}

.gCaption {
	font-family: Calibri;
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
}