body {position: relative; overflow: hidden;}
.hide {display: none ! important;}
.show {
	display: flex ! important;
}
.full {
	width: 100%;
	min-height: 100vh;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
#screen0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #ffffff;
}
#screen1 {
	/*background: url(img/moscow_mausoleum_old.jpg) no-repeat center center fixed;
	background-size: cover;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.screen1 {
	background: url(../img/fields.jpg) no-repeat center center fixed;
	background-size: cover;
}
#screen2 {
	background: url(../img/ticonderoga.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
#screen3 {
	background: url(../img/school-hall.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
#screen4 {
	background: url(../img/leaves.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 13;
}
#screen5 {
	background: url(../img/train.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14;
}
#screen6 {
	background: url(../img/leg-bruises.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
#screen7 {
	background: url(../img/shop-class.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16;
}
#screen8 {
	background: url(../img/car-lift.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 17;
}
#screen9 {
	background: url(../img/schoolbus.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 18;
}
#screen10 {
	background: url(../img/vietnam-memorial.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19;
}
#screen11 {
	background: url(../img/flower-child.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#screen12 {
	background: url(../img/storefronts2.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
}
#screen13 {
	background: url(../img/patient-door.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
}
#screen14 {
	background: url(../img/nurse-hands.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 23;
}
#screen15 {
	background: url(../img/face-dk.jpg) no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 24;
}
#screen16 {
	background: url() no-repeat center center fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
}
#black1, #black3, #black4, #black6, #black8, #black9, #black11, #black12, #black14, #black15 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #000000;
}
#white0, #white2, #white5, #white7, #white10, #white13, #white16 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
}
.para {
	width: 54%;
	z-index: 5;
}
.para-center {
	width: 54%;
	z-index: 5;
	text-align: center ! important;
}
.big-sans {
	font-family: 'Crimson Text', serif; 
	font-weight: 800;
	font-size: 3rem; 
	line-height: 4rem;
}
.regular-sans {
	font-family: 'Crimson Text', serif; 
	font-weight: 800;
	font-size: 2rem;
	line-height: 3.4rem;
}
.small-sans {
	font-family: 'Crimson Text', serif; 
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem;
}
.title-sans {
	font-family: 'Crimson Text', serif; 
	font-weight: 800;
	font-size: 5rem ! important; 
	line-height: 5rem;
	color: #7b2e00 ! important;
}
.font-white {color: #ffffff;}
.font-black {color: #383838;}
.font-gray {color: #5f78ac ! important;}
.highlight {
	background-color: rgb(0,0,0,.3);
	padding: 20px 10px;
	border-radius: 24px;
}
.next {
	position: fixed;
	right: -110px;
	top: 80%;
	max-width: 60px;
	max-height: 60px;
	padding: 16px;
	background-color: rgb(0,0,0,.4);
	border-radius: 90px;
	z-index: 9999;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.next:hover {
	/*box-shadow: 0 1px 3px;*/
	right: 30px;
	top: 79%;
	max-width: 70px;
	max-height: 70px;
	background-color: rgb(0,0,0,.7);
	/*background-color: rgb(153,201,220,.6);*/
}
.fit {
	width: 100%;
	height: 100%;
	object-fit: contain ! important;
}
.para a {
	text-decoration: none;
	color: #5f78ac;
}
.para a:hover {
	text-decoration: underline;
}
.spacer {padding-top: 30px;}

#progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 6px;
	z-index: 100;
}
#bar {
	background-color: #99c9dc; /* 48b1e1*/
	width: 6vw;
	height: 100%;
}
#preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto; 
	border: 0px solid #000000;
}