/* 
font-family: trajan-pro-3,serif;
font-weight: 400;
font-style: normal;


font-family: trajan-pro-3, serif;
font-weight: 200;
font-style: normal;
 */

body {background-color: black;margin:0px;}

.full-width {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	max-width: 100%
}

h1 {
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size:48px;
	margin-top:0px;
	height:1px;
	opacity:1;
	position:absolute;
	left:0;
	top:-600px;
}

.header_text {
	margin: 20px auto 20px auto;
}

.share-icons {
	text-align: center;
}

.narrative-item {
/* 
	min-height: 900px;
	width:45%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
 */
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



textblock{
	width: 100%;
    padding: 5% 30%;
    font-kerning: normal;
    letter-spacing: .5px;
    line-height: 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.6em;
    position: relative;
    flex-wrap: wrap;
    opacity:0.1;
}

inneritem{
	width:75%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
	font-size:2.4em;
	position:relative;
}

icongroup {
	width:100%;
	color:#fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	padding:5%;
}

icongroup img {
	width:148px;
	height:auto;
}

maintitle {
	width:100vw;
	color:#fff;
	height:100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
	font-size:2.4em;
	text-align:center;
}

.linea {
	font-size:200%;
}

.lineb {
	font-size:100%;
	line-height: 89%;
}

.linec {
	font-size:136%;
}
.lined {
	font-size:293%;
	line-height: 89%;
}

scrollhint{
	position:absolute;
	width:100vw;
	top:90vh;
	margin: 0px auto;
	text-align:center;
	color:#ccc;
	font-size:50%;
	
}

flashline {
	/* opacity:0; */
	text-align: center;
	font-size:15px;
	text-transform: uppercase;
	margin: 0 auto;
	color:#ccc;
	width:100%;
	display:inline-block;
}

fullname {
/* 	opacity:0; */
	font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-size: 3.6em;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
}

dateage{
	opacity:0.1;
	display: flex;
	flex-direction: row;
	padding-bottom: 4.0rem;
}

age {
/* 	opacity:0; */
	width: 25%;
	text-align:center;
	display:inline-block;
	margin-left: 25%;
}

datatext{
/* 	opacity:0; */
	width:100%;
	display:inline-block;
}

dod {
/* 	opacity:0; */
	width: 75%;
	text-align:center;
	display:inline-block;
	margin-right: 25%;
}

quote {
	opacity:0.1;
	/* width:100%; */
}

attribution {
	opacity:0.1;
	text-align:right;
	color:#999;
}

quoteblock {
/* 	opacity:0; */
	margin-bottom:4.0rem;
	display: flex;
	flex-direction: column;
}

note {
	opacity:0.1;
	margin-bottom:4.0rem;
}

articlelink {
	opacity:0.1;
	border-left: 4.0rem solid #ffcac0;
	padding-left:4.0rem;
}

.fixedimg {
	top:0px;
	left:0px;
	position:fixed;
	/* 
filter: grayscale(100%);
	opacity:0.25;
 */
  	background-color: #cccccc; /* Used if the image is unavailable */
  	width: 100vw;
  	height: 100vh; /* You must set a specified height */
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

fixedimage {	
	z-index:-10;
	/* background-image: url("../images/bookStreet.jpg"); */ /* The image used */
}

fixedimage2 {	
	z-index:-11;
	opacity:0;
	/* background-image: url("../images/trafalgar.jpg"); */ /* The image used */
}

.share-icons {
	text-align: center;
}

a {
	color:#ffcac0;
}

a:hover {
	color:#ccc;
	text-decoration: underline dotted #444;
}

a:visited {
	color:#d8aba3;
}

.animate-up{
	animation: fade-up-str 2s ease-in forwards;
}

@keyframes fade-up-str {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.animate-bg-image{
	animation: image-fade 3s ease-in forwards;
}

@keyframes image-fade {
	0%{
		opacity: 1;
/* 		scale:1; */
		filter: grayscale(0%);
	}
	100%{
		opacity: 0.25;
		filter: grayscale(100%);
/* 		scale:0.8; */
	}
}

.animate-bg-image-full{
	animation: image-fade-full 1.5s ease-in forwards;
}

.animate-bg-image-full2{
	animation: image-fade-full2 1.5s ease-in forwards;
}

@keyframes image-fade-full {
	0%{
		opacity: 0;
		filter: grayscale(0%);
	}
	100%{
		opacity: 1;
		filter: grayscale(0%);
	}
	
}

@keyframes image-fade-full2 {
	0%{
		opacity: 1;
		filter: grayscale(0%);
	}	
	100%{
		opacity: 0.25;
		filter: grayscale(100%);
/* 		scale:0.8; */
	}

}

.animate-right {
	position:relative;
	animation: fade-from-right 2s ease-in forwards;
}

.animate-right-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-right 2.5s ease-in forwards;
}

.animate-right-even-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-right 3s ease-in forwards;
}


.animate-left{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-left 2s ease-in forwards;
}

.animate-left-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-left 2.5s ease-in forwards;
}

