@-ms-viewport { width: device-width; }
/* @media only screen and (min-device-width: 800px) { html { overflow: scroll; } } */

*	{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

@font-face	{
	font-family: 'CooperHewitt-Book';
	src: url('../font/CooperHewitt/CooperHewitt-Book.eot');
	src: url('../font/CooperHewitt/CooperHewitt-Book.eot?#iefix') format('embedded-opentype'),
		 url('../font/CooperHewitt/CooperHewitt-Book.woff') format('woff'),
		 url('../font/CooperHewitt/CooperHewitt-Book.otf') format('truetype'),
		 url('../font/CooperHewitt/CooperHewitt-Book.svg#CooperHewitt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face	{
	font-family: 'CooperHewitt-Light';
	src: url('../font/CooperHewitt/CooperHewitt-Light.eot');
	src: url('../font/CooperHewitt/CooperHewitt-Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/CooperHewitt/CooperHewitt-Light.woff') format('woff'),
		 url('../font/CooperHewitt/CooperHewitt-Light.otf') format('truetype'),
		 url('../font/CooperHewitt/CooperHewitt-Light.svg#CooperHewitt') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #eee;
	width: 100%;
	height: 100%;
}

.panocon {
	width: 100%;
	height: 80vh;
	-moz-overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-family: CooperHewitt-Book, Courier, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #343434;
}

.panodesc {
	height: 50%;
	min-height: 500px;
	width: 80%;
	margin: auto;
}

.panodesc p {
	font-family: CooperHewitt-Light;
	text-rendering: optimizeLegibility;
	font-size: 1.4em;
	line-height: 2.4em;
	margin-top: 2em;
	margin-bottom: 2em;
}

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

#visor	{
	display: block;
	height: 50%;
	min-height: 550px;
	width: 100%;
}

	#ganter	{
		display: block;
		height: 50%;
		min-height: 550px;
		width: 100%;
	}

@media (min-height: 1000px)	{
	
	 #ganter	{
		height: 800px;
	}
}