/* CSS Document */

/* Button Box info pages (hours, directions, services, etc.)
		Styles for small screen display */

html{margin:0;padding:0;}
body{margin:0;padding:0 0 70px 0;}

h1:first-of-type {
margin-top:10px;
}

#LogoWrapper {
background-color:#444;
display:block;
width:100%;
margin:0px;
padding-top:15px;
padding-bottom:15px;
}

#LogoWrapper span {
display:block;
width:300px;
margin:0px auto;
color:#FFF;
}

#LogoWrapper a:last-of-type {
display:none;
}

.GoBack {
float:left;
margin-top:10px;margin-right:10px;
vertical-align:middle;
}

#Logo {
height:85px;
width:212px;
vertical-align:middle;
}

h1 {
	font-weight: bold;
	display: block;
	width: 100%;
	background-color: #E0DBC5;
	padding: 12px 0px 12px 25px;
	line-height:1.25;
	color: #424242;
   font-family: "Libre Baskerville", Georgia, Garamond, Times, serif;
	/*letter-spacing:0.1em;*/
	font-size: 20pt;
	font-variant:small-caps;
	text-indent:-15px;
}

h2 {font-weight:bold;
	display:block;
	margin:25px 0 12px 10px;
	color: #424242;
	font-family: "Libre Baskerville", Georgia, Garamond, Times, serif;
	font-size:16pt;
	}

p {
	display: block;
	margin: 5px auto 12px auto;
	/*width: 90%;*/
	padding: 0 35px 0 25px;
	color: #333333;
	/* font-size: 11pt; */
	line-height: 1.5;
	text-align:justify;
	hyphens:auto;
}

.HideOnSmallScreen {
display:none;
}

.BackToTop {		/* class of back-to-top navigation layer - product pages only - small screen only */
	display:none;
	position:fixed;
	right: 10px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	z-index: 100;
	overflow: hidden;
	}

.showroom {
	display:inline-block;
	background-image:url(images/Showroom-panorama.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:22%;
	}

.InsetRight {display:block;float:none;margin:10px auto;max-width:100%;height:auto;}
.InsetLeft {display:block;float:none;margin:10px auto;max-width:100%;height:auto;}

table td {text-align:left;padding:10px;vertical-align:top;}
tr td:first-of-type {text-align:right;padding-left:15px;}

#AboutTheInstruments tr td:first-of-type {text-align:left;padding-left:10px;}
#AboutTheInstruments img {display:block;margin:12px auto;}