.animate-left-even-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-left 3s ease-in forwards;
}

.animate-bottom{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-bottom 2s ease-in forwards;
}

.animate-bottom-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-bottom 2.5s ease-in forwards;
}

.animate-bottom-even-slower{
/* 	visibility:visible; */
	position:relative;
	animation: fade-from-bottom 3s ease-in forwards;
}

.animate-scroll-hint {
	animation: fade-from-bottom-scrollhint 3s ease-in forwards;
}

.animate-out{
	position:relative;
	animation: fade-out 1s ease-in forwards;
}

.animate-out-img{
	animation: fade-out-img 4s ease-in forwards;
}


@keyframes fade-out{
	0%{
		opacity: 1;
/* 		scale:1; */
	}
	100%{
		opacity: 0;
/* 		scale:0.8; */
	}
}

@keyframes fade-out-img{
	0%{
		opacity: 0.25;
/* 		scale:1; */
	}
	100%{
		opacity: 0;
/* 		scale:0.8; */
	}
}

@keyframes fade-from-right{
	0%{
		opacity:0.1;
		left:10%;
	}
	100%{
		opacity: 1;
		left:0%;
	}
}

@keyframes fade-from-left{
	0%{
		opacity:0.1;
		right:10%;
	}
	100%{
		opacity: 1;
		right:0%;
	}
}

@keyframes fade-from-bottom{
	0%{
		opacity: 0;
		top:10%;
	}
	100%{
		opacity: 1;
		top:0%;
	}
}

@keyframes fade-from-bottom-scrollhint{
	0%{
		opacity: 0;
		top:95vh;
	}
	100%{
		opacity: 1;
		top:90vh;
	}
}

@keyframes fade-from-right-slower{
	0%{
		opacity: 0;
		
	}
	25%{
		opacity: 0;
		visibility:visible;
	}
	50%{
		opacity: 0;
		visibility:visible;
	}
	100%{
		opacity: 1;
		visibility:visible;
	}
}









.header_image {
	object-fit: cover;
	width:100%
}

img.mobOn {
	display:none;
}

img {
	width:100%;
	height:auto;
}

.body_text {
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	line-height: 1.8;
	color:#fff;
	
	text-shadow: 3px 0px 7px rgba(0,0,0,0.4), 
	  -3px 0px 7px rgba(0,0,0,0.4), 
	  0px 4px 7px rgba(0,0,0,0.4);
	
	/*
	text-shadow:
        0.05em 0 rgba(0,0,0,0.4),
        0 0.05em rgba(0,0,0,0.4),
        -0.05em 0 rgba(0,0,0,0.4),
        0 -0.05em rgba(0,0,0,0.4),
        -0.05em -0.05em rgba(0,0,0,0.4),
        -0.05em 0.05em rgba(0,0,0,0.4),
        0.05em -0.05em rgba(0,0,0,0.4),
        0.05em 0.05em rgba(0,0,0,0.4);*/
}

.fab {
	padding: 10px;
	font-size: 25px;
}

.large-icon {
	font-size:72px;
	color:#ccc;
}

