body{
	margin: 0;
	text-align: center;
	min-height: 100%;
	height: auto;
	/*overflow: scroll;*/
}
::selection{
	background: #f00;
	color: #C00;
	}

.whitext{
	margin: 100px 20% 0 20%;
	color: #fff;
	font-size: 25px;
}

.coloredText1{
	margin-top: 100px;
	color: #777700;
	font-size: 70px;
	font-weight: 700;
}

a{
	cursor: default;
	color: #777700;
}

a:hover{
	color: #DDDD00;
}

.pseudoa{
	color: #777700;
}

.pseudoa:hover{
	color: #DDDD00;
}

.coloredText2{
	margin: 100px 20% 0 20%;
	color: #333333;
	font-size: 20px;
}

.coloredText3{
	color: #2A0;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.coloredText3#p101{
	color: #C0CA33;
	font-size: 15px;
}

.coloredText3#p102{
	color: #FFB300;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.coloredText3#p103{
	color: #6D4C41;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.coloredText3#p104{
	color: #00695C;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.coloredText3#p105{
	color: #E57373;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.coloredText3#p106{
	color: #43A047;
	/*font-family: Vivaldi;*/
	font-size: 15px;
}

.sidebarArea{
	float: left;
	width: 17%;
	min-height: 20%;
	text-align: center;
}

.coloredText4{
	float: left;
	display: inline-block;
	margin: 25px 1% 25px 1%;
	color: #FFF;
	width: 64%;
	/*font-family: Vivaldi;*/
	font-size: 20px;
}

.coloredText5{
	display: inline-block;
	margin: 25px 1% 25px 1%;
	color: #FFF;
	width: 64%;
	/*font-family: Vivaldi;*/
	font-size: 20px;
}

.horizontalBar{
	background-color: #F93;
	width: auto;
	height: 2px;
	margin: 10px;
}

.topBar {
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}

.top {
	float: left;
	color: #999;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: 300;
	cursor: pointer;
}

.top-selected {
	color: #ccc;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: 300;
}


.imagewrapper{
	display: inline-block;
	text-align: center;
	width: 100%;
	
}

.loader{
	display: inline-block;
	position: relative;
}

.imagebox{
	position: absolute;
	z-index: 1;
	animation-duration: 10s;
	animation-name: delayedload;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	animation-timing-function: steps(20, end);
}


@keyframes delayedload{
	0% {
		height: 0;
	}
	30%{
		height: 0;
	}
	100%{
		height: 100%;
	}
}

.popUpWrapper{
	position: fixed;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: auto;
	width: auto;
	min-height: 100%;
	background: #000;
	opacity: 30%;
	z-index: 1000;
	overflow: hidden;
}

.popUpBox{
	max-width: 390px;
	min-height: 500px;
	width: calc(100% - 48px);
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	position: fixed;
	top: 20%;
	left: 50%;
	background: #FFF;
	-webkit-transform: translateX(-50%);
	z-index: 1001;
}

.clsbtn{
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	/*cursor: pointer;*/
	text-align: center;
	z-index: 1;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

.imgarea{
	max-height: 350px;
	overflow: hidden;
}

.indexbutton{
	border: none;
	float: left;
	margin: 30 50 30 50;
	padding: 0;
	width: 250px;
	height: 80px;
	background: #5d88BB;
	padding: 0 0 0 0;
	font-size: 50px;
	color: #BB6969;
	font-weight: 700;
}

/*
.indexbutton:hover{
	outline: 10px white;
	border: 3px solid yellow;
	background: darkred;
}*/

/*
.indexbutton:focus{
	outline: 10px white;
	border: 3px solid yellow;
	background: darkred;
}
*/

.p1button{
	border: none;
	float: left;
	margin: 30 50 30 50;
	padding: 0;
	width: 250px;
	height: 50px;
	background: #5d88BB;
	padding: 0 0 0 0;
	font-size: 25px;
	color: #BB6969;
	font-weight: 700;
	pointer-events : none;
}

.p1button:focus{
	/*outline: 10px white;*/
	border: 3px solid yellow;
	/*background: darkred;*/
}

.p1sbb{
	border: none;
	/*float: left;*/
	display: inline-block;
	overflow: clip;
	margin: 20;
	width: 80%;
	min-width: 50px;
	height: 50px;
	background-color: #FFF;
}

.p1sbb:focus{
	/*outline: 10px white;*/
	border: 3px solid yellow;
	/*background: darkred;*/
}

.p3childpar{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	max-width: 100%;
	max-height: 300px;
	font-size: 2vw;
}

.p3childpar#mixed2{
	top: -55vw;
}

.p3childpar#mixed3{
	top: 26vw;
}

.p3childpar#mixed4{
	top: 26vw;
}

.p3childpar#mixed5{
	top: 0vw;
}

button#hint{
	border: 0;
	height: 40px;
	width: 80px;
	background-color: #FFF;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	/*cursor: pointer;*/
}

button#sbtn{
	border: 0;
	height: 40px;
	min-width: 80px;
	background-color: #5d88BB;
	color: #BB6969;
	font-size: 25px;
	font-weight: 700;
	/*cursor: pointer;*/
}


@media screen and (min-width: 800px){
	.p3childpar{
		font-size: 20px;
	}
	
	.p3childpar#mixed2{
	top: -530px;
	}

	.p3childpar#mixed3{
		top: 230px;
	}

	.p3childpar#mixed4{
		top: 230px;
	}

	.p3childpar#mixed5{
		top: -40px;
	}
}
