/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/
html {-webkit-text-size-adjust:100%}
body {
	font-size: 12px;
	font-family: 'Be Vietnam Pro', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.7em;
	letter-spacing: 0px;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { 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: 13px; margin-bottom: 1em; font-weight: normal; }
h2 { font-family: 'Be Vietnam Pro'; /*font-size: 60px;*/ margin-bottom: 20px; margin-top: 20px; font-weight: 500; line-height: normal;}
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

hr { color: #dadada;
     background-color: #dadada;
     height: 1px;
     border: none;
     margin: 3px 0;
   }

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

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ED6D5E; color: #fff; padding: 1px;}

/* exhibition title */
.title {color: #000; /* font-size */: 16px; width: 100%; display: block; padding: 5px 0; margin: 0; }

/* black text */
.btxt {
  font-family: 'Roboto Mono', Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  /*font-weight: 300; */
  text-transform: uppercase;
}
.btx a {}

/* Information under exhibit title */
.information { margin-top: -10px; margin-bottom: 16px; line-height: 1.6;}

/*home page big text*/
.bigtext {
  font-family: 'Be Vietnam Pro', Arial, Helvetica, Verdana, sans-serif; 
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 40px; 
}

/*home page small text*/
.smalltext {
  font-family: 'Be Vietnam Pro', Arial, Helvetica, Verdana, sans-serif; 
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 40px; 
}

/*Projects */
#projects {width: 60px; font-weight: normal; padding: 1px; margin-bottom: -10px; background-color: #f8f8f8;}

/* 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: 160px;  /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 160px; }

/* 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 { color: #fff; font-weight: normal; color: #fff; background-color: #ED6D5E; padding: 1px;}

/* 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: #fff; font-weight: normal; color: #fff; background-color: #ED6D5E; padding: 2px; }

/* 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: normal; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { /*background-color: #f8f8f8;*/ padding: 1px;} 
#index a:hover { color: #fff; background-color: #ED6D5E; padding: 1px;} 
#index a:active {  } 
#index a:visited {  }

/* links styles exception for #logo region */
#logo a:link { /*background-color: #fff;*/ padding: 0;} 
#logo a:hover { background-color: rgba(0,0,0,0); padding: 0;} 

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

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

/* this is where you pad them separately */
#index .container {  }
#exhibit .container { color: #222222; }
.endspace {height: 100px;}