<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*  GALLERIES
*/

#galleries {
	margin: 0px 10px;
}

.gallery-box {
	text-align: center;
	margin-bottom: 1.8em;
}

.gallery-box img {
	max-width: 100%;
	border-radius: 5px;
}

.gallery-box img:hover {
	opacity: 0.8;
}

.gallery-box a.name {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0.5em 0px 0.2em 0px;
}

.gallery-box .excerpt {
	line-height: 1.3em;
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
	display: block;
}



/**
* GALLERY IMAGES
*/
#gallery-images {
	margin: 0px 10px;
}

.image-box {
	text-align: center;
	margin-bottom: 1.8em;
}

.image-box img {
	max-width: 100%;
	border-radius: 5px;
}

.image-box img:hover {
	opacity: 0.8;
}

.image-box .title {
	line-height: 1.3em;
	opacity: 0.8;
	padding: 0px;
	margin: 0.5em 0px 0.2em 0px;
	display: block;
}

.image-box {
    min-height: 150px;
}</pre></body></html>