:root {
	--nav-height: 110px !important;
}

#nav-home {
	font-size: 1.5rem;
}

/* fonts */


/* typography */


.d1 {font-size: 5em;line-height: 1.2;}
.d2 {font-size: 4.5em;line-height: 1.2;}
.d3 {font-size: 4em;line-height: 1.2;}
.d4 {font-size: 3.5em;line-height: 1.2;}
.d5 {font-size: 3em;line-height: 1.2;}
.d6 {font-size: 2.5em;line-height: 1.2;}



.article {
	font-size: 1rem;
	line-height: 1.375rem;
	line-height: 1.4rem;
	gap: 2em;
}

.article p, .cols .col {
	/*font-family: Gelasio, Cambria, Serif;*/
}


nav {
	/*margin-bottom: calc(0px - var(--nav-height) - var(--nav-padding-top));*/
	background-color: transparent;
}


header.site-header {
	background:transparent;
}


poster {
	display: block;
	height: 500px;
	height: 90vh;
	color: white;
	position: relative;
	margin-top: 80px;
	margin-top: 0;
	overflow: hidden;
	margin-bottom: calc(1 * var(--spacing));
}

poster.full {
	height: 100vh;
}

poster h1 {
	font-family: Wulkan;
	font-size: 3.8rem;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	z-index: 20;
	font-weight: 400;
	text-align: center;
}

poster > h1 {
	margin-left: 30%;
	margin-top: 100px;
}

poster > img {
	/* using focus-point.css */
	--x: 0.6 !important;
	--y: 0.5 !important;
	--r: 1.5 !important;
	--width: 100vw !important;
	--height: 90vh !important;
}


poster > #panel > button {
	box-shadow: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgb(240,240,240);
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
	poster img {
		--x: calc(4 / 7) !important;
		--y: 0.4 !important;
	}
}

@media only screen and (max-width: 600px) {
	poster img {
		--x: 0.53 !important;
		--y: 0.34 !important;
	}
}

@media only screen and (max-height: 670px) and (max-width: 550px) {
	#panel {
		display: none;
		opacity: 1;
	}
}

/*
poster .img {
	background-image: url('/over-shibari/fotoshoot.jpg');
	background-position: 50% 10%;
	background-size: cover;
}


@media only screen and (max-width: 1200px) {
	poster .img {
		width: 100%;
		top: auto;
		bottom: auto;
		left: auto;
		background-image: url('/over-shibari/fotoshoot2.jpg');
	}
}
*/


#panel {
	position: absolute;
	bottom: 0;
	left: calc(50vw + 10 * var(--spacing));
	width: 150px;
	padding: 0 var(--spacing);
	background-color: rgba(98,7,6,0);
	z-index: 10;
	height: 400px;
	padding-top: var(--spacing);
}

@media only screen and (max-width: 1200px) {
	#panel {
		left: auto;
		right: calc(3 * var(--spacing));
		height: 400px;
	}
}


#panel h1 {
	/*transform: translate( calc(-10 * var(--spacing)),0);*/
	transform: translate( calc(125px - 100%),0); 
	margin-bottom: var(--spacing);
	font-size: 5rem;
	font-size: 3.8rem;
	white-space:nowrap;
}

@media only screen and (max-width: 800px) {
	#panel {
		right: var(--spacing);
	}
	#panel h1 {
		font-size: 3.375rem;
	}
}



index {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: sticky;
	top: 100px;
}

index > ul {
	width: 200px;
	display: inline-block;
	text-align: left;
}




section {
	margin-bottom: calc(4 * var(--spacing));
}

.special-header {
	text-align: center;
	font-family: Wulkan;
	font-style: italic;
	/*font-size: 1.5rem;*/
}



content section.announcement {
	max-width:450px;
	margin:calc(2 * var(--spacing)) auto;
	margin-top:calc(-5 * var(--spacing));
	background-color:#57131b;
	color:white;
	box-shadow: 0 3px 5px rgba(0,0,0,0.7), 0 7px 20px rgba(0,0,0,0.3);
}

.announcement a {
	color:inherit;
	text-decoration:underline;
}

.announcement a:hover {
	text-decoration: none;
	color:rgb(210,210,210) !important;
}