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

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,300i');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500&display=swap');

body {
	color: #000;
	font-size: 16px;
    line-height: 1.4em;
font-family: 'Roboto', sans-serif;
	background: white;
	/* font-weight: 300; */
}

}

#exhibit .container a[href^="https://soundcloud"]:hover {
  border-bottom: none;
}

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

#exhibit .container a:hover, #index a:hover {
border-bottom: 1px dotted black;
  text-decoration: none;
  background: none;
}

a img { border: none; }

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

/* headings */
h1 { font-size: 12px; margin-bottom: 1em; }
h2 { font-size: 16px; margin-bottom: 1em; font-weight: 300;}
h2 span { font-weight: 400; }
h3 { font-size: 12px; margin-bottom: 1em; }
h4 { font-size: 12px; margin-bottom: 1em; }

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

/* highlighter style - maybe you want to change colors? */
.highlight { background: yellow; 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: 250px; background: #d1d1d1; font-family: 'Roboto', sans-serif; /* line-height: 1.4em; */ }
#exhibit { margin: 0 0 0 250px; }

/* 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: 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: normal; color: #00f; }

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

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

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-family: 'Roboto', sans-serif;
; font-weight: normal; text-decoration: none; color: #000; font-size: 12px; }

/* 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 { padding-top: 30px; }
#exhibit .container { width: 1076px; }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title {  }
.caption {  }

/* other additions */
body.section-1 #exhibit font[face="Courier New"] {
font-family: 'IBM Plex Mono', monospace; !important;
}

body.section-1 #exhibit .container span {
  background-color: none !important;
  border: 0px solid #000000;
}

select[name="amount"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #d1d1d1;
  height: 40px;
  color: black;
  padding: 10px;
  text-transform: none;
  font-weight: 300;
  margin-left: -1px;
  background-image: url('http://i.imgur.com/2C3osRL.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 20px 20px;
  cursor: pointer;
  padding-right: 45px;
}

strong { font-weight: 500; font-size: 16px !important; }

.item {
    width: 150px;
    height: 230px;
    margin: 0 15px 15px 0;
    float: left;
}

.strapline {
    margin: 10px 0 5px 0!important;
}

.item h3 {
    margin: 5px 0 0 0;
    font-size: 11px;
}

.item p {
    margin: 0;
}

.clear {
    clear: both;
}