/*** START normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
/*** END normalize */
/************************start reset**************************/
/* html5 elements for older browsers*/
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,div{display:block;display:flex;flex-direction:column;justify-content: center;align-items: center;}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {display:inline;}
/* using height:100% on html and body allows to style containers with a 100% height
 * the overflow declaration is to make sure there is a gutter for the scollbar in all browsers regardless of content
 * note that there is no font-size declaration set in this rule. If you wish to include one, you should use font-size: 100.01% to prevent bugs in IE and Opera
 */
html {height: 100%; /*overflow-y: scroll;*/ font-size:100.01%;}
/* not all browsers set white as the default background color
 * color is set to create not too much contrast with the background color
 * line-height is to ensure that text is legible enough (that there is enough space between the upper and lower line)
 */
body {height:100%; line-height:1.4; color:#1a1a1a;background:white;}
/*** start typography ***/
/* this choice of font-family is supposed to render text the same across platforms
 * letter-spacing makes the font a bit more legible
 */
body, input, button, textarea, select {font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial, sans-serif; /*letter-spacing:1px;*/}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "DejaVu Serif", serif; letter-spacing: 1px;}
pre, tt, code, kbd, samp, var {font-family: "Courier New", Courier, monospace;}
/* avoid browser default inconsistent heading font-sizes - and pre/code/kbd too */
H1, H2, H3, H4, H5, H6, PRE, CODE, KBD {font-size:1em; }
H1, H2, H3, H4, H5, H6{font-weight:700;text-transform: capitalize;}
/*ensure font-weight heritage for headings with links inside also on IE8*/
H1 A, H2 A, H3 A,H4 A, H5 A, H6 A { font-weight: inherit;}
H1 {font-size: 2.625em;}/*golden 16 main 42 title*/
H2 {font-size: 1.625em;}/*golden 16 main 26 headline*/
H3 {font-size: 1.25em;}/*golden 16 main sub-headline*/
H4 {font-size: 1.2em;}
H5 {font-size: 1.1em;}
H6 {font-size: 1em;}
/*SUP and SUB fix to maintain line-height*/SUP, SUB {height: 0;line-height: 1;vertical-align: baseline;_vertical-align: bottom;position: relative;font-size:smaller;}SUP {bottom: 1ex;}SUB {top: .5ex;}
TH, DT, B, STRONG{font-weight:700;}
EM {font-style:italic;}
/* This should be self explanatory */blockquote, q, em, cite, dfn, i, cite, var {font-style: italic;}
/* to prevent some browsers from inserting quotes on "q" and "p" ("p" in blockquotes)*/blockquote p:before, blockquote p:after, q:before, q:after {content: '';}blockquote, q {quotes: "" "";}
/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */:link,:visited,INS {text-decoration:none;}
/*** end typography ***/
/* de-italicize address,abbr */address,abbr {font-style:normal;}
/*** start TABLEs ***/
/* tables still need 'cellspacing="0"' and 'cellpadding="0"' in the markup */table {border-collapse: separate;border-spacing: 0;}
/* all th should be centered unless they are in tbody (table body) */
th {text-align: center;}tbody th {text-align: left;}caption, td {text-align: left;font-weight: normal;}
/* caption and summary are very important for tabular data but because caption is nearly impossible to style across browsers many authors do not use it or use display:none to "hide" it (which is almost the same as not using it).
 * so to prevent such workaround, I am positioning this element off-screen
 */caption{position: absolute;left: -999em;}
