/* amass style */
body, html { 
  	background-color: #fafafa;
  	color: #785873;
  }
  .no-js .top-bar {
			  display: none;
			}
			
			@media screen and (min-width: 40em) {
			  .no-js .top-bar {
			    display: block;
			  }
			
			  .no-js .title-bar {
			    display: none;
			  }
			}
	
	.site {
			  display: flex;
			  min-height: 100vh;
			  flex-direction: column;

/*
			  background: url(/i/bg-everywhere.jpg) no-repeat center center fixed;
			  background-size: cover;
*/

			}
			.site-content {
			  flex: 1;
			}
	
	/* Custom styles for the menu */
			.title-bar {background: none; }
			.top-bar {background: none; z-index: 5;}
			.top-bar-right {background: none; }
			.top-bar-right ul {background: none; font-family: "Montserrat", sans-serif; margin-top: .5em; padding-right: 2em; padding-left: 2em;}
			.menu {background: none;}
			#global-menu {background: none;}
			.button-so-white {color: #545351; z-index: 1001;}
			.menuselects li a:link {color: #785873 text-decoration: none;}
			.menuselects li a:visited {color:#785873;  text-decoration: none;}
			.menuselects li a:hover {color: rgba(213, 156, 204, 0.9);  text-decoration: none;}
			.menuselects li a:active {color: #ffffff; text-decoration: none;}
			.menuselects li a.chosen {background: rgba(118, 10, 149, 1); border: 1px solid #f6f6f6; border-radius: 50%; color: #f8f8f8; font-weight: bold;}
			dd {margin-bottom: 1.5em;}
			.yourstuff {background: #fcfcfc; border: 1px solid #f6f6f6; border-radius: 3px;}
			footer {margin-top: 3em;}
	
	#globalnav {/* background: rgba(6, 59, 89, 0.9);  */
/*
		text-decoration: none; font-family: 'Anybody', sans-serif; position: relative; top: 0; width: 100%; text-transform: uppercase; font-weight: bold; font-size: 1.3em;}
	#globalnav a:link {color: #f1ba67; text-decoration: none;}
	#globalnav a:visited {color:#f1ba67;  text-decoration: none;}
	#globalnav a:hover {color: #f6eee0;  text-decoration: none;}
	#globalnav a:active {color: #f1ba67; text-decoration: none;
*/}
	.artistlist {font-family: 'Special Elite', serif; font-weight: bold; font-variant: uppercase;}
	.artistlist {padding-top: 0em;}
	.artistlist h2 {font-family: 'Special Elite', serif; font-weight: bold; font-variant: uppercase; font-size: 1.5em;}
	 h1, h2, h3 {font-family: 'Special Elite', serif; font-weight: bold; font-variant: uppercase;}
	.artistbiocopy {font-family: 'Zen Old Mincho', serif; font-size: 1.5em;}
	.imagetitle {font-family: 'Special Elite', serif;  font-size: 1.5em; padding-top: .2em;}
	.captionspacer {margin-bottom: 3em;}
	.liner {margin: 5em 0; height: 1px; background: #803d06; background: -webkit-gradient(linear, 0 0, 100% 0, from(#fdfdf2), to(#fdfdf2), color-stop(50%, #803d06));}


	.artlistlist li {padding-bottom: 20px;}
	.artistlist a:link {color: #785873; text-decoration: none; font-size: 1.2em; padding-bottom: 3em; }
	.artistlist a:visited {color:#785873;  text-decoration: none; font-size: 1.2em; padding-bottom: 3em;}
	.artistlist a:hover {color: rgba(213, 156, 204, 0.9);  text-decoration: none; font-size: 1.2em; padding-bottom: 3em;}
	.artistlist a:active {color: #785873; text-decoration: none; font-size: 1.2em; padding-bottom: 3em;}
	/*temps*/
	.bord {border: 1px solid #7a4882}
	.aboutlist {padding-left:0;}
	.aboutlist ul {margin-left:0;}
	.aboutlist li {padding-bottom: .4em; list-style-type: none; padding-left: 0;}
	.aboutlist h2 {padding-left:0;}
	
.goright {float: right; max-width: 50%; padding-left: .5em; padding-bottom: .5em;  margin-left: .5em; margin-top: .5em; margin-bottom: .1em; 
	border-left: 2px dashed #785873; border-bottom: 2px dashed #785873; border-bottom-left-radius: 10px;}



/* Small only */ 
		@media screen and (max-width: 39.9375em) {
				.logospace {margin-top: .8em; margin-bottom: 4em;}
				ul.menuselects li {text-align: center;}
				.top-bar-left {visibility:visible !important;}
				.top-bar-right {background: white; position: fixed; top: 0; min-width: 100vw; min-height: 100vh; padding: 10px; margin-left: -10px; z-index: 100; font-size: 1em;}
				.top-bar-right ul {padding-top: 1.5em; font-size: 2.5em;}
				.title-bar {position: fixed; width: 100%; z-index: 1001;}
				.topspacer {margin-top: 5em;}
/* 				#global-menu {position: fixed; top: 0; min-height: 100%; overflow-y: scroll;}  */
/* 				#global-menu {background: #302f2f; position: absolute; top: 0px; width: 100vw; height: 100vh; overflow-y: scroll; padding-top: 5em; z-index: 50; font-size: 1em; font-family: "Montserrat", sans-serif;} */
				.artistlist h2 {font-family: 'Special Elite', serif; font-weight: bold; font-variant: uppercase; font-size: 1.6em;}
				.smallerlist {column-count: 2;}
				.artistbiocopy {font-family: 'Zen Old Mincho', serif; font-size: 1.1em;}
				.posterart {padding-bottom: 5em;}
				
	    
				}


/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

