
/* F. CONIJN LIBRARY */



/* general */

* {
	box-sizing: border-box;
}

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

}

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

p, li, a {
	font-family: Helvetica, 'Yantramanav', sans-serif;
	font-size: 12pt;
	line-height: 18px;
}

img {
	width:100%;
}

video {
	width:100%;
}

a {
	color:#000 ;
}

i {
	color:red;
	font-style: normal;
}


/*RABBITS*/



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

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

#rabbit2 img {
	width:50px;
	height:auto;
}

#rabbit2 {
	position:absolute;
	right: 40vw;
	bottom: 40vh;
	z-index: 999;
}

#rabbit3 img {
	width:50px;
	height:auto;
}

#rabbit3 {
	position:absolute;
	right: 45vw;
	bottom: 5vh;
	z-index: 999;
}

#rabbit4 img {
	width:80px;
	height:auto;
}

#rabbit4 {
	position:absolute;
	left: 45vw;
	top: 5vh;
	z-index: 999;
}

#rabbit5 img {
	width:50px;
	height:auto;
}

#rabbit5 {
	position:absolute;
	right: 5vw;
	top: 25vh;
	z-index: 999;
}


/* title */

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

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



/* 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;
}



/* 

CONTENT PAGE

*/

.person {
	width: 100vw;
	height:100vh;
}


.grid {
 	float:left;
 	position: relative;
 	width:37vw;
 	height: 100vh;
 	overflow: scroll;
 	overflow-x:hidden;
 	background-color: white;
 	padding-bottom: 12vh;
 	-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);

}

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



/*	ARTICLES LEFT COLUMN */

.article {
	width:35vw ;
	margin:18px;
	padding:20px;
	padding-top: 10px;
	margin-bottom: 0px;

}




#titles {
	font-size:17pt;
	margin-bottom: 0px;
	line-height: 25px;
}

#sub {
	font-size:12pt;
	line-height: 20px;
	margin-bottom: 15px;
}

#cat {
	font-size:9pt;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: -15px;
}

p#edito {
	font-size: 20pt;
}



a.dropdown-link {
	text-decoration: none;
	margin-left: 31vw;
	font-size: 14pt;
}


/*	ARTICLE RIGHT COLUMN	*/



.dropdown-container {
	display: none;
	position: fixed;
	width: 48vw;
	height: 85vh;
	overflow: scroll;
	margin-left: 42vw;
	margin-top: 75px;
	top: 0;
	z-index: 900;
}



#text p {
	padding: 10px;
	line-height: 38px;
	font-size: 25pt;
	margin-bottom: 20px;
}

.dropdown-container#text {
	height: 100vh;
	margin-left: 42vw;
	margin-top: 0px;
	padding-top: 75px;
	padding-bottom: 75px;
}

p#linkcenter {
	text-align: center;
}

#period {
	font-size: 25pt;
}

/*SCROLL STUFF*/

a.scrolltil {
	cursor: pointer ;
}

p#scroll {
	position:fixed;
	z-index: 999999;
	margin-left: 39vw;
	margin-top: 2vh;
	text-align: center;
}

.underline {
	text-decoration: underline;
}



/*SCROLLSPY STUFF*/

  ul.nav-pills {
      top: 0px;
      margin-left: 37vw;
      position: fixed;
  }

li > a {
	line-height: 0;
	margin-bottom: -4px;
	text-align: center;}

  div.col-sm-9 div {
      height: 0px;
      background-color: #FFDFEF;
      font-size: 28px;
      width:20vw;
      margin-left:-20vw;
  }


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: red;
  background-color: transparent;
/*  font-style: italic;
*/
}

.panel-primary > .panel-heading .badge {
  color: black;
  background-color: #FFDFEF;
}

a {
  color: black;
  text-decoration: none;
}

a:hover,
a:focus {
  color: red;
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/*.col-sm-9 {
	width:35vw !important;
}*/



/* the end */
