  .top-bar{
    background: #101820;
}

.top-bar.expanded .title-area{
    background: #101820;
}

h1 a:visited {
    color:#101820;
}

h1 a:link {
    color:#101820;
}

#dac-footer {
	 font-size: 12px;
	 color: #777;
	 margin-top: 50px;
	 line-height: 1.7em;
	
}

.exhibition .caption {
    color: #777;
    border: 1px #777 solid;
    padding: 10px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.exhibition .caption p {
    font-size:12px;
}

.exhibition .caption img {
    padding-bottom: 10px;
}

@media (min-width: 60em) {
    .exhibition .caption {
        width: 50%;
    }
}