<link rel="stylesheet" href="timeline.css">

@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'DIN 2014';
	src: url('../fonts/dpt55.otf') format('opentype'),
	font-weight: normal;
	font-style: normal;
}


html {
	height:100%;
	overflow:hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body {
	background-color: black;
	color:white;
	font-family: 'DIN 2014', Helvetica, Arial, sans-serif;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}

img, a{
	-moz-user-select: none;
 	-khtml-user-select: none;
  	-webkit-user-select: none;
  	user-select: none;
	-moz-user-drag: none;
  	-khtml-user-drag: none;
  	-webkit-user-drag: none;
	user-drag: none; 
	
}

h1, h2, h3, h4, h5{
	font-family: 'DIN 2014', Helvetica, Arial, sans-serif;
	font-weight:lighter;
}

h2{
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
	`margin:2;
}

p{
	color:#837c72;
	background: #fff;
	padding:40px;
	border: thick solid #ffb91d;
}

a:link {color: #fff; text-decoration: none; }
a:active {color: #fff; text-decoration: none; }
a:visited {color: #fff; text-decoration: none; }
a:hover {color: #fff; text-decoration: none; }

.vjs-default-skin .vjs-fullscreen-control { display: none; }

.fancyvideo{
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
overflow: hidden;
}

#loading{
	position: absolute;
	width:100%;
	height:100%;
	background: #000;
	vertical-align: middle;
	z-index: 1000;
	text-align: center;
}

#loading h1{
	margin-top: 25%;
}
#loading h4{
	margin: auto;
}

#wrapper{
	height: 100%;
	white-space:nowrap;
	overflow: hidden !important;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0;
	/*-webkit-overflow-scrolling: touch;*/
}

#bg{
	position:absolute;
	overflow: hidden !important;
	width:100%;
	height: 100%;
	background-image:url(Media/bg/CentennialBG2.jpg);
	color:#000;
	z-index: -2000;
/*	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(0.5);*/
}

#timeline{
	overflow: hidden !important;
}

#timeline-bar{
	position:absolute;
	align-content: center;
	bottom:10%;
		width: 100%;
	height: 0.1%;
	overflow: hidden;
}


hr {
	color: #fff;
	background-color: #fff;
	overflow: hidden;

}

.vertical-line{
	border: thin solid #fff;
	display: block;
	text-align: center;
	margin: 10px auto;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.time_marker_class {
	display:inline-block;
	position:absolute;
	top:80%;
	text-align: center;
	z-index: 1;
	/*right:50%; */
	overflow: hidden;
}	

.time_marker_class h4{
	margin:0;
	overflow: hidden;
}	

#touch-text{
	left:3%;
	top:3%;
	width:10%;
	font-size: 16pt;
	position:absolute;
}

#slider{
	left:85%;
	top:5%;
	width:10%;
	position:absolute;
}

@media only screen and (max-width: 768px) {
	#slider{
		left:75%;
		top:5%;
		width:20%;
		position:absolute;
	}
}
.major_node_class{
	display:inline-block;
	position:absolute;
	bottom:12%;
	text-align: center;
	z-index: 1;
	/*right:50%; */
	vertical-align: bottom;
	overflow: hidden;
}	

.major_node_class h1, h2{
	text-transform: uppercase;
	font-weight: lighter;
	font-kerning: auto;
	line-height: 1.1em;
	z-index: 20;
	overflow: hidden;
}

.major_node_class h3{
	font-weight:lighter;
	margin: 0;
	overflow: hidden;
}

.major_node_class img{
	width:50px;
	-moz-user-select: none;
 	-khtml-user-select: none;
  	-webkit-user-select: none;
  	user-select: none;
  	-khtml-user-drag: none;
  	-webkit-user-drag: none;
	user-drag: none;
	overflow: hidden;
}

.minor_node_class{
	display:inline-block;
	position:absolute;
	bottom:12%;
	text-align: center;
	z-index: 1;
	/*right:50%; */
	vertical-align: bottom;
	overflow: hidden;
}	

.minor_node_class h2{
	font-weight:lighter;
	text-transform: uppercase;
	overflow: hidden;
}

.minor_node_class h3{
	font-kerning: auto;
	font-weight:lighter;
	margin: 0;
	overflow: hidden;
}

.major_node_content_class{
	display:inline-block;
	position:fixed;
	text-align:center;
	/*background: #000;*/
	align-content: center;
	/*overflow: hidden;*/
	top:100%;
	left:10%;
	width:80%;
	height:95%;
	margin: 0px auto;
	z-index: 10;
}

.major_node_content_class header{
	height:10%;
}

.major_node_content_class h1{
	margin: 2%;
	text-transform: uppercase;
	font-size: 30pt;
	white-space:normal;
	text-align: center;
}

@media only screen and (max-width: 768px) {
    .major_node_content_class h1{
		font-size: 18pt;
	}
}
.content-wrapper{
	height:85%;
	overflow-y:scroll;
	overflow-x:none;
}
.content-wrapper-short{
	height: auto;
	overflow: hidden;
}

.content-box{
	margin: 0px auto;
	padding:1% 0.5%;
	user-drag: none; 
	-webkit-user-drag: none;
}

.content-box img{
	width:100%;
	object-fit:scale-down;
	margin: 0px;
}
.content-box p{
	font-size: 16pt;
	margin:0px;
	white-space:normal;
	text-align: justify;
}

@media only screen and (max-width: 768px) {
    .content-box p{
		text-align: left;
		padding:15px;
	}
}

.content-box video{
	user-drag: none; 
	-webkit-user-drag: none;
}

#content-bg{
	background: #000;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index: 0;
}
#background-wrapper{
	height:100%;
	width:100%;
	position: absolute;
	overflow: hidden !important;
	z-index -10;
}

.background{ 
	display:inline-block;
	position: absolute;
	text-align: center;
	width:100%;
	height:100%;
	vertical-align: middle;
	margin:0;
	z-index: -5;
	overflow: hidden !important;
}

.background img {
	display:inline-block;
	position: absolute;
	text-align: center;
	/*height:100%;*/
	top:50%;
	transform: translateY(-50%);
	vertical-align: middle;
	overflow: hidden !important;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
/*	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-opacity:0.5f;*/
}

::-webkit-.content-box scrollbar {
    width: 0px;
}

#autoslidedummy{
	display:none;
}

