@import url('https://fonts.googleapis.com/css2?family=Metamorphous&family=Smythe&display=swap');


/* ========== Global Styles ========== */
* { margin: 0; padding: 0; }
html { height: 100%; width: 100%; overflow-x: hidden; }
body {
	font: 16px 'Modern Antiqua', cursive;
	color: #333;
	overflow-x: hidden;
	background: #93897F;
	background: -webkit-gradient(radial, center top, 0, center top, 700, from(#CDC7C2), to(#93897F)) fixed;
	background: -moz-radial-gradient(top 90deg, circle, #CDC7C2, #93897F) fixed;
	background: radial-gradient(top 90deg, circle, #CDC7C2, #93897F) fixed;
	text-shadow: 0 1px 2px #BBB;
}
h1, h2, h3, h4, h5, h6 { font-weight: lighter }

a { text-decoration: none; color: #777; }
a:hover { color: #5E211E }
a img { border: none }
a, #contact .name, .gallery ul li img, .gallery-nav, .gallery-stage, .gallery-caption, .gallery img
{ -webkit-transition: all 300ms; -khtml-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }#skull { position: absolute; right: 0; top: 0; z-index: -1; opacity: 0.15; }



/* ========== Layout Styles ========== */
#skull { position: absolute; right: 0; top: 0; z-index: -1; opacity: 0.15; }
#bg-texture {
	width: 100%; height: 100%;
	position: fixed; left: 0; top: 0; z-index: -1;
	background: url(images/bg-trans-texture.png);
}
#page-wrap { width: 600px; max-width: 96%; margin: 0 auto; }



/* =========== Header ========== */
header img {
	padding: 40px 0 10px 0; margin: 0 auto;
	display: block;
	max-width: 98%; height: auto;
}
nav { text-align: center; margin-top: 10px; }
nav a { margin-right: 28px; font-size: 22px; }
nav a:last-child { margin-right: 0 }
nav a.current { color: #5E211E; }



/* =========== Content ========== */
#home-image {
	filter: grayscale(1) blur(0.5px) contrast(0.9) sepia(0.5);
	border-radius: 4px;
	margin: 50px auto;
	display: block;
	width: 600px; max-width: 100%;
}
.contact {
	margin: 40px 0 !important;
	text-align: center !important;
	font-size: 22px;
	font-family: 'Smythe', cursive;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.contact span { display: block; margin: 5px 0; }
.contact .name {
	color: #5E211E;
	letter-spacing: 2px;
	font-size: 52px;
	line-height: 62px;
}
.contact span:nth-child(2) { font-size: 17px; margin: 5px 0 8px; }
.contact span:nth-child(3) { font-size: 28px; }
.contact span:nth-child(4) { font-size: 20px; margin-top: 20px; }
.contact span:nth-child(5) { font-size: 20px; }

#about section { margin: 40px 0; }
#about section img { display: block; margin: 0 auto 30px auto; }
#about section p { margin: 10px 0; text-align: justify; }

iframe#youtube-embed { width: 100%; aspect-ratio: 16/9; }

footer { padding-bottom: 20px; text-align: center; font-size: 13px; }



/* ========== Gallery Styles =========== */
.gallery {
	position: relative; z-index: 10;
	margin: 40px auto;
	line-height: 0;
	text-align: center;
}
.gallery-stage {
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0; z-index: 100;
	overflow: hidden;
	line-height: 0;
	display: none; justify-content: center; align-items: center;
	text-align: center;
	background: rgba(147, 137, 127, 0.75);
}
.gallery-stage.showing { display: flex; }
.gallery-stage>div { position: relative; max-width: 100%; }
.gallery .gallery-stage.visible { display: block }
.gallery-stage>div img { max-width: 100% !important; height: auto; }
.gallery img {
	display: inline;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.8; filter: alpha(opacity=80);
	position: relative; z-index: 1;
	width: 116px; height: 116px;
	margin: 0 2px 4px 2px;
	filter: grayscale(1) blur(0.5px) contrast(0.9) sepia(0.5);
	border-radius: 4px;
	object-fit: cover;
}
.gallery img:hover {
	opacity: 1; z-index: 2;
	filter: alpha(opacity=100); filter: grayscale(0);
}
.gallery-caption {
	position: absolute; left: 0; bottom: -50px;
	height: 50px; line-height: 50px; width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-shadow: none;
	color: #CDC7C2;
} 
.gallery-nav a {
	position: absolute; bottom: 0;
	height: 60px; width: 60px;
	line-height: 60px;
	text-align: center;
	color: #93897F;
	background: rgba(0,0,0,0.5);
	font-size: 30px;
	text-align: center;
	text-shadow: none;
}
.gallery-nav a:hover { color: #5E211E; }
.gallery-nav a#prev {
	left: 0; top: 50%;
	display: flex; align-items: center; justify-content: center;
	margin: -30px 0 0 -60px;
}
.gallery-stage.first .gallery-nav a#prev { display: none; }
.gallery-nav a#next {
	right: 0; top: 50%;
	display: flex; align-items: center; justify-content: center;
	margin: -30px -60px 0 0;
}
.gallery-stage.last .gallery-nav a#next { display: none; }
.gallery-nav a#close { right: -70px; top: -70px; display: block; }



/* ========== Responsive Styles ========== */
@media only screen and (max-width: 720px) {
.gallery-nav #prev { margin-left: 0 !important; }
.gallery-nav #next { margin-right: 0 !important; }
.gallery-nav #close { right: 0 !important; }
}
@media only screen and (max-width: 360px) {
header nav a { font-size: 18px; }
}