html {
	cursor: none;
	width: 100%;
	height: 100%;
}

body {

	margin: 7% 0px 0px 10%;

}

li, a, p, h1, h2, pre {
	color:white;
	font-size: 22px;
	font-family: 'Source Code Pro', courier;
	text-decoration: none;
	line-height: 150%;
	letter-spacing: 0.5px;
}


li.selected {
	background:#CCCCCC;
	margin-left: 50px;
	box-shadow: 0px 0px 10px #CCCCCC;
	} 

li {
	list-style-type: none;
}

p, li, h1, h2, h3, a, pre {
	font-smooth: never;
	text-shadow: 0px 0px 4px #FFFFFF;
	-webkit-text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;
    -moz-text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;
    text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;
}

p.navtext {
	font-variant: small-caps;
}

div {
}

.background {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0004ff+13,0004ff+89,000000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #0004ff 13%, #0004ff 89%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#0004ff 13%,#0004ff 89%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#0004ff 13%,#0004ff 89%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	width: 100vw;
	height: 100vh;
	z-index: -100000;
	position: fixed;
	top: 0px;
	left: 0px;
}

.pagelayer	{
	z-index: 0;
}

.stripe {
	width: 100vw;
	height: 100vh;
	z-index: 999;
	top: 0px;
	position: fixed;
	left: 0px;
	opacity: 0.075;
	margin: 0px;
	padding: 0px;
	pointer-events: none;
	background-image: url("background.png");
}

.stripesingle{
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 0px 2px #000000;
}

/* chapters */

.abstract {
	display: none;
}

.display {
	display: block!important;
}

ul {
    padding-left:0;
} 

p.Thesistext {
	letter-spacing: 70px;

}



#block0, #block1, #block2, #block3, #theater, canvas{
	position: fixed;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}

#block0 {
	z-index: -7000;
}

#block1 {
	z-index: -6999;
}

#block2 {
	z-index: -6998;
}

#block3 {
	z-index: -6997;
		}

#theater {
	z-index: -6995;
	background: navy;
	opacity: 1;
	 top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    display: none;
}

::-webkit-scrollbar { 
    display: none;
}

.confirm_selection {
    
}

@keyframes glow {
    to {
        color: yellow;
    }
}

.Title {
	text-decoration: underline;
}

.Title2 {
	text-decoration: underline;
	text-align: left;
	text-transform: uppercase;

	/*font-variant: small-caps;*/
}

.navigation {

	position: fixed;
	z-index: 0;
	padding: 20px;
	bottom:20px;
	right:40px;
}

.navigation p{

	display: inline;
}

.imagebox {
	position: absolute;
	background-image: url('img/background2.png');
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 103px 15px rgba(0,251,255,0.68);
	-moz-box-shadow: 0px 0px 103px 15px rgba(0,251,255,0.68);
	box-shadow: 0px 0px 103px 15px rgba(0,251,255,0.68);
	display: none;
	opacity: 0.84;
}

.imagebox p {
	position: relative;
	margin-left:22px;
}

img {
	mix-blend-mode: overlay;
	height:400px;
	opacity: 1;
}



@media screen {

div.print {

		display: none;
	}

}

@media print { 

	div:not(.print) {
		display: none;

	}

	div.print {
		display: inline;

	}

	.Pprint {
		page-break-after: always; 
		page-break-inside: avoid; 
		-webkit-region-break-inside: avoid;
	}

	.Hprint {
			font-size: 20px;
			font-family: 'Source Code Pro', courier;


	}

	div.print p {
		color:black;
		font-size: 12px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-decoration: none;
		line-height: 150%;
		text-shadow: none;
		margin-left: 7%;
		margin-right: 15%;
	}
}



@media only screen and (max-width: 1500px) {
    
    	.Thesistext {
			width:60%;
			margin-bottom: 800px;

		}
		
		.mobilebutton, .mobileinfo {

			display: none;

		}
}

@media only screen and (min-width: 1500px) {
    
    	.Thesistext {
			width:1000px;
			margin-bottom: 800px;
		}

		.mobilebutton, .mobileinfo {

			display: none;

		}

}

@media only screen and (max-width: 1100px) {
    
    	div.pagelayer {			
			display: none;
		}

		div.navigation {
			display: none;
		}

		html{
			cursor: pointer;
		}
		
		.mobileinfo {

			display: block;
			position: fixed;
			z-index: 0;
			padding: 20px;
			top:0px;
			left:0px;
			background-color: black;			
		}

		.mobileinfo p {

			font-size: 12px;

		}

		.mobilebutton {

			display: block;
			position: fixed;
			z-index: 0;
			padding: 0;
			bottom:10px;
			right:10px;

		}

		/*.button {
			color:white;
			font-size: 22px;
			font-family: 'Source Code Pro', courier;
			text-decoration: none;
			line-height: 150%;
			letter-spacing: 0.5px;
		}*/

		div.mobileinfo p, button{

			color:white;
			font-family: 'Source Code Pro', courier;
			text-decoration: none;
			line-height: 150%;
			letter-spacing: 0.5px;
			font-smooth: never;
			text-shadow: 0px 0px 4px #FFFFFF;
			-webkit-text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;
    		-moz-text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;
			text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000;

		}

		button {
			background-color: gray;
			border-radius: 12px;
			font-size: 22px;

		}


}



