/* Fix issue with visited links having different color */

nav a:visited {
     color: #494949;
}

/* Set Album Metadata text color */

ul.image_metadata li {
	color: #212121;
}

/* Center Album Title and change font size*/
.album-title {
	text-align: center;
	font-size: 1.25rem;
}

/* Change Album Description font size*/
.album-description {
	font-size: 0.8rem;
/*	font-size: 1.50vmax; */
	overflow: visible;
/*	height: 96; */
	line-height: 1.1em;
}

/* Add a border around album thumbnails */

.album-thumbnail { 
     border:1px solid #021a40;
}

.gallery img {

	border:1px solid #021a40;
}n

/* Add drop shadow to album thumbnails */
.gallery figure {
	box-shadow: 10px 10px 5px #222222;
}

.fancybox-caption-collapsible .fancybox-caption
{
	color: #cccccc;
}

/* Center caption in large photo display */

.pswp__caption__center { 
     text-align:center; 
}

/* Center copyright notice */

div.copyright p
{
   text-align: center;
}

/* Adjust Theater still image photo captions */

figcaption {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 40px;
}
.albums figcaption {
	margin-bottom: 5px;
	margin-top: 5px;
	}
/* Adjust Theater Flickity photo captions */

.carousel_caption {
   color: rgba(208,208,208,1);
   font-size: 1rem;
}

.menu-item a {
/* font-family: "Helvetica Neue","Proxima Nova",Helvetica,Roboto,Arial,"Segoe UI","Droid Sans",sans-serif; */

}

