/* Revised Sept 3/22 */


body {
    font-family: Marcellus, Georgia, Palatino, 'Droid Serif', 'Times New Roman', 'Roboto Slab', serif;
    font-weight: 400;
	}
html, #background {
    background-color: #212121 !important;
    color: #ffffff;
	}
.main__column {
    background-color: transparent;
	}
ul.breadcrumbs {
    font-size: .9em;
    margin: 0;
  	padding: 10px 0 15px 0;
    padding-right: 0px;
    padding-left:30px;
    text-align: left;
	}
/* ======================================
Headings (except galleries page)
========================================= */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #ffffff;
    font-family: Marcellus SC !important;
    font-weight: 400;
    text-align: center;
	}
h5, .h5 {
	font-family: Marcellus, Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', sans-serif !important;
	font-weight: 400;
    font-size: 1.8em;
    text-transform: none;
    letter-spacing: 1px;
    display: none;
	}


/* ======================================== 
page_pallet_top
========================================*/


.page__pallet__top img {
	float:left;
	height:38px;
}

.page__pallet__top {
	background-color: #212121;
	/* border: 1px solid #555555;    REV March22/22*/
	height: 48px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: fixed; top: 0; left: 0;
	z-index: 2;
}

.page__pallet__top.is-fixed {
    background-color: #212121;
    border-width: 0px 0 1px;
}


.page__pallet__top > .content > ul > li, 
.page__pallet__top > .content > ul 
> li#widget-container > ul > li 
{
     height:48px;
     text-align: left;
     float: left;
}

#widget-container {
    /* TRY THIS
    display: none; */
    float: right;
    height: 100%;
    list-style: none;
    margin: 0;
   /*  min-width: 0; */
     width: 0px;
    vertical-align: top;
}

/*=================================  
NAVIGATION
===================================*/

nav.nav .menu-item, nav.nav 
.menu-item a, nav.nav .menu-item span 
{   font-family: Marcellus SC, Georgia, Palatino, 'Droid Serif', 'Times New Roman', 'Roboto Slab', serif;
    font-size: 1.1875rem;
    font-weight: 400;
    color: #ffffff;
}

/* ===================================
Galleries
====================================== */
.main__column {
    background-color: transparent;
}

.albums img {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    border: 1px solid white;
	}
.fancybox-slide img {
    border: 1px solid #f5f5f5;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    padding: 8px;
	}
.albums .thumbnail::before {
    content: "";
    display: block;
    padding-top: 70%;
    padding-bottom: 5%;
    width: 100%;
	}

.fancybox-caption-collapsible .fancybox-caption {
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7em;
    margin: 0 auto;
    max-width: 1024px;
    min-height: 48px;
    padding: 15px 0;
    text-align: center;
	}
	
.pangolin-album .fancybox-caption {
    background: #212121;
    }
        
.fancybox-caption__body .fancybox-caption {
     text-align: center;
     }
     
.fancybox-caption-collapsible {
	background/* -color */: #212121;}
	
.pangolin-album.fancybox-is-open .fancybox-bg {
	background-color: #212121;
    opacity: 1;
}

.pangolin-album .fancybox-toolbar {
    background-color: #212121;
    text-align: right;
    width: 100%;
}
     

     
 

 