/*** end TABLEs ***/
/*** start rules to make LISTs consistant across all browsers ***/
/* give lists consistant style - IE uses margin-left FF uses padding-left */
OL, UL{margin:0px;padding:0px;line-height:1.5em;}
OL{list-style:decimal;}
OL OL{list-style:lower-alpha;}
OL OL OL{list-style:upper-roman;}
UL{list-style:disc;}
UL UL{list-style:circle;}
UL UL UL{list-style:square;}
DL, OL, UL {margin-top:.25em;margin-left: 3em; padding-left: 0em; list-style-position:outside;}
/* nested lists get reduced margins and paddings */
UL UL , OL OL, OL UL, UL OL {margin-left: 1em;list-style-position:outside;}
OL OL UL, UL OL UL, OL OL OL {margin-left: 1em;list-style-position:outside;}
LI{margin:0 1em .5em 0;padding:0;text-indent:0em;}
DT{/*float:left;clear:left;*/font-weight:bold; margin-right:.5em;}
DD{margin-left:0;padding-left:0;-webkit-margin-start:0px;font-weight:normal;margin-bottom:.5em;}
LI>UL, LI>OL{margin-top:.25em;/*margin-bottom:-.5em;*/padding-bottom:-.25em;}
/* if we want to override default list style types do it with a class... */
UL.circle {list-style-type:circle;}
UL.square {list-style-type:square;}
UL.disc{list-style-type:disc;}/*The marker is a filled circle. This is default*/
OL.armenian{list-style-type:armenian;}/*The marker is traditional Armenian numbering*/
OL.decimal{list-style-type:decimal;}/*The marker is a number*/
OL.decimal-leading-zero{list-style-type:decimal-leading-zero;}/*The marker is a number padded by initial zeros (01, 02, 03, etc.)*/
OL.georgian{list-style-type:georgian;}/*The marker is traditional Georgian numbering (an, ban, gan, etc.)*/
OL.lower-alpha{list-style-type:lower-alpha;}/*The marker is lower-alpha (a, b, c, d, e, etc.)*/
OL.lower-greek{list-style-type:lower-greek;}/*The marker is lower-greek (alpha, beta, gamma, etc.)*/
OL.lower-latin{list-style-type:lower-latin;}/*The marker is lower-latin (a, b, c, d, e, etc.)*/
OL.lower-roman{list-style-type:lower-roman;}/*The marker is lower-roman (i, ii, iii, iv, v, etc.)*/
OL.upper-alpha{list-style-type:upper-alpha;}/*The marker is upper-alpha (A, B, C, D, E, etc.)*/
OL.upper-latin{list-style-type:upper-latin;}/*The marker is upper-latin (A, B, C, D, E, etc.)*/
OL.upper-roman{list-style-type:upper-roman;}/*The marker is upper-roman (I, II, III, IV, V, etc.)*/
UL.none{list-style-type:none;}
/*** end rules to make LISTs consistent across all browsers ***/
/*** start FORM elements ***/
/* get rid of ugly box border in IE*/
INPUT[type="radio"]{margin:0px;padding:0px;border:0px;background-color:transparent;}
/* align checkboxes, radios, text inputs with their label */
/*INPUT[type="radio"] { vertical-align: text-bottom; }
INPUT[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }*/
.ie6 INPUT{ vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer;}
input[type=button], input[type=submit], button{white-space:nowrap;}/*buttons with multiple lines look dumb and usually wrong*/
/*** end FORM elements ***/
/*** start links ***/
/* remember to define focus styles! */:focus {outline: 0;}
/* who thought blue linked image borders were a good idea? */a img,:link img,:visited img, a object,:link object,:visited object{ border:0; }
/*some long-arse links refused to break nicely, this fixes*/A{word-wrap:break-word;}
/* to prevent a gap from showing below images in some browsers */img {vertical-align: bottom;}
/* styling for links and visited links as well as for links in a hovered, focus and active state
 * make sure to keep these rules in that order, with :active being last
 * text-decoration: none is to make the links more legible while they are in a hovered, focus or active state
 * link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words
 * a:focus and :focus are used to help keyboard users, you may change their styling, but make sure to give users a visual clue of the element's state.
 * outline:none used with the pseudo-class :hover is to avoid outline when a user clicks on links
 * note that these last rules do not do anything in IE as this browser does not support "outline"
 */
