
@font-face {
    font-family: 'Rufina-Stencil-Bold-Italic';
    src: url('FONT/Rufina-Stencil-Bold-Italic.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rufina-Stencil-Bold';
    src: url('FONT/Rufina-Stencil-Bold.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Italic.woff2') format('woff2'),
        url('NotoSans-Italic.woff') format('woff'),
        url('NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('FONT/NotoSans-Regular.woff2') format('woff2'),
        url('FONT/NotoSans-Regular.woff') format('woff'),
        font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('FONT/NotoSans-Medium.woff2') format('woff2'),
        url('FONT/NotoSans-Medium.woff') format('woff'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('FONT/NotoSans-Light.woff2') format('woff2'),
        url('FONT/NotoSans-Light.woff') format('woff'),
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('FONT/NotoSans-LightItalic.woff2') format('woff2'),
        url('FONT/NotoSans-LightItalic.woff') format('woff'),
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('FONT/NotoSans-MediumItalic.woff2') format('woff2'),
        url('FONT/NotoSans-MediumItalic.woff') format('woff'),
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 25px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(IM/prevlabel.gif) left no-repeat; top: 40%;}
#nextLink:hover, #nextLink:visited:hover { background: url(IM/nextlabel.gif) right no-repeat; top: 40%;}

#imageDataContainer{ font: 0.9em 'Noto Sans', sans-serif; font-weight: 500; font-style: normal; font-display: swap; letter-spacing: 0.05em; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }


#imageData{	padding: 0 10px 0 28px; color: #7c7c7c; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left;}	
--#imageData #caption{ font-weight: normal;}
#imageData #numberDisplay{ color: #bbb; display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #7c6b5e; }
