@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/violinmaking_1920_1x.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	font:16px/1.5 Vollkorn;font-size:calc(14px + 4 * ((100vw - 420px) / 860))
}
img {
	max-width: 100%;
}
a{
color:#a73431;
text-decoration: none;
}
a:hover{
border-bottom: solid 1px #a73431;
}
#nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 60;
}
#navContents {
	position: relative;
	width: 95%;
	margin: 18px auto;
}
#opening {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/mam_logo-43rd.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 76% 76%;
}
#40years img {
	position: absolute;
	top: 100vh;
	left: 0;
	width: 100%;
	text-align:center;
	margin: auto;
	display: block;
}
#badge {
	position: relative;
	height: 65px;
	margin: 5px 5px 5px 15px;
}
#navMain {
	position: relative;
	float: right;
	width: 80%;
	height: auto;
	text-align: right;
}
#menuContainer {
	position: relative;
	text-align: right;
	display: none;
}
#menu {
	position: relative;
	width: 40px;
	height: 20px;
	margin-right: 15px;
}
#navMain ul {
	position: relative;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}
#navMain ul li {
	font-family: "Vollkorn", Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	color: #FFFFFF;
	margin: 1px;
	display: inline-block;	
}
#navMain ul li::after {
	content:"";	
}
#navMain ul li a {
	font-size: 18px;
	color: #333333;
	background-color:#C6CFC6;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	border-bottom: solid 0px #a73431;
}
#navMain ul li a:hover {
	color: #CC0000;
	opacity: 0.9;
	border-bottom: solid 0px #a73431;
}
.mainContent {
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	overflow: visible;
}
.evenContent {
	background-color: #F2F4F2;
}
.mainText {
	position: relative;
	width: 80%;
	margin: auto;
	overflow: hidden;
}
h1 {
	font-family: "Vollkorn", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 900;
	color: #333333;
}
h2 {
	font-family: "Vollkorn", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 900;
	color: #333333;
}
h3 {
	font-family: "Vollkorn", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 900;
	color: #333333;
}
h3 {
	font-family: "Vollkorn", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 900;
	color: #333333;
}

figure[class*=image]{
	width:100%;
	max-width:450px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:24px;
}
figure[class*=image] img.lazyload{
opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
figure[class*=image] img.lazyloaded{
opacity:1}
figure[class*=image] figcaption{
	font-style:	italic;
	padding:24px;
	background-color:#f6ebea;
	text-align: center;
}
figure[class*=image]{
	width:50%;
	float:left;
	margin-left:0;
	margin-right:48px;
}
figure[class*=imageRight]{
	width:100%;
	max-width:450px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:24px;
}
figure[class*=imageRight] img.lazyload{
opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
figure[class*=imageRight] img.lazyloaded{
opacity:1}
figure[class*=imageRight] figcaption{
	font-style:	italic;
	padding:24px;
	background-color:#f6ebea;
	text-align: center;
}
figure[class*=imageRight]{
	width:50%;
	float:right;
	margin-right:0;
	margin-left:48px;
}
.picContainer {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
}
.picContainer img {
	display: inline;
	max-height: 280px;
	margin: 10px;
}
#db-table {
	position: relative;
	width: 100%;
	border: none;
	background-color: #EEEEEE;
}
#db-table th {
	border: solid 1px #545454;
	background-color: #545454;
	color: #FFFFFF;
	font-weight:700;
	margin: 0px;
	padding: 9px 10px;
	text-align: left;
}
#db-table td {
	border: none;
	font-weight:700;
	padding: 9px 12px;
	text-align: left;
}
#steve {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:  100%;
	visibility: hidden;
}
#steveLink {
	width: 100%;
 	max-width: 780px;
	margin: auto;
	padding: 6px 12px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	background-color: #C6CFC6;
}
#frank {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:  100%;
	visibility: visible;
}
#frankLink {
	width: 100%;
 	max-width: 780px;
	margin: auto;
	padding: 6px 12px;
	font-weight: bold;
	color: #a73431;
	cursor: pointer;
	background-color: #FFFFFF;
}
.pressLink {
	clear: both;
	background-color: #616F61;
	padding: 6px 18px;
	text-align: center;
	color: #FFFFFF;
	font:18px/1.5 Vollkorn;font-size:calc(14px + 4 * ((100vw - 420px) / 860));
	border: none;
	cursor: pointer;
	margin-bottom: 18px;
}
.pressLink:hover {
	opacity: 0.8;
	border: none;
}
#pressArticles {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #F2F4F2;
	z-index: 100;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	display: none;
}
#pressContent {
	position: relative;
	padding-top: 86px;
	padding-bottom: 46px;
	width: 86%;
	height: auto;
	margin: auto;
}
#pressContent div {
	display: none;
}
#closePress {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 35px;
}
#contactInfo {
	float: left;
}
#googleMap {
	float: right;
}
#footer {
	background-color: #5A685A;
	color: #FFFFFF;
}
#footer a, #footer h3 {
	color: #FFFFFF;
}
#footerLeft {
	position: relative;
	width: 48%;
	float: left;
}
#footerRight {
	position: relative;
	width: 48%;
	float: right;
}
.salePics {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
}
.salePics img {
	height: 285;
	width: auto;
	margin: 2px;
}


@media only screen and (max-width: 1380px) {
	#badge {
	margin: 8px 10px;
	}
	#navContents {
	position: relative;
	width: 100%;
	margin: 18px auto;
	}
	#navMain {
	width: 20%;
	min-width: 200px;
	height: auto;
	}
	#menuContainer {
	display: block;
	}
	#navMain ul {
	display: none;
	}
	#navMain ul li {
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	margin: 1px 0px;
	text-align: center;
	display: block;	
	}
	#navMain ul li a {
	color: #333333;
	background-color:#C6CFC6;
	padding: 8px 10px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	}
	.picContainer img {
	max-height: 230px;
	}
	.salePics img {
	height: 180px;
	}
}
@media only screen and (max-width: 600px) {
	.mainText {
	width: 86%;
	}
	#contactInfo {
	float: none;
	}
	#googleMap {
	float: none;
	}
	.picContainer img {
	max-height: 180px;
	}
	.salePics img {
	height: 150px;
	}
}
@media only screen and (max-width: 500px) {
	.salePics img {
	height: 120px;
	}
}
