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

body {
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: green;
	line-height: 1.4em;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: underline; color: green; }
a:visited { text-decoration: none; color: green; }
a:hover { color: pink; text-decoration: line-through;}
a:active { text-decoration: none; }
a img { border: none; }

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

/* headings */
h1 { font-size: 16px; margin-bottom: 1em; font-weight: bold; }
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, #index p a { margin: 1.5em 0 1em; color: green; font-size: 12px !important; color: green !important; line-height: 1.2;}
#index p {opacity: .3;}
#exhibit, #exhibit p, code, blockquote, #exhibit p a { width: auto; color: #88451c; max-width: 600px; margin-bottom: 1em;/* line-height: 1.3em; */ }

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

/* 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 { width: 215px; background: inherit; /* line-height: 1.3em; */ }
#exhibit { 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 {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: green; }

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

/* 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,
#index span.active_section_title, #index span.active_section_title a, #index .active_section a
{ font-weight: normal; color: green; text-decoration: line-through; }

#index ul.section li.exhibit_title:hover {
	text-indent: 0;
}
#index ul.section li.exhibit_title a:hover {
	text-decoration: line-through;
}

/* 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 { text-decoration: none; color: green; font-size: 16px; letter-spacing: .3px; } 
#index a:visited { color: green; }
#index a:hover { text-decoration: line-through; color: green; } 
#index a:active { text-decoration: line-through; color green; } 

/* links styles only for the #exhibit region */
#index a:link { text-decoration: none; color: green; } 
#index a:visited { color: green; }
#index a:hover { text-decoration: line-through; color: green; } 
#index a:active { text-decoration: line-through; color green; } 

#index h1 { font-size: 16px; margin: 1.5em 0; }
/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: normal; text-decoration: none; color: green; }

/* 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 {  }
#exhibit .container > p:first-of-type {margin-top: 1.5em;}

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

.textor {
	margin-top: 1.5em;
}

#img-container  {
	display: flex;
	flex-wrap: wrap;
}

#img-container .text p, #img-container .textor p {
	max-width: 600px;
}

#img-container .textor {
	width: 100% !important;
	order: 1;
}
#img-container .picture {
	margin-right: 1.5em;
	order: 2;
}

#img-container .separator {
	width: 0 !important;
}

.section-5 #exhibit .container { max-width: 600px; }
.section-5 #exhibit .container p { background: white; display: inline-block; }
.format-mobile #index { background: white !important; color: green;}

#img-container {

width: calc(100vw - 264px);

}