html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
	font-size: 1em;
    line-height: 1.4em;
}





body {
	/*background:#311f0f;*/
	color:rgba(255,255,255,0.85);
	animation: fadeIn 3s;
	animation-fill-mode:forwards;
}

@keyframes fadeIn {
	0% {opacity:0;}
	35% {opacity:0;}
	/*100% {opacity:1;background:#311f0f;}*/
	/*100% {opacity:1;background:#273036;}*/
	100% {opacity:1;background:#363128;}
	/*100% {background:#112b23;}*/
}


.darken {
	animation: chlorophyll 28s;
	animation-fill-mode:forwards;
}

@keyframes chlorophyll {
	0% {background:#363128;}
	90%{background:#16240c;}
	100%{background:#240c0c;}
}



.darken2 {
	animation: chlorophyll 28s;
	animation-fill-mode:forwards;
}

@keyframes chlorophyll-spring2025 {
	0% {background:#363128;}
	90%{background:#16240c;}
	100%{background:#2b2424;}
}


#container {
	width:95%;
	margin:auto;
}





#container>header {
	text-align:center;
	padding-top:100px;
	margin-bottom:3em;
}

header h1 {
	font-size:10vw;
	font-family: 'Fraunces', Garamond, 'Goudy Old Style', Big Caslon, serif;
	line-height:0.85em;
	opacity:0.4;
	color:#7b8a84;
	-webkit-text-stroke: 2px white;
	text-stroke: 2px white;
}

header h2 {
	font-family: 'Roboto', 'Century Gothic', 'Gill Sans', sans-serif;
}

#date {
	font-size:0.85em;
}


figure {
	margin:0px;
}

header img {
	max-width:400px;
}



nav ul {
	list-style:none;
	padding-left:0px;
	display:flex;
	flex-wrap: wrap;
}

nav ul li {
	padding:6px;
	border:1px solid black;
	text-align:center;
	flex: 1 1 auto;
}

.active {
	background:#24170c;
}

nav a {
	font-size:1.25em;
}

#record-credits {
	opacity:0.5;
	position:relative;
	bottom:2em;
}

main header {
	text-align:left;
}

main header h1 {
	font-size: 1.5em;
		-webkit-text-stroke: 1px white;
	text-stroke: 1px white;
}

main, footer, section {
	margin:auto;
	font-family: 'Roboto', 'Century Gothic', 'Gill Sans', sans-serif;
	margin-bottom:3em;
}

main figure img,
section figure img {
	width:100%;
}

main figure,
section figure {
	margin-bottom:1.25em;	
}

figcaption {
	opacity:0.5;
	line-height:1.2;
	margin-bottom:5px;
}

.fotorama {
	background:black;
	border:1px solid black;
}



.fotorama__wrap {
	margin:auto;
	text-align:center;
}

.fotorama__caption__wrap {
	background:rgba(0,0,0,0.5) !important;
	color:white !important;
	font-size:1em;
}



.reduce-text {
		opacity:0.7;
		font-size:0.8em;
	line-height:1.2;
	margin-bottom:5px;
}



video {
	width:100%;
}

a {
	color:#48a89e;
}

a:hover {
	color:#00fbe0;
}

.active a{
	text-decoration:none;
	color:#3f8a82;
}

footer p, figcaption, #footer-columns {
	font-size:0.85rem;
}


#crystal-world, #crystal-world2 {
	display:none;
}





/* Class for making YouTube/Vimeo videos responsive */

figure.responsive {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 */
    height: 0px;
    overflow: hidden;
    max-width: 100%;
}

figure.responsive iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



video{
	object-fit:cover;
}


/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0px;
    padding: 0px;
}

hr.light {
	opacity:0.5;
	width:80%;
}


.desktop {
	display:none;
}

