:root {
	--font-color:#202020; /*#4e4e4c;*/
	--bg-color1:#e6e6e1;
	--bg-color2:#ccccc8;
	--a-color:#fff;
	--orange-color:#ff6600;/*#ff6600;*/
	--wht:#fff;
}

html, body {
	font-size: 100%;
	line-height:1.5; 
	min-height:100%;
	margin:0;
	padding:0;
}

body {
	background:linear-gradient(180deg, #e6e6e1 20%, #ccccc8 100%);
	background-color:var(--bg-color1);
	background-attachment: fixed;
	background-position:100% 100%;
	background-repeat:no-repeat;
	color:var(--font-color);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

* {
	box-sizing: border-box;
}

p {
	font-size: 0.95em;
	line-height: 1.7em;
	margin:3% 0;
}
a {
	color: var(--a-color);
	text-shadow: 0 1px 3px rgba(255, 255, 255, 1);
	text-decoration:none;
	transition: all 1s ease;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:300;
	text-align:left;
	line-height: 1.2;
}
h1 {
	padding:0 0 5% 0;
	font-size: 2.7em;
}
h2 {
	color: #ff5400;
	font-size: 1.25em;
	font-weight: 700;
	padding: 0 0 2% 0;
}
h3 {
	padding:2% 0;
	font-size: 1em;
	text-align:left;
	color:var(--a-color);
}
h4 {
	padding: 10px 0 20px 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #0052d1;
}
h5 {
	margin:18px 0 -10px 0;
	padding:0px 0 10px 0;
	font-size: 1.1em;
	font-weight:800;
	text-align:left;
	color:#b62a1f;
}
ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
}
span {
	font-size:1.3em;
	line-height: 1.1em;
	color:var(--orange-color);
}
img, svg, video {
	max-width:100%;
}
canvas {
	position:fixed;
	top:0;
	left:0;
	z-index: -1;
}
/* ************************************** layout basics ************************************** */

header, 
main,
section,
footer {
	margin:0;
	padding: 2% 2%;
	width:100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}

main {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin: 10% 0 5% 0;
	padding: 0 2%;
	max-width:1600px;
}

.front {
	margin: 15% 0 5% 0;
}

main section {
	flex:2;
	padding:0;
	flex-flow: row wrap;
	align-content: flex-start;
}

section:nth-of-type(2) {
	flex: 5;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}

section.catItem {
	flex: 2;
	padding: 0 10% 0 0;
}

section:nth-of-type(2).catItem {
	display: flex;
	flex-flow: row nowrap;
	flex: 3;
	padding: 0 0 0 10%;
}
section:nth-of-type(3).catItem {
	flex: 1;
	padding: 0;
	width:10%;
}

div {
	/*flex:25%;*/
}

.fa {
	font-size:1.5em;
}


/* ********************************************** header ***************************************** */

.set {
	display:inline-block;
	font:normal normal normal 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:inherit;
	text-rendering:auto;
	font-weight: 600;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	top:0;
	background-color: rgba(230,230,225, 0.7);
	line-height: 0;
	z-index:500;
}
.logo {
	flex:1;
	z-index: 450;
	line-height: 0;
	cursor: pointer;
}
nav {
	flex:5;
	display: flex;
	justify-content: flex-end;
	flex-flow: row nowrap;
	margin:0;
	padding:0;
}
.mainNav, .social {
	display: flex;
	margin:0;
	padding:0;
}
.mainNav {
	/* opted to go with the percentage rather than the flex # */
	/*flex:6;*/
	width:70%;
	justify-content: flex-end;
	align-items: center;
	padding: 0 4% 0 0;
}
.social {
	/* flex: 2; */
	width: 10%;
	justify-content: space-around;
	align-items: center;
}
.mainNav li {
	/*flex:1;*/
	width:18%;
	display:inline-block;
	margin:0;
/*padding:2.3% 2%;
text-align:center;
font-weight:800;
font-size:0.85em;
line-height: 1.1em;
text-transform:uppercase;
letter-spacing:2px;
transition: all 1.5s ease;*/
}
.mainNav a {
	padding:2.3% 2%;
	text-align:center;
	font-weight:800;
	font-size:0.85em;
	line-height: 1.1em;
	text-transform:uppercase;
	letter-spacing:2px;
	transition: all 1.5s ease;
}
.mainNav span {
	font-size: inherit;
	line-height: inherit;
	color:#000000; /* #fff; */
}
.social a {
	display: inline-block;
	padding: 0;
	width: 27%;/* 35px */
	fill: #747474;
}
.social a:hover {
	fill:#ccc;
}
.two {
	background-color:rgba(255, 186, 0, 1);
}
.three {
	background-color:rgba(138, 0, 255, 1);
}
.four {
	background-color:rgba(96, 170, 0, 1);
}
.five {
	background-color:rgba(193, 14, 0, 1);
}
.six {
	background-color:rgba(0, 154, 178, 1);
}
#navSwitch {
	color: #fff;
	display: none;
	flex-flow: row nowrap;
	justify-content:flex-end;
	align-items: flex-start;
	flex: 1;
	cursor: pointer;
	z-index: 452;
}

