body, html {
	width:100%;
	height:100%;
	font-family: 'Merriweather', sans-serif;
}
* {
	margin:0;
	padding:0;
}
body {
	overflow:hidden;
	background-color:#fffcf9;
}
main {
	position:absolute;
	width:calc(100vw - 312px - 6em);
	right:0;
}
header {
	position:fixed;
	width:310px;
	margin: 0 8px 8px 0;
	text-align:center;
	z-index:2;
	left:3rem;
	top:0rem;
	padding-top:1rem;
	height:5rem;
	overflow:hidden;
/* 
	background:#468;
 */
	color:#666;
	border-left:solid 1px saddlebrown;
	border-right:solid 1px saddlebrown;
	background:#fff;
}
h1 {
	font-family: 'Merriweather', sans-serif;
	font-weight:300;
	font-size: 2em;
	display:inline-block;
	vertical-align:bottom;
}
h2 {
	font-family: 'Merriweather', sans-serif;
	font-weight:100;
	font-style:italic;
	font-size: 1.2em;
/* 
	margin-top:.3em;
 */
	margin-right:0.4rem;
	display:inline-block;
	vertical-align:bottom;
}
h3, #intro p {
	font-family: 'Merriweather', sans-serif;
	font-weight:300;
	font-size: 2rem;
	top:30%;
	position:relative;
	width:40rem;
	margin:0 auto;
	text-align:left;
}
h3 {
	margin-bottom:1em;
}
#intro p {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:1.5rem;
	margin-top:1rem;
}
#intro a {
	text-decoration:none;
	color:#a51724;
	font-weight:bold;
}
#intro a:hover {
	text-decoration:underline;
}
.btn {
	display:inline-block;
	padding:0.5em 1em;
	background:#468;
	border-radius:1em;
	margin-left:0.5em;
	font-size:1rem;
	font-family: 'Open Sans', sans-serif;
	color:white;
}
input[type="text"] {
	padding:0.5em;
}
nav {
	position:fixed;
	height:calc(100vh - 5.5rem);
	top:5.5rem;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	width:calc(312px + 6em);
	white-space:nowrap;
	margin: 0 8px 0 0;
	z-index:3;
	overflow-y:overlay;
}
nav ul {
	display:block;
	list-style-type:none;
	width:312px;
	margin-left:3rem;
}
nav li {
	width:100%;
	height:2em;
	margin-bottom:0.6rem;
	line-height:2em;
	color:white;
	transition: all 0.5s;
	cursor:pointer;
	background:#99f;
	background-size:cover;
	background-position:center center;
}
nav li:hover {
	height:calc(62px + 1em);
}
nav li p {
	background:rgba(0,26,26,0.7);
	color:white;
	text-align:center;
	width:100%;
	transition: background 0.5s;
	letter-spacing:0.05em;
/* 
	display:none;
 */
}
nav li:hover p {
	background:rgba(0,0,0,0.9);
/* 
	display:none;
 */
}

nav ul[title]::before {
    content: attr(title);
    display: block;
	text-align:center;
	letter-spacing:0.05em;
	background:#999;
	color:white;
	padding:4px 4px;
	cursor:pointer;
    
}
nav ul#writing {
	height:2em;
	overflow:hidden;
	transition:height 0.5s;
}
nav ul#writing:hover {
	height:10em;
}
nav ul#writing li {
	background: none;
	color:#000;
	font-size: 0.9rem;
	height:auto;
	margin:0;
}
nav ul#writing li p {
	text-align:left;
	background:none;
	color:#000;
	letter-spacing:0;
	font-weight:700;
}
nav ul#writing li span {
	display:block;
	width:100%;
	font-style:italic;
	font-weight:300;
	margin-top:-0.8em;
	
}
nav ul#writing li:hover {
	height:auto;
}
nav ul#writing a {
	color:#933;
	transition:color 0.5s;
	text-decoration:none;
}
nav ul#writing a:hover {
	color:#633;
}

