/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
/* @import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:700italic,700,400italic,400); */

body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
	font-family: 'Inconsolata', monospace;;

	background: #212121;
	color: #fff;
	line-height: 1.3em;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #fafafa; }
a:active { text-decoration: none; color: #e0e0e0; }
a:visited { text-decoration: none; color: #fafafa; }
a:hover { color: #18ffff; }
a img { display: block }

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

/* headings */
h1 { font-size: 16px; margin-bottom: 1em; }
h2 { font-size: 16px; margin-bottom: 1em; }
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 { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* CHANGING TEXT IN EXHIBITS TO BLACK */
#exhibit p {color: #fafafa;}

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #212121; }

/* 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 */
#index { position:fixed; width: 215px; left: 0; background: #212121); /* line-height: 1.3em; */ }
#exhibit { position: absolute; margin: 0 0 0 215px; }

/* iPhone, iPad, small screen nav fix */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #index { position:absolute; width: 215px; left: 0; background: #212121; /* line-height: 1.3em; */ }
  #exhibit { position: absolute; margin: 0 0 0 215px; }
}

@media only screen and (max-width: 999px) {
  #index { position:absolute; width: 215px; left: 0; background: #212121); /* line-height: 1.3em; */ }
  #exhibit { position: absolute; margin: 0 0 0 215px; }
}

@media only screen and (device-width: 768px) and (orientation: landscape) {
  #index { position:absolute; width: 215px; left: 0; background: #212121; /* line-height: 1.3em; */ }
  #exhibit { position: absolute; margin: 0 0 0 215px; }
}

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

/* active section title */
#index span.active_section_title,
#index span.active_section_title a {  }
#index ul.section li.exhibit_title.active a {  }

/* active exhibit title parts */
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
{ color: #e040fb; }

/* 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 { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

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

/*
#index .top a:link { text-decoration: none; color: #fafafa; }
#index .top a:active { border: none; color: transparent; text-shadow: 0 0 5px #e040fb }
#index .top a:visited { text-decoration: none; color: #fafafa; }
#index .top a:hover { border: none; color: transparent; text-shadow: 0 0 5px #e040fb }
*/

#index .top a:link { text-decoration: none; color: #fafafa; }
#index .top a:active { border-bottom: 1px dotted rgba(0,0,0,1); color: #e040fb; }
#index .top a:visited { text-decoration: none; color: #fafafa; }
#index .top a:hover { border-bottom: 1px dotted rgba(0,0,0,1); color: #e040fb); }

/* links styles only for the #exhibit region */
#exhibit a:link { border-bottom: 1px dotted #e040fb; } 
#exhibit a:hover { border-bottom: 1px solid #e040fb; } 
#exhibit a:active {  } 
#exhibit a:visited {  } 


/* added styling to captions in exhibits */
#exhibit .captioning { color:#fafafa); font-size:14px; /*text-transform: capitalize; font-style: italic;*/ }
#exhibit .caption p {color:#fafafa; font-size:14px; /*text-transform: capitalize; font-style: italic;*/ }
.vimeo { padding-bottom: 3px;  }
#exhibit .over {/*box-shadow: 3px 3px 4px #000;*/}

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
/*
#index .container { margin-left: 7px; }
#index .top { margin-left: -7px; }
*/
#exhibit .container {  }

#statement {
	display:none; margin-top: -15px;
}