.intro {
	text-align: justify;
	text-justify: inter-word;
}
.fa {
	padding:20px 10px 0px 10px;
}



.spacer {
	min-height:30px;
}
.parent {
	display: flex;
	

}	
.narrative{
	width:100%;
	
}

.narrative-item {
/* 
	min-height: 900px;
	width:45%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
 */
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.narrative-item.right {
	margin-left:50%;
}

.narrative-item.left {
	margin-left:0;
}

.narrative-item.center {
	margin-left:25%;
}

.narrative-item:last-of-type{
	min-height: 600px;
}
/*
.narrative-item:first-of-type{
	min-height: 10px;
}
*/


h2{
	font-family: 'Arapey', serif;
	font-size:30px;
}

.sticky{
	position: -webkit-sticky;
  	position: sticky;
  	/*top:0;*/
}

.tchunk{
	opacity: 0.1;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

.rightcol {
   position:fixed;
    	min-width: 105vw;
    	min-height: 105vh;
    	left: -2.5vw;
    	top:0;
    	z-index: -1;
    	opacity:0;
    	-webkit-transition: opacity 2s ease-in-out;
		-moz-transition: opacity 2s ease-in-out;
		-o-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
}

.active {
	opacity: 1;
}

.opaque{
	opacity: 1;
	
}

.chart {
	  	width: 100%;
    	height: 100vh;
    	background: #fff;
    	padding: 100px;
    	box-sizing: border-box;
    	object-fit: cover;
    	padding:0;
    	
	}
.chart_inner{
	position: relative;
	
}
img.img1 {
	
}

img.img2 {
	
}

img.chartimage{
	position:absolute;
	left:-2.5%;
	object-fit: cover;
	/*max-width:900px;*/
}

img.transparent {
	/*opacity: 0;*/
}

.transparent{
	opacity: 0;
}

.last_stuff {
	width:100%;
	padding:20px;
}

.footer {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	padding: 10px 20px 10px 20px;
	border-top:.5px dotted red;
}          

.footer-left {
	float:left;
	color:#333;
}

.footer-right {
	float:right;
	color:#333;
}
          
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 320px) {
	maintitle{
		font-size:2.0em;
	}
}

@media only screen and (max-width: 600px) {
	/* 
.fullOn {
		display:none;
	}
	.mobOn {
		display:block;
	}
 */
	h1 {
		font-size:70px;
	}
	
	textblock{
		padding:5% 8%;
		font-size: 1.3em;
	}
	
	fullname {
		font-size: 1.7em;
	}
	
	inneritem {
		font-size: 1.3em;
		width:90%;
	}
	
	age{
		margin-left:5%;
	}
	
	dod{
		margin-right:5%;
	}
	
	scrollhint{
		top:80vh;
	
	}
	
	@keyframes fade-from-bottom-scrollhint{
	0%{
		opacity: 0;
		top:85vh;
	}
	100%{
		opacity: 1;
		top:80vh;
	}
}
	
	.narrative {
		width: 100%;
	}
	
	/* 
.narrative-item {
		min-height: 1500px;
	}
 */
	.narrative-item p.body_text {
		background-color: rgba(255, 255, 255, 0.92);
		padding:10px;
		margin:0;
		
	}
	.narrative-item h2 {
		background-color: rgba(255, 255, 255, 0.92);
		padding:10px;
		margin:0;
		border-top:1px solid red;
	}
	.narrative-item:first-of-type{
		min-height: 300px;
	}
	.narrative-item:last-of-type{
		min-height: 300px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/* 
.fullOn {
		display:block;
	}
	.mobOn {
		display:none;
	}
 */
	fullname {
		font-size:2.0em;
	}
	inneritem {
		font-size:1.7em;
		width:90%;
	}
	textblock{
    	padding:5% 8%;
    	font-size: 1.6em;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	fullname {
		font-size:2.4em;
	}
	inneritem {
		width:75%;
	}
	textblock{
    	padding: 5% 30%;
    	font-size: 1.6em;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	fullname {
		font-size:3.6em;
	}
	inneritem {
		font-size:2.4em;
	}
	maintitle{
		font-size:3.2em;
	}
}