nav li.sugar-ghosts {
	background-image: url('/images/install.jpg');
	background-position: center 50%;
}
nav li.curiocity {
	background-image: url('/images/curiocity2022-1.jpg');
	background-position: center 50%;
}
nav li.swingMoon {
	background-image: url('/swingMoon/media/ghostsounds2.jpg');
	background-position: center 30%;
}
nav li.tarot {
	background-image: url('../tarot/!jpgs/cups2.jpg');
	background-position: center 93%;
}
nav li.the-ford-folly {
	background-image: url('../images/86_tn.jpg');
	background-position: center 42%;
}
nav li.mon-of-kron {
	background-image: url('../images/90_tn.jpg');
	background-position: center 62%;
}
nav li.zvezdochka {
	background-image: url('../images/93_tn.jpg');
	background-position: center 60%;
}
nav li.eighth-st {
	background-image: url('../images/30_tn.jpg');
	background-position: center 52%;
}
nav li.the-bridge {
	background-image: url('../images/68_tn.jpg');
	background-position: center 52%;
}
nav li.retoolkit {
	background-image: url('../images/62_tn.jpg');
	background-position: center 52%;
}
nav li.dead-star-maps {
	background-image: url('../images/69_tn.jpg');
	background-position: center 20%;
}
nav li.long-forgotten {
	background-image: url('../images/77_tn.jpg');
	background-position: center 20%;
}
nav li.popup-chicago {
	background-image: url('../images/82_tn.jpg');
	background-position: center 70%;
}
nav li.real-true-adventures {
	background-image: url('../images/67_tn.jpg');
	background-position: center 30%;
}
nav li.what-you-missed {
	background-image: url('../images/63_tn.jpg');
	background-position: center 65%;
}
nav li.creativity-of-things {
	background-image: url('../images/cover_tn.jpg');
	background-position: center 45%;
}
nav li.correspondence {
	background-image: url('../images/corr-tn.jpg');
	background-position: center 10%;
}
nav li.ghost-sounds {
	background-image: url('../images/home-tn.jpg');
	background-position: center 45%;
}
nav li.sounding-out {
	background-image: url('../images/gps-tn.jpg');
	background-position: center 45%;
}
nav li.online-projects {
	background-color: #fff;
	background-image: url('../images/puzzle.png');
	background-size:300%;
	background-position: 40% 65%;
}
section {
	position:relative;
	width:100%;
	height:100vh;
/* 
	background:#ddd;
 */
	overflow:hidden;
}
section#intro {
	color:#16161d;
}
section#the-ford-folly {
	background-color:#ddd;
}
section#mon-of-kron {
	background-color:#eee;
}
section#zvezdochka {
	background-color:#ccc;
}
section#eighth-st {
	background-color:#e5e5e5;
}
.col-images, .col-text {
	float:left;
	display:inline-block;
	width:calc(48% - 2rem);
	margin: auto 0 auto 1%;
	height:100%;
	background:#fff;
	overflow-y:auto;
}
.col-text {
	font-family:'Open Sans';
	padding:2.2rem 2rem;
	width:calc(45% - 4rem);
	font-size:0.9rem;
}
.col-text p {
	margin-bottom:1em;
}
.col-text a, .col-images a {
	font-style:italic;
	color:#933;
	transition:color 0.5s;
	text-decoration:none;
}
.col-text a:hover, .col-images a:hover {
	color:#633;
}
.col-images iframe {
	width:32vw;
	height: 18vw;
	
/* 
	background-color:#ccc;
 */
}
h4 {
	font-size:1.4rem;
	margin-bottom:1.4rem;
	font-family:'Open Sans Condensed';
}
h5 {
	font-size:1.2rem;
	font-style:italic;
	margin-top:-1.4rem;
	margin-bottom:1.4rem;
	font-family:'Open Sans Condensed';
	font-weight:300;
}
.col-text h5 {
	margin-top:1em;
	margin-bottom:0;
	font-weight:bold;
}
section figure {
	top:0;
	left:0;
	width:100%;
}
section figure img {
	width:100%;
	cursor:pointer;	
}
.col-images p {
	font-family:'Open Sans';
	margin:1rem;
	font-size:0.75rem;
	font-style:italic;
	color:#933;
	transition:color 0.5s;
	cursor:pointer;
}
.col-images p:hover {
	color:#633;
}
#blackscreen {
	position:fixed;
	width:100%;
	height:100%;
	z-index: 5;
	background:rgba(0,0,0,0.8);
	display:none;
	cursor:pointer;
}
#whitescreen {
	position:fixed;
	width:100%;
	height:100%;
	z-index: 5;
	background:rgba(255,255,255,0.9);
	display:none;
}
#whitescreen p {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:2.5rem;
	font-weight:300;
	font-style:italic;
}
#blackscreen img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-height:90%;
}
iframe#demos {
	width:80%;
	height:80%;
	position:absolute;
	top:10%;
	left:10%;
	background:#fff;
}