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

body {
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-family: 'Helvetica', sans-serif;
	/* font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif; */
	background: #fff;
	color: #000;
	line-height: 1.5em;
	/* font-weight: 300; */
}

strong, b {
    font-weight:800!important;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; color: #000; font-weight:600; }
a img { border: none; }

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

/* headings */
h1 { font-size: 30px; margin-bottom: 1em; font-weight: bold; text-transform: uppercase; }
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 { width: 600px; margin-bottom: 1em; margin-left: auto;
    margin-right: auto;
} /* 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:18%; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 18%; width:64%; }
#exhibit .asset img{
	max-width:100%; height:auto;
}

/* styling the index */

#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; text-transform: uppercase; font-weight: bold; font-size: 30px; }
#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: black; }

/* 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
{ font-weight: 800; color: #000; }

/* 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:visted {  }
#index a:hover {  } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:active {  } 
#exhibit a:hover { text-decoration: none; } 
#exhibit a:visted {  }

/* links styles just for h1 title of site (your name/logo) */

#exhibit h1{
	position:fixed;
	    z-index: 20;
	    left:50%; right:auto;
	    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
}
#exhibit h1 a, #exhibit h1 a:link { 
	text-decoration: none; 
	color: #000;
	
	}
#index .top {
   margin-bottom:0
}



#index ul.section {
    margin-bottom: 0;
    position: absolute;
   top:120px;left:20%
}
#index ul.section span.section_title{
	display:none;
}
/* this is where you adjust your paddings for #index and #exhibit together */
.container {
    padding: 50px 0 25px 0;
    }

#index .bot {
	display:none
}


/* this is where you pad them separately */
#index .container { padding-left:30px;  }
#exhibit .container { width:100%; padding-top:50px}
#exhibit .container .top{height:70px}
#index ul.section li.exhibit_title {
    padding-bottom: .5em;
}

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; text-align:center!important; }
.title { font-size: 0.9em;  line-height: 2em; text-align:center!important; }
.caption { font-size: 0.9em; line-height: 1.2em; text-align:center!important;}
#exhibit .caption p{
	width:100%!important;
}
div.bot p{
	font-size:80%;
}

div.over{
	padding-bottom: 5em;
}


@media only screen and (max-width: 1024px) {

div.over img {

max-width: 1024px;
height: auto;

}
}



