
:root {
	--color-black: #212223;
	--color-white: #FEFCF5;
	--color-red: #D1250E;
	--color-midgrey: #8D9593;
	--color-darkgrey: #555C61;
	--color-darkgrey-dim: rgba(85,92,97,0.5);

	--font-futura: futura-pt-bold, sans-serif;
	--font-futura-book: futura-pt, sans-serif;	
	--font-bitter: 'Bitter', serif;;

	--kerning-header: 0.4rem;
	--kerning-offset: -0.4rem;

	--weight-header: 700;
	--weight-body: 500;

}


/* .karla-<uniquifier> {
  font-family: "Karla", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

#nav::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
#nav::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#nav::-webkit-scrollbar-thumb {
  background: rgb(240,240,240);
  border: 0px none #ffffff;
  border-radius: 5px;
}
#nav::-webkit-scrollbar-thumb:hover {
  background: rgb(200,200,200);
}
#nav::-webkit-scrollbar-thumb:active {
  background: #858585;
}
#nav::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
#nav::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
#nav::-webkit-scrollbar-track:active {
  background: #333333;
}
#nav::-webkit-scrollbar-corner {
  background: transparent;
}

body {
	font-family: "Karla", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: var(--color-white);
}
#mobileMenu a {
	border-left: none;
}
a {
	text-decoration: none;
	border-left: 5px solid transparent;
	color: var(--color-black);
	font-family: "Karla", sans-serif;
	font-weight: 750;
	text-transform: uppercase;
}
.nav-title {
	font-size: 10px;
	letter-spacing: 1px;
}
#nav li:hover a, a:hover, a span:hover {
	color: var(--color-red);
}
#nav a:hover, a.nav-selected:hover {
	border-left: 5px solid var(--color-red);
}
li {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
#nav {
	padding: 0;
	margin: 0;
/*	background-color: rgb(255,255,255);*/
	overflow-y: auto;
	box-sizing: border-box;
	bottom: 0;
	top: 125px;
	width: 275px;
	position: fixed;
}
.year {
	font-family: "Karla", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	display: block;
	color: var(--color-midgrey);
	text-transform: capitalize;
}
#nav a {
	margin-bottom: 0;
	margin-right: 0;
	padding: 5px 35px 5px 35px;
	display: block;
}
a.nav-selected .nav-title {
	color: var(--color-red);
}
#sidebar {
	width: 275px;
	height: 100vh;
	padding: 0 0 0 0;
	box-sizing: border-box;
	background-color: var(--color-white);
	position: fixed;
	text-align: left;
}
#main {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	box-sizing: border-box;
	overflow-x: hidden;
}
#frame {
	box-sizing: border-box;
	margin-left: 275px;
	margin-top: 50px;
	margin-right: 0;
	padding-right: 50px;
}
#scroll {
	margin: 0 auto;
	max-width: 960px;
}
html {
	-webkit-overflow-scrolling: touch;
}
#frame img {
	width: 100%;
	margin-bottom: 15px;
/*	display: none;*/
}
#logo {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	margin: 35px 65px 50px 35px;
	display: inline-block;

}
#logo img {
	width: 40%;
}
#logo a:hover {
	opacity: 0.6;
}
#sm-logo {
	box-sizing: border-box;
	display: none;	
	position: absolute;
	margin-top: -10px;
	cursor: pointer;
}
#sm-logo img {
	width: 25%;
}
#sm-logo span {
	display: inline-block;

}
#sm-logo:hover {
	opacity: 0.8;
}
#cr {
	color: var(--color-darkgrey-dim);
	font-family: "Karla", sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 50px;
	margin-right: 0;
	text-align: right;
}
.lg-outer .lg-image {
	max-height: 90%;
	max-width: 90%;
}
.set-title {
	color: var(--color-red);
	font-size: .8rem;
	font-family: var(--font-futura);
	text-transform: uppercase;
	letter-spacing: 1px;	
	margin-bottom: 25px;
	text-align: right;
}
.set-title span {
	color: var(--color-midgrey);
	font-family: var(--font-futura-book);
	margin-left: 5px;
}

#mobileMenu {
	position: absolute;
	display: block;
	padding-bottom: 50px;
}
#mobileOverlay {
	overflow-y: auto;		
	visibility: hidden;
	position: fixed;
	width: 100vw;
	background-color: rgb(240,240,240);
	z-index: 2;
	font-size: 1.2em;
	padding-top: 25px;
	bottom: 0;
	top: 0;
}
#mobileOverlay li {
	width: auto;
	margin-bottom: 25px;
}
#mobileOverlay .nav-title {
	font-size: 1em;
}
#mobileOverlay .nav-selected:hover {
	border: none;
}

#mo-close-btn {
	font-family: var(--font-futura);
	background-color: var(--color-red);
	color: var(--color-white);
	letter-spacing: 1px;
	padding: 10px 15px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-size: 0.8em;
	left: 0;
	margin-bottom: 15px;
	cursor: pointer;

}
#mo-close-btn a, #mo-close-btn a:visited {
	text-decoration: none;
	color: rgb(250,250,250);
}
#mo-close-btn:hover {
	background-color: rgb(50,50,50);
}
.sm-menu {
	margin: 25px 0 0 0;
	padding: 0;
}
.sm-menu li {
	margin-bottom: 15px;
}

.desc {
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 25px;
	display: none;
	color: rgba(0,0,0,0.6);
}
.desc-show {
	display: block;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	#sm-logo {
		position: fixed;
		left: 0;
		top: 40px;
		width: 150px;
		height: 160px;
		background-color: var(--color-white);
		background-image: url('../img/tns-logo-red.png');
		background-repeat: no-repeat;
		background-size: 30%;
		background-position: 50% 50%;
		text-align: center;
	}
	#sm-logo img {
		visibility: hidden;
	}
	#mobileOverlay {
		zoom: 3;
	}
	.set-title {
		zoom: 2.5;
	}
	#frame {
		margin-left: 0;
	}
	#cr {
		font-size: 10px;
		zoom: 2.5;
	}

}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px), only screen and (max-width: 800px) {

	#sidebar {
		visibility: hidden;
	}
	#frame {
		margin-left: 0;
		padding-left: 50px;
		padding-top: 50px;
	}
	#sm-logo {
		display: inline-block;
	}	
	#gallery {
		padding-top: 10px;
	}	
	#frame img {
		margin-bottom: 10px;	
	}
	.desc {
		margin-left: 0;
	}	
}