body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #666;
}
h1, h2, h3, .navbar-nav .nav-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;    
}
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
/*.larger { font-size: normal; }*/
@media (min-width: 768px) {
	body, h1, h2, h3, .navbar-nav .nav-link {
		font-size: 12px;
		line-height: 18px;
	}
	.larger { font-size: larger; }
}
.navbar h1 { margin-bottom: 0; max-width: 75%; }

a { color: #666; }
p a { text-decoration: underline; }
a:hover, .red, h2.active { color: #900; }
.red { text-decoration: underline !important; }
strong.title {
	font-weight: bold; text-transform: uppercase; text-decoration: underline;
}
strong.title.no-underline, strong.title.no-underline a {
	font-weight: bold; text-transform: uppercase; text-decoration: none;
}
#content:focus { outline: none; }

/** navigation **/
.navbar-light .navbar-nav .nav-item a:hover,
.navbar-light .navbar-nav .nav-item.active a {
	color: #900;
}
.navbar {
	padding: 3rem 0 0 0;
}
.navbar-brand img {
	position: relative; top: -4px; max-width: 100%;
}
.navbar-nav.nav-fill .nav-item {
	text-align: left;
}
@media (min-width: 992px) {
	ul.navbar-nav {
		position: relative; left: 30px;
	}
	.navbar-nav.nav-fill .nav-item {
		text-align: center;
	}
}

/** show subtitle inside navigation **/
.homepage.container { position: relative; }
.homepage #navbar-main.navbar-collapse.show {
	padding-top: 3.5rem;
}
.homepage .home { padding-top: 3.5rem; }
.subtitle {
	position: absolute; top: 6rem;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.homepage #navbar-main.navbar-collapse.show { padding-top: 0; }
	.homepage .home { padding-top: 0; }
	.subtitle { position: relative; top: auto; }
}

/** footer **/
footer {
	margin-top: 3rem; margin-bottom: 3rem;
	font-weight: bold;
}
/*footer span {
	margin-right: 2.5rem;
}*/
footer .social {
	float: right; text-align: right; margin-right: 0;
}
footer .social a, footer .social a:hover { text-decoration: none; }
footer .social a {
	margin-left: 1rem;
}

/** home **/
.bubbable { position: relative; cursor: pointer; }
.bubbable .bubble {
	display: none;
}
.bubbable:hover .bubble {
	display: block;
}
.bubbable .short {
	display: block;
}
.bubbable:hover .short {
	display: none;
}

/** artists **/
.artists { margin: 7.5rem 0 1rem; }
.artists.focus, .artists.enlarge { margin-top: 3rem; }
.artists .row ul {
	margin: 1.5rem 0; padding: 0;
	list-style-type: none;
}
.artists .row ul a, .artists .row ul a:hover {
	text-transform: uppercase; text-decoration: none;
	font-weight: bold; line-height: 2rem;
}
.artists .images img + img {
	display: none;
}
.gallery a, .gallery a:hover {
	text-decoration: none;
}
nav.nav .nav-link {
	font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 0.9em;
	text-transform: uppercase; color: #900;
}
#bottom_tabs > div { display: none; }
#bottom_tabs > div.active { display: block; }

#carousel-enlarge { margin-top: 4rem; }
@media (min-width: 992px) {
	#carousel-enlarge { margin-top: 2rem; }
}
#carousel-enlarge .carousel-item img {
	max-height: 640px; min-width: auto;
}
#carousel-enlarge .carousel-item {
	padding-bottom: 4rem;
}
#carousel-enlarge .carousel-item a { position: relative; display: inline-block; }
#carousel-enlarge .carousel-caption {
	bottom: -2rem; left: 0; right: 0; padding-top: 0;
	color: #666; background-color: white; text-align: left;
}
@media (min-width: 992px) {
	#carousel-enlarge .carousel-item {
		padding-bottom: 3rem;
	}
	#carousel-enlarge .carousel-caption {
		bottom: -1rem;
	}
}
#carousel-enlarge .carousel-control-enlarge {
	position: absolute; top: -3rem; right: 0;
}
#carousel-enlarge .carousel-control-enlarge .carousel-control-next,
#carousel-enlarge .carousel-control-enlarge .carousel-control-prev {
	position: relative; top: auto; bottom: auto; left: auto; right: auto; display: inline;
	margin: 0 0.75rem;
	opacity: 1; transition: none; color: #666;
}
.enlarge-img {
	position: absolute; bottom: 10px; right: 10px; width: 64px; height: 64px;
}
#carousel-enlarge .carousel-item .thumbnails img {
	max-height: 90px;
}
#carousel-enlarge .carousel-item .thumbnails img.active {
	box-shadow: 2px 2px 2px #afafaf;
}
.artists.focus .col-md img, .exhibitions.focus .col-md img { height: 215px; }
@media (max-width: 576px) {
	.artists.focus .col-md img, .exhibitions.focus .col-md img {
		max-width: 100%; height: auto;
	}
}

/** exhibitions **/
.exhibitions { margin: 3rem 0 1rem; }

/** taller **/
.taller { margin: 4rem 0 1rem; }
.taller.enlarge { margin-top: 6rem; }

/** lightbox modal **/
.modal-backdrop.show { opacity: 0.75; }
.ekko-lightbox.modal .modal-body { padding: 0; }
.ekko-lightbox.modal .ekko-lightbox-item.show {
	border: 3px solid white; border-radius: 3px;
}
.ekko-lightbox.modal .modal-header {
	display: block; position: absolute; top: 0; right: 0;
	padding: 0.5rem 0.75rem; z-index: 10; border: 0;
}
.ekko-lightbox.modal .modal-header .close {
	font-size: 2rem; color: white; opacity: 0.75; text-shadow: 0 1px 1px #666;
}
.ekko-lightbox.modal .modal-header .close:hover { opacity: 1; }
.ekko-lightbox.modal .modal-header h4 { display: none; }
.ekko-lightbox.modal .modal-footer {
	display: block; position: absolute; bottom: -3rem;
	padding: 3px; border: 0; color: #999;
}
.ekko-lightbox.modal .modal-footer h5 {
	margin: 0; font-size: 1rem; color: white;
}
.ekko-lightbox.modal .modal-footer h6 {
	display: inline; font-weight: normal; font-size: 1em;
}
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:hover { color: white; }

/** publications **/
.publications { margin: 4rem 0 1rem; }
.publications h2, .publications p { margin-bottom: 0; }
@media (min-width: 768px) {
	.publications img { max-width: 100%; }
}

/** news **/
.news { margin: 4rem 0 1rem; }

/** gallery **/
.about { margin: 3.5rem 0 1rem; }
/*.gallery .col-lg p { margin-bottom: 0; }*/

/* End of file bs4.css */
/* Location: ./css/bs4.css */