a:link {color: var(--color-link);text-decoration:none;}
a:visited {color: var(--color-linkv);text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {text-decoration: none;}
a:focus/*,:focus*/ {outline: 1px dotted yellow;}
a:hover,a:active {outline: none;}
a:active{color: var(--color-linka);}
/*** end links ***/
IFRAME{width:100%;}
/************************end reset**************************/
/* START unset/reset/normalize sean2024.04.23 */
/* set rem base size on html element to match what you set for body in elementor's global preset, unset the body font-size that comes from hello theme */
.d-none{display:none !important;}
html {
	font-size: calc(16px + 0.125vw);
	--color-link:#0000FF;
	--color-linkv:#800080;
	--color-linkh:;
	--color-linka:#FF0000;
	/* the base padding size is for top/bottom on sections at desktop res, half of that for left/right ... 6rem * 16px = 96px, 4rem * 16px = 48px */
	--p-unit: 6rem;
	--type-scale: 1.333;
	--ls-scale: .0333em;
	/* clamps vars for font-size calcs on h1 & h2 */
	--clamp-min: 2rem;
	/* magic number based on longest word problems */
	--clamp-pref: 7cqi;
	--gap1:2rem;
	--gap2:1em;
	--margin1: .5em 1em;
	--padding1: .5em 1em;
	--border1:1px solid rgba(0,0,0,0.125);
	--t1: all ease-in-out .125s;
}
body{line-height:1.666;}
body {
	display: flex;
	flex-direction: column;
	height:auto;
	min-height: calc(100vh);
	padding:0 var(--gap2) 0 var(--gap2);
}
footer{
	margin-top:var(--gap1);
	flex-direction: column;
}
footer .row{
	flex-direction: row;
	gap: var(--gap2);
}
footer a{display:flex;}
h1, .cent{align-self:center;}
details{border:var(--border1);}
details[open]{padding:var(--padding1);}
details[open] summary{padding:0;}
details summary{display:block;padding:var(--padding1);color:var(--color-link);cursor:pointer;}
.text {
	align-self:center;
	justify-content: center;
/*  margin-left:2rem;*/
	max-width:64ch;
}

p, h2{}
/*h2{align-self:start;}*/
.gallery {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	gap:var(--gap1);
}
figure {
	display:flex;
	flex-direction:column;
	margin:0;
	padding:.5em 0;
	max-width:360px;
	align-items: center;
	gap:var(--gap2);
	border:var(--border1);
}
figure.cent{max-width:min-content;padding:calc(var(--gap2) / 2) var(--gap2);}
.gallery img {
	max-height:256px;
	max-width:100%;
	aspect-ratio:4/5;
	cursor:pointer;
}
.image-slideshow figure, .slideshow figure{
	max-width:100%;
	height:calc(100vh - 160px);
}
.image-slideshow img, .image img{
	height:100%;
	width:auto;
	background-color:black;
}
figure .square, .gallery.square img{aspect-ratio:1/1;}
figcaption {
	padding:0 var(--gap2);
}
.pages {
	display:flex;
	list-style:none;
	margin:0;
	padding:var(--gap1) 0;
	justify-content:center;
	gap:var(--gap2);
}
.pages li {
	margin:0;
	display: flex;
	align-items: center;
}
.pages a, a.btn{
	display: block;
	padding: calc(0.5em + 1px) calc(1em + 1px);
	text-transform: capitalize;
	border: 1px solid black;
/*	border: var(--border1);*/
	transition: var(--t1);
}
.pages a:hover, a.btn:hover{
	text-decoration: none;
	transform: scale(1.0125);
	box-shadow: 4px 4px 1px hsla(0, 0%, 0%, 0.5);
}
footer .row svg:hover{
	transform: scale(1.0125);
	filter: drop-shadow(3px 3px 1px hsla(0, 0%, 0%, 0.5));
	transition: var(--t1);
}
.pages select{
	padding: 0.5em 1em;
}
li.disabled {
	display:none;
}
.prevBtn, .nextBtn{}
.modal {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.95);
		animation: zoom 0.3s ease-in-out;
		color:white;
}

@keyframes zoom {
		from {
				transform: scale(0);
		}
		to {
				transform: scale(1);
		}
}
.modal-inner{
	display:flex;
	flex-direction: row;
	max-height: 80%;
}
.modal b {
	display: flex;
	align-items: center;
	padding: 0 var(--gap2);
	background: hsl(0deg 0% 0% / 50%);
	font-size: var(--gap1);
	cursor:pointer;
	user-select:none;
}
.modal b:hover i {
	transform: scale(1.5);
}
.modal i {
	font-style:normal;
	transition: all .2s ease-in-out;
}
.closeBtn {
		font-size: 25px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 20px;
		cursor: pointer;
		transition: 0.2s ease-in-out;
}
.closeBtn:hover {
		color: rgb(255, 255, 255);
}
.modal img {
	max-height: 100%;
	aspect-ratio: 4/5;
	width: auto;
	height: 80vh;
}
