/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/
:root {
	--color: rgba(176,170,162,1);
	--color5: rgba(176,170,162,0.5);
	--bg: rgba(255, 255, 255, 1);
	--margin: 36px; 
}

html {
overflow-x: hidden;
overflow-y: scroll;
}

body {
font-size: 16px;
font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
background: var(--bg);
color: var(--color);
line-height: 1.4em;
}

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	color:#B0AAA2;
	font-family:"TradeGothic",arial,helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	padding-top:4px;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: var(--color); }
a:visited { text-decoration: none; color: var(--color5); }
a:hover { text-decoration: none; color: #B3EE3A; }
a:active { text-decoration: none; }
a img { border: none; opacity: 1; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 16px;  margin-bottom: 2em; font-weight: normal; margin-top: 54px; }
h1 a { color: var(--color); }
h2 { font-size: 16px;  margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 16px;  margin-bottom: 1em; }
h4 { font-size: 16px;  margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { margin-bottom: 1em; max-width: 800px; /* line-height: 1.3em; */ }

#index .top {  }
#index .top { display: flex; justify-content: space-between; flex-wrap: nowrap; }
#index .top .toggle-hold { display: none; }
#index nav { overflow-y: visible; height: auto; }
#index .bot { position: fixed; left: var(--margin); bottom: var(--margin); width: 250px; }
#index .bot p { margin-bottom: 0; width: auto; }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #f3ffc1; color: var(--color); }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#wrapper { min-height: 100vh; min-width: 100vw; }
#index { width: 300px; background: transparent; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 300px; }
#exhibit .top { display: none; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ font-weight: 600; color: var(--color); }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: normal; }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: normal; color: #FF0066; }

li.active a:before { /* content: '_'; */ }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:visited {  }
#index a:hover { opacity: 0.5; } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:visited {  }
#exhibit a:hover { text-decoration: none; } 
#exhibit a:active {  } 
/* nicer underlines */
/*
#exhibit p a:link { text-decoration: none; border-bottom: 1px solid var(--color); }
#exhibit p a:hover { text-decoration: none; border-bottom: 0; }
#exhibit p a:link img { text-decoration: none; border-bottom: 0; }
*/

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: var(--margin); } 

/* this is where you pad them separately */
#index .container {  }
#exhibit .container { min-height: 90vh; }
#exhibit p { color:#6D6255; }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { /* font-size: 0.7em; font-style: italic; line-height: 1.2em; */ }
.caption { /* font-size: 0.7em; font-style: italic; line-height: 1.2em; */ }

/* background image */
#background
{
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}

#index ul#section_6 li a#section_link_6 {  
	display: block;
	border-bottom:1px dotted #BBBBBB;
	color:#6D6255;
	font-weight:normal;
	letter-spacing:0;
	margin-bottom:5px;
	padding-bottom:5px;
	width:133px;
	cursor: none;
}

@media only screen and (max-width: 900px)  
{ 
	/* adjust height to work with name, logo, etc on mobile */
	#index { height: 55px; width: 100vw; }

	#index.active { background: var(--bg); height: 100vh; width: 100vw; overflow: auto; }
	#index .container, #exhibit .container { padding: 21px; }
	#index .top  { display: flex; justify-content: space-between; }
	#index .top .toggle-hold { display: block; }
	#index nav { overflow-y: scroll; max-height: 90vh; }
	#index .bot { margin-top: 3em; position: relative; left: 0; bottom: auto; width: auto; }

	#exhibit { margin: 0; padding-top: 100px; }
	#exhibit p { width: auto; max-width: none !important; }
	
	h1 { margin-top: 0; }
}





