h1 {
	font-family: 'Arapey', serif;
	text-align: center;
	font-size:100px;
	margin-top:0px;
}

body {
	background-color:#333;
	color:white;
}



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

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

.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;
}

.flashline {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size:15px;
	text-transform: uppercase;
	margin: 0 auto;
	color:#999;
	text-decoration: underline red;
	}

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

img.mobOn {
	display:none;
}

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

.main-copy{
	font-size:1.6em;
	line-height:2.0em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}

.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);*/
}

.centered-light{
	text-align:center;
	font-weight:100;
	margin:1.0em auto 3.0em;
		
}

a {
	color:red;
}

.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;
}

.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: 600px) {
	img.fullOn {
		display:none;
	}
	img.mobOn {
		display:block;
	}
	h1 {
		font-size:70px;
	}
	
	.chart {
	  	width: 100%;
    	height: 100vh;
    	background: #fff;
    	padding: 100px;
    	box-sizing: border-box;
    	object-fit: cover;
    	padding:0;
    	
	}
    .rightcol {
	 	position:fixed;
    	width: 100%;
    	height: auto;
    	left: 0;
    	top:-50%;
    	z-index: -1;
    	-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}
	
	.rc1{}
	
	.rc2{}
	
	.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) {...}

/* 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) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}