* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-variant: common-lig-values;
	background-color: #FFDFEF;
	overflow-x:hidden;
	overflow-y:hidden;
}

p, li, a {
	font-family: Helvetica, 'Yantramanav', sans-serif;
}

a {
	color:#000;
	text-decoration: none;
	cursor: pointer;
}

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

/*rabbit*/


#rabbit img {
	width:40px;
	height:auto;
}

#rabbit {
	position:absolute;
	right: 10vw;
	top: 15vh;
	z-index: 999;
}

/* title */

#title {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 9999;
}

#title a {
	margin: 0;
	font-size: 18pt;
	text-decoration: none;
}

#title a:hover {
	color:red;
}



/* About box */



#info {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 1000;
}

#info p {
	margin: 0;
	padding:0;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#close {
	display: none;
	z-index: 300;
}

p#close {color: red; }

#infobox {
	display: none;
	position: absolute;
	width: 20vw;
	height: 100vh;
	right: 0;
	z-index: 999;
	overflow: hidden;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 24px 13px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 24px 13px rgba(255,255,255,1);
	box-shadow: 0px 0px 24px 13px rgba(255,255,255,1);
}

#infobox p {
	margin: 0;
	font-size: 10pt;
	color:black;
}

#infoboxtext {
	position: absolute;
	padding:20px;
	padding-top: 50px;
	bottom: 5vh;
	overflow: scroll;
}

/*	quotes */


img {margin-top: -120px;}

.quotecontain {
	width: 100vw;
	overflow: scroll !important;
}


#hoveron {
	opacity:1;
	z-index: 999;
}

.quote {
	width:47vw;
	display: block;
	float:left;
	margin-left: 2vw;
	padding-top: 20vh;
	padding-bottom: 5vh;
	padding-right: 1vw;
	height:100vh;
	overflow: scroll;
	overflow-x:hidden;
}

.quoteright {
	width:47vw;
	display: block;
	float: left;
	right: 0vw;
	padding-top: 40vh;
	padding-bottom: 5vh;
	margin-left: 3vw;
	left:20vw;
	height:100vh;
	overflow: scroll;
	overflow-x:hidden;
}


.quoteright p {
	margin-top: -3vh;
	margin-bottom: 10vh;
	font-size: 30pt;
	z-index: 10;
	text-align: right;
	padding-right: 2vw;
}

.quote p {
	margin-top: -3vh;
	margin-bottom: 10vh;
	font-size: 30pt;
	z-index: 10;/*
	text-align: center;*/
}

p#indic {
	font-size: 12pt;
	margin-bottom: 3vh;}

.word {
	opacity:0;
	margin-left: -130px;
}


.author {
	opacity:0;
	display: inherit;
	font-size: 10pt;
	margin-top: 10px;
	cursor: default;
}




