@font-face {
	font-family: 'GothamBold';
	src: url(fonts/Gotham-Bold.woff) format('woff');
}

@font-face {
	font-family: 'GothamBook';
	src: url(fonts/Gotham-Book.woff) format('woff');
}

@font-face {
	font-family: 'GothamBookItalic';
	src: url(fonts/Gotham-BookItalic.otf) ;
}

@font-face {
	font-family: 'AmericanScribe';
	src: url(fonts/AmericanScribe.otf) ;
}

html {
    -ms-content-zooming: none; /* Disables zooming */
    touch-action: none;   /* Disable any special actions on tap/touch */
}

body {
	background-color: rgb(235,233,238);
}

div#header {
	position: relative;
	top: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
	background-color: black;
	padding-bottom: 10px;
}

h1 {
	font-family: "GothamBold";
	font-size: 20px;
	font-color: black;
	margin: 0 0 0 0;
}


h1.museum {
	float: left;
	margin: 11px 25px 0px 25px;
	color: white;
}

h1.instruction {
	float: right;
	font-size: 80px;
	width: 350px;
	position: relative;
	right: 50px;
	color: white;
}

a.show {
	text-decoration: none;
	color: white;
	top: 8px;
	right: 25px;
	position: absolute;
	border: white 1px solid;
	padding: 1px 3px 0px 3px;
}

#subheader {
	height: 90px;
	background-color: #bf1e2e;
	padding-top: 10px;
}

#subheader h2 {
	font-family: "GothamBook";
	font-size: 40px;
	margin: 20px 0 0 30px;
	color: #FFFFFF;
}

#subheader img {
	display: inline;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	width:80px;
	height: 80px;
}

#footer {
	width: 100%;
	position: relative;
	background-color: #bf1e2e;
	height: 117px;
}

#instructions {
	text-align: center;
}

#instructions p {
	font-size: 1.2em;
	margin: 10px 0;
}

/*OpenSeaDragon CSS*/

#openseadragon {
	width: auto;
	height: 600px;
	position: relative;
}

#toolbar {
	position: relative;
	background-color: black;
	padding: 10px 0;
	text-align: center;
}

.color {
	background-color: #ffc600;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
}

#tombstone {
	margin-top: 10px;
}

#tombstone p {
	text-align: center;
	color: white;
	margin: 0px 0px;
	font-size: 10px;
}

span.eye {
	background: no-repeat url(backgrounds/eye.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

a#zoom_in{
	background-image: url(backgrounds/zoom_in.png);
	width: 36px;
	height: 36px;
	margin: 0 10px;
}

a#zoom_out{
	background-image: url(backgrounds/zoom_out.png);
	width: 36px;
	height: 36px;
	margin: 0 10px;
}

a#reset{
	background-image: url(backgrounds/reset.png);
	width: 36px;
	height: 36px;
	margin: 0 10px;
}

a#view {
	background-image: url(backgrounds/view.png);
	width: 36px;
	height: 36px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
}