*{
	margin:0;
	padding:0;
}
html, body, textarea{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.mainWrapper{
	width:90%;
	max-width: 1300px;
	margin:0 auto;
	height: inherit;
}
.btn01{
	color:white;
	background: #212121;
	display: inline-block;
	padding:13px 20px;
	font-size:.9em;
	border-radius: 5px;
	text-decoration: none;
}
.h201{
	font-size:2.5em;
	font-weight: 600;
}
.h202{
	font-size: 1.5em;
	font-weight: 600;
}
.h203{
	font-size: 2em;
	font-weight: 600;
}
.p01{
	font-size:.95em;
	line-height: 1.5;
}
.p02{
	font-size:.9em;
	line-height: 1.5;
}
.p03{
	font-size: .85em;
}
.ul01{
	list-style: none;
}
.ul01 > li{
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 10px;
}
.contentWrapper{
	padding:50px 0;
}
.textContentWrapper{
	width:100%;
	max-width: 700px;
}
.reviewDiv{
	background:#F5F5F5;
	padding:10px;
	box-sizing: border-box;
	width:100%;
	margin-bottom: 30px;
}
.reviewDiv:last-child{
	margin-bottom: 0;
}
.formDiv{
	margin-bottom: 20px;
}
.formDiv > label{
	display: block;
	font-size:.85em;
	margin-bottom: 5px;
}
.formDiv > input,
.formDiv > textarea{
	display: block;
	font-size:.85em;
	width: 100%;
	padding:7px;
	box-sizing: border-box;
}
.formDiv > textarea{
	height:200px;
}
.dualSectionDisplay{
	width:100%;
	box-sizing: border-box;
}
.contactIcons{
	text-decoration: none;
	margin:0 10px;
}
.contactIcons > img{
	width:40px;
}
#mainNavWrapper{
	width:100%;
	height: 60px;
}
#mainNavSection{
	width: 100%;
	height: inherit;
	position: relative;
}
#mainNavSection > div{
	position: absolute;
}
#mainNavSection > div > a{
	text-decoration: none;
	line-height: 1;
}
#mainNavSection > div:first-child{
	top:50%;
	left:0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#mainNavSection > div:first-child > a{
	display: block;
}
#mainNavSection > div:first-child > a > img{
	display: block;
	height: 45px;
}
#mainNavSection > div:last-child{
	top:50%;
	right:0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#mainFixedNavSection{
	width:100%;
	background: rgba(255,255,255,.95);
	position: fixed;
	bottom:0;
	left:0;
	z-index: 99999;
}
#mainFixedNavSection > ul{
	list-style: none;
	display: block;
	width:100%;
	text-align: center;
	border-top:1px solid lightgrey;
}
#mainFixedNavSection > ul >  li{
	display: inline-block;
	width:25%;
}
#mainFixedNavSection > ul >  li > a{
	text-decoration: none;
	color:black;
	font-size:.9em;
	line-height: 1;
	padding:20px 0;
	display: block;
}
#introWrapper{
	margin:50px 0;
}
#introSection{
	width:100%;
	max-width: 700px;
}
#introSection > h2{
	margin-bottom: 20px;
}
#prodGridWrapper{
	background:#F5F5F5;
	width:100%;
}
#prodGridSection{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

#prodGridSection > div{
	width:calc(50% - 10px);
	height:auto;
	aspect-ratio: 1;
	margin:5px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#prodGridSection > div > a{
	width:100%;
	display: block;
}
#prodGridSection > div > a > img{
	width:100%;
	display: block;
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
	opacity: 0;
	transition: all 0.35s ease-in-out;
}
#prodGridSection > div > a > img:nth-child(1){
	opacity: 1;
}
#prodGridSection > div:hover img:nth-child(1){
	opacity: 0;
}
#prodGridSection > div:hover img:nth-child(2){
	opacity: 1;
}
#mainProdWrapper{
	margin:30px 0;
}
#prodImageSection{
	width:100%;
	margin-bottom: 30px;
}
#prodImageLarge{
	width:100%;
}
#prodImageGrids{
	width:100%;
	display: flex;
}
#prodImageGrids > img{
	width:calc(20% - 10px);
	aspect-ratio: 1;
	height: auto;
	margin:5px;
}
#prodImageGrids > img:first-child{
	margin-left:0;
}
#prodImageGrids > img:last-child{
	margin-right:0;
}
#prodDetailSection{
	width:100%;
}
#prodDetailSection > h2{
	margin-bottom: 30px;
}
#prodDetailSection > p{
	margin-bottom: 30px;
}
#prodDetailSection > ul{
	margin-bottom: 30px;
}
#mainFooterWrapper{
	width:100%;
	padding:50px 0;
}
#mainFooterSection > p{
	color:#616161;
}
#bottomMargin{
	height:55px;
	width:100%;
}
#aboutWrapper{
	width:100%;
}

@media screen and (min-width:750px){
	.h201{
		font-size: 3em;
	}
	.p01{
		font-size: 1em;
	}
	.contentWrapper{
		padding:70px 0;
	}
	.dualSectionDisplay{
		width:calc((100% - 100px) / 2);
		display: inline-block;
		vertical-align: top;
	}
	.dualSectionDisplay:last-child{
		margin-left: 100px;
		text-align: center;
	}
	#introWrapper{
		margin:70px 0;
	}
	#introSection > h2{
		margin-bottom: 30px;
	}
	#prodGridSection > div{
		width:calc(33% - 10px);
	}
	#mainFixedNavSection{
		bottom:30px;
		border-top: none;
		width:90%;
		max-width: 600px;
		left:50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 2px 2px 10px lightgrey;
	}
	#mainFixedNavSection > ul >  li > a{
		font-size:.95em;
	}
	#mainFixedNavSection > ul >  li > a:hover{
		color:white;
		background: black;
	}
	#prodImageSection{
		width:calc(50% - 100px);
		display: inline-block;
		margin:50px;
		vertical-align: top;
	}
	#prodDetailSection{
		width:calc(50% - 100px);
		display: inline-block;
		margin:50px;
		vertical-align: top;
	}
	#bottomMargin{
		height:85px;
	}
}

@media screen and (min-width:1100px){
	.h201{
		font-size: 3.5em;
	}
	.p01{
		font-size: 1.05em;
		line-height: 1.7;
	}
	.dualSectionDisplay{
		width:calc((100% - 200px) / 2);	
	}
	.contentWrapper{
		padding:90px 0;
	}
	.contactIcons{
		margin:0 20px;
	}
	.contactIcons > img{
		width:50px;
	}
	.formDiv > input,
	.formDiv > textarea{
		font-size:.9em;
		padding:9px;
	}
	#introWrapper{
		margin:90px 0;
	}
	#prodGridSection > div{
		width:calc(25% - 10px);
	}

}

@media screen and (min-width:1500px){
	.h201{
		font-size: 4em;
	}
	.contentWrapper{
		padding:110px 0;
	}
	#introWrapper{
		margin:110px 0;
	}
	#prodGridSection > div{
		width:calc(20% - 10px);
	}

}