/* ********************************************** layout ***************************************** */

article {
	position: sticky;
	top: 100px;
	padding:6% 8% 0 6%;
}
.catItem article {
	padding:0 8% 0 6%;
}

section .videoWrapper {
	margin-top:0%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	border: 1px #fff solid;
	z-index:100;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mkItem {
	padding: 8% 2%;
}

section .prevSect {
	margin:0;
	padding:0px;
	height:100%;
}

.prevSect img {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	border: 1px #084e3a solid;
}

.payPal {
	line-height: 1em;
	margin:0;
	padding:1% 0;
}

.subNav {
	display:none;
}

.subRev {
	display:none;
}

.thingy, .findIt a, .panel, .panel a {
	transition: 1s;
}

.thingy, .findIt {
	color:#fff;
	cursor: pointer;
	width: 100%;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	margin:0;
	outline: none;
}
.thingy {
	color:rgba(96, 170, 0, 1);
}	
.findIt a {
	text-shadow: none;
	list-style: none;
	color:rgba(0, 154, 178, 1);
}
.thingy:first-child, .findIt:first-child {
	border-top: 1px solid #fff;
	margin-top:4%;
}
.active, .thingy:hover, .findIt a:hover {
	color: #444;
}
.active {
	border-bottom:none;
}
.active::after {
	/*content: "\25B2";  Unicode character for "minus" sign (-) */
}
.panel {
	padding: 1% 0 0 0;
	width:100%;
	display: none;
	overflow: hidden;
}
.panel p {
	padding:1% 0;
	text-align: left;
}
.panel a {
	color:#004880;
	font-weight: 600;
	text-shadow: none;
}
.panel a:hover {
	color:#d04500;
}

/* ******************************************* image sizes *************************************** */

.oneList, 
.twoList, 
.prodList, 
.itemList,
.imgList {
	flex:24% 0; /* was 22% */
	border:0.25px solid #fff;
	margin:0 1% 1% 0;
	line-height: 0;
}
.oneList {
	flex:78%;
}
.twoList {
	flex:48%;
}
.prodList {
	flex:32%;
}
.imgList {
	display: flex;
	flex-flow: column wrap;
}

/* *************************************** form *************************************************** */

section form {
	width:100%;
	margin:0;
	padding: 2% 0;
	font-family:Arial, Helvetica, sans-serif;
}

section fieldset {
	margin:0;
	padding:0;
	border: none;
}

section label {
	display: block;
	text-align:left;
	font: normal 300 .75em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FFF;
	margin-bottom: 10px;
}

section input[type="text"], section input[type="date"], section input[type="datetime"], 
section input[type="email"], section input[type="number"], section input[type="search"], 
section input[type="time"], section input[type="url"], section input[type="submit"], 
section textarea, section select, button {
	font-family:Arial, Helvetica, sans-serif;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 0.8em;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	background-color: #e8eeef;
	color:#013477;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	margin-right:1%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

section input[type="text"]:focus, section input[type="date"]:focus, section input[type="datetime"]:focus, 
section input[type="email"]:focus, section input[type="number"]:focus, section input[type="search"]:focus, 
section input[type="time"]:focus, section input[type="url"]:focus, section textarea:focus, section select:focus {
	background: #fecb88;
}

section select {
	width:80%; /* was 60%;*/
}

section option {
	font-size: 1em;
	line-height: 1.3em;
}

section input[type="submit"], button {
	background-color:rgba(0, 144, 166, 1);
	color:#fff;
	font-size:1em;
	width:50%;
}

section input[type="text"].formError, section textarea.formError {
	background-color: #ffcb00;
}

.composer {
	float:right;
	padding:3% 2% 0 0;
	font: italic 200 0.65em/0.65em 'Helvetica', Arial, sans-serif;
}

.composer a {
	color:#039;
}


/* ************************************* page arrows ********************************************** */


.arrowLf a, .arrowRt a {
	position: absolute;
	bottom:50%; /* top:75%; */
	width:65px;
	height:65px;
	transition: all 1s ease;
}

.arrowRt a {
	right:0%;
	z-index:3001;
}

.arrowLf a {
	left:0%;
	z-index:3000;
}

.arrowRt a:hover, .arrowLf a:hover {
	background-color:#F60;
}


/* ***************************** screen change 1520px ********************************************** */


@media screen and (min-width:1520px){

	header {
		padding:2.5% 0;
	}

	.itemList {
		flex:18.34% 0;
	}
}


/* ***************************** screen change 1000px ********************************************** */


@media screen and (max-width: 1000px) {

	body {
		font-size:90%;
	}

	.logo {
		/*width:230px;*/
	}

	main {
		/*margin: 11% auto 2%;*/
	}
}


/* ****************************** screen change 900px ********************************************** */


@media screen and (max-width: 900px) {

	body {
		font-size:80%;
	}

	.logo {
		/*width:200px;*/
	}

	.icon a {
		padding: 14px 0;
	}

	.social a {
		padding: 8px 0;
	}

	.logo a {
		padding:0;
	}
}


/* ******************************* screen change 768px ********************************************** */

@media screen and (max-width: 768px) {

	body {
		font-size:110%;
	}	
	p {
		margin:0 2% 3%;
		text-align: center;
	}
	h1 {
		/*font-size: 2.4em;*/
		text-align:center;
	}
	h2 {
		/*font-size: 1.3em;*/
		padding:1% 8% 2.5%;
		text-align:center;
	}
	h4 {
		float:left;
		padding:10px 0px 20px 20px;
		width:48%;
	}
	header, 
	main,
	footer {
		margin: 0 auto;
		padding: 4% 4%;
	}
	nav {
		display: none;
		flex-flow: column nowrap;
		margin: 1% 5%;
	}
	.mainNav {
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
	}
	.mainNav a {
		padding: 6% 2%;
		width: 100%;
	}		
	.social {
		width: 100%;
		justify-content: center;
		margin: 5% 0;
	}
	.social a {
		fill: var(--wht);
		padding: 7px 12px;
		width: 55px;
	}
	.social a:hover {
		fill:#333;
	}
	#navSwitch {
		display:flex;
	}
	.main {
		margin:0;
		position:relative;
		padding:0;
		right:auto;
	}

	/* ********************************************** layout ***************** */

	/*main {
		margin-top:13%;
	}
	section {
		width:100%;
	}*/
	main {
		margin: 14% auto 2%;
		flex-flow: column nowrap;
	}
	section:nth-of-type(2) {
		justify-content: center;
	}
	section .videoWrapper {
		display:none;
	}
	.payPal {
		float:right;
		width:48%;
		padding:7px 20px 0 0;
		text-align:right;
	}

	/* ************************************** image sizes *********************** */

	.oneList, .twoList, .threeList, .prodList {
		/*margin: 0.82956256%;*/
	}
	.mkItem {
		padding: 0% 3%;
	}
	.itemList {
		flex:31.674208213% 0; /* 3 a column */
	}

	/* ************************************** form **************************** */

	section label {
		text-align:center;
		font: normal 300 .85em Arial, Helvetica, sans-serif;
	}
	section input[type="text"], section input[type="date"], section input[type="datetime"], section input[type="email"], section input[type="number"], section input[type="search"], section input[type="time"], section input[type="url"], section textarea, section select, button {
		font-size: 0.9em;
		margin: 0 15% 4%;
		width: 70%;
	}
	section select {
		font-size: 0.85em;
		margin: 0 15% 2%;
		padding:1%;
	}
	section input[type="submit"], button {
		margin:0 30% 5%;
		width:40%;
	}

	/* ************************************* page arrows ********************************************** */

	.arrowLf a, .arrowRt a {
		position: fixed;
		bottom:50%;
		width:40px;
		height:40px;
		transition: all 1s ease;
	}
}

/* ************************************************************ screen change 600px ************************************************************ */

@media screen and (max-width: 600px) {

	h1 {
		font-size:2em;
	}
	h2 {
		font-size: 1.1em;
	}
	/*main {
		margin: 14% auto 2%;
		flex-flow: column nowrap;
	}
	section:nth-of-type(2) {
		justify-content: center;
	}*/
}


/* ************************************ screen change 480px *********************************************************************************** */


@media screen and (max-width: 480px) {

	body {
		font-size:95%;
	}

	/* ************************************** basics *********************** */

	p {
		margin:0 2% 3% 0;
	}
	h4 {
		padding:10px 0px 20px;
		float:left;
		width:48%;
	}

	/* ************************************** header ************************ */

	.mainNav {
/*		position:fixed;
		display:none;
		bottom:0;
		float:none;
		margin:0%;
		padding:0%;
		width:100%;*/
	}
	.logo, #navSwitch {
		flex: 2%;
	}
	.selected {
		color:#fff; /* #ffdd96; #ffb00e;*/
		color: rgba(255, 255, 255, 1);
		background-color:#d96100 !important;
		border-left: none;
	}

/* ************************************** layout ************************* */

	main {
		margin:17% auto 4%;
	}
	.prodList {
		width:48.3408746%;
	}
	.itemList {
		flex:48.5% 0;
		margin:0.5%;
	}
	.payPal {
		float:right;
		width:48%;
		padding:7px 0 0 0;
		text-align:right;
	}
	.composer {
		display:none;
	}

/* ************************************** forms ************************************** */

	section label {
		text-align:center;
		font: normal 300 .75em Arial, Helvetica, sans-serif;
	}
	section input[type="text"], section input[type="date"], section input[type="datetime"], section input[type="email"], section input[type="number"], section input[type="search"], section input[type="time"], section input[type="url"], section textarea, section select, button {
		margin: 0 0 4%;
		width: 100%;
	}
	section select {
		padding:2.25%;
	}

	a {
		text-shadow:none;
		text-decoration:none;
		margin:0 ;
		padding:0;
	}
}

@media screen and (max-width: 360px) {
	header {
		padding: 4% 4%;
	}
	.social a {
		width: 55px;
	}
}
