@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300');

.exhibitname {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
	font-size: 1.5em;
}
blockquote {
	background-color: black;
	padding: 15px;
	margin: 10px;
	color: white;
}
	.mycolor {
	color: white;	
	}
	.sub-active {
		padding: 3px;
	}
	.sub-active a {
		color: white;
		font-weight: 600;
	}
	.secondary-nav{
		background-color: #96642C;
		line-height: 2.5em;
/*		padding: 3px;*/
	}
	.secondary-nav > li {
		display: inline;
		padding-right: 15px;
		line-height: 1.8em;

	}
	.secondary-nav li a {
		color: white !important;
	}
	.wspace{
		white-space: nowrap;
	}
	.subhead {
		font-size: 1.2em;
		font-weight: 600;
	}
.fcontainer{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
  
    align-content: flex-start;
    align-items: center;
}
.fcontainer2{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
    justify-content: flex-start;
    display: flex;
}

.fcontainer2 img {
/*    cursor: pointer;*/
}
.fill{
	width: 100%;
}
