@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i|PT+Serif:400,400i');

body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FEFEFE;
}


body {
	overflow: hidden;
}

#body_wrapper {
	z-index: 100;
	width: 40%;
	position: absolute;
	right: 0px;
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;	
}

#header {
	cursor: default;
	padding-top: 50px;
	width: 100%;
	padding: 10px;
	margin-bottom: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#title {
	font-size: 2.5em;
	font-family: 'PT Serif', serif;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #004c72;
}

#subtitle {
	font-size: 1.2em;	
	font-family: 'PT Serif', serif;
	font-style: italic;
}

.subheader {
	font-size: 2.5em;
	font-family: 'PT Serif', serif;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #004c72;
	cursor: default;

}


.frame {
	width: 100%;
	flex: 1 0;
	padding: 10px;
	margin-bottom: 500px;
	font-family: 'Amiri','PT Serif',serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}

.text {
	line-height: 1.4em;
	text-align: justify;
	font-size: 1.3em;
	color: #333;
	margin: 0px 0px 25px 0px;
	cursor: default;
}

.excerpt_quote {
	padding-left: 25px;
    padding-right: 25px;
    font-size: 0.8em;
    color: #666666;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;	
}

.excerpt_text {
	font-family: 'PT Serif', serif;
	pointer-events: none;
}

.reference_label {
	font-family: 'Amiri','PT Serif',serif;
	font-size: 1.0em;
	fill: #666666;
	dominant-baseline: alphabetical;
	cursor: default;
	pointer-events: none;
}

.point_label {
	font-family: 'Amiri','PT Serif',serif;
	font-size: 0.9em;
	fill: #666666;
	dominant-baseline: alphabetical;
	font-style: italic;
	cursor: default;
	pointer-events: none;
}

.tag_label {
	font-family: 'Amiri','PT Serif',serif;
	font-size: 1.8em;
	fill: #666666;
	font-style: italic;
	dominant-baseline: alphabetical;
	text-anchor: start;
	cursor: default;
	pointer-events: none;
	
}

.token_label {
	font-family: 'Amiri','PT Serif',serif;
	font-size: 1.2em;
	fill: #666666;
	dominant-baseline: alphabetical;
	cursor: default;
	pointer-events: none;
	
}

text.shadow {
    stroke: white;
    stroke-width: 3.5px;
    opacity: 0.9;
	pointer-events: none;    
}

.cir {
	pointer-events: visiblePainted;
}


.quote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.quote_text {
	font-family: 'PT Serif', serif;
	font-size: 0.7em;
	color: #AAA;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	

}

#frame_container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#vis_container {
	z-index: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.bottom_spacer {
	height: 2000px;
	flex: 1 0 auto;
}

a:link, a:visited {
	text-decoration: none;
	color: steelblue;
}

a:hover {
	text-decoration: underline;
}