@charset "UTF-8";
/* CSS Document */

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  	   Promotional Page                     | 
|   splash images of products promoted      |
|-------------------------------------------|
|------------------------------------------*/


/*-----------------------------------|
|------------------------------------|
|    Laptop Desktop Landscape	     | 
| 	 Medium Screen Grid layout		 |
|       Overall                      |
|------------------------------------|
|-----------------------------------*/

@media screen and (max-width: 1023px) and (min-width: 835px) and (min-height: 720px) {	/*landscape laptop, desktops*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(175px, auto) minmax(45px, auto) minmax(500px, auto) minmax(auto, 495px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". tagline tagline tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {
	width: 450px;
	height: 125px;
	align-self: end;
	margin-left: calc(60vw - 85%);
	}

.tagline {
	margin-top: 0;
	align-self: center;
	margin-left: calc(60vw - 78%);
	}
	
ul.vNav.About {margin-top: 210px;}

.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 81vw;
	}
.Header {width: 46vw;}
.Trailer, .TrailerB, .SubHdr {width: 69vw;}

.Header {
	grid-area: header;
	}	
.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}
	
.Trl {
	grid-area: Trailer;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(auto, 65px) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}
	
.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	height: auto;
	}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	border-bottom: solid thin rgba(0,204,51,1);
	border-radius: 10px;
	box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-o-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-ms-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-moz-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-webkit-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	width: 290px;
	}

img.IGtag {
	display: block;
	width: 250px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
h4.contact {
	font-size: 16px;
	margin-top: 0;
	padding-left: 50px;
	margin-bottom: 0;
	color: rgba(0,204,51,1);
	width: 240px;
	}
p.contact {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
	}
	
img.MMtag {width: 250px;}

/* ---------------------- */	
h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fCentr {
	text-align: left;
	padding-right: 25px;
	padding-left: 10px;
	margin-left: 25px;
	width: calc(81vw - 350px);
	}	

p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
p.Txt2 {width: calc(81vw - 350px); margin-top: 10px; margin-left: 0;}

.box{width: calc(69vw - 290px); border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(69vw - 305px); margin: 5px 0 0 5px; padding-left: 10px;}

.fCentr p ~ ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(69vw - 290px);
	}
.fCentr p ~ ul li {width: calc(69vw - 340px); padding-right: 20px; margin-bottom: 10px; padding-left: 30px;}
	
/* ---------------------- */	
p.fRt {width: calc(69vw - 200px); text-align: center;}

p.fRt {
	border-bottom: solid thin rgba(0,204,51,1);
	margin-bottom: 45px;
	border-left: solid thin rgba(0,204,51,1);
	box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-o-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-ms-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-moz-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-webkit-box-shadow: -3px 2px 5px rgba(51,153,204,.25); 
	}

p.fRt img.LogoA {width: 285px; padding-top: 25px; margin-left: 0; margin-bottom: -25px;}
p.fRt img.LogoB {width: 340px;}
p.fRt img.LogoC {width: 190px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 280px; margin: 0;}
}


/*-------------------------------|
|--------------------------------|
|        Pro 12 in 	 	         | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*iPad Pro 12 inch Portrait screens*/
@media screen and (max-width: 1024px) and (min-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {	/*portrait Pro 12inch tweaks*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(170px, 170px) minmax(45px, 45px) minmax(450px, auto) minmax(auto, 450px) auto 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". tagline tagline tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {
	width: 450px;
	height: 130px;
	align-self: end;
	justify-self: end;
	}

.tagline {
	width: 400px;
	margin-top: 0;
	margin-left: 145px;
	align-self: center;
	}

/*stops fragmented dot menu list*/
.slSectn .rtNav.About, .rtNav.Prod, .rtNav.Purch, .rtNav.Collab, .rtNav.Lic {
	margin: 0;
	}

ul.vNav.About {
	margin-top: 220px;
	}
		
.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 76vw;
	}
	
.Header {width: 43vw;}
.Trailer, .TrailerB, .SubHdr {width: 64vw;}

.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}
	
.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	height: auto;
	}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	width: 335px; 
	}
	
img.IGtag {
	display: block;
	width: 275px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	border-right: none;
	}
	
h4.contact {
	font-size: 16px;
	margin-top: 0;
	padding-left: 50px;
	margin-bottom: 0;
	color: rgba(0,204,51,1);
	width: 285px;
	}
p.contact {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	margin-left: 0px;
	}

img.MMtag {width: 280px;}	

/* ---------------- */
h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fCentr {
	text-align: left;
	padding-left: 10px;
	margin-left: 35px;
	padding-right: 20px;
	width: calc(76vw - 400px);
	}	

p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
p.Txt2 {width: calc(76vw - 400px); margin-top: 12px; margin-left: 0;}

.box{width: calc(69vw - 400px); border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(69vw - 415px); margin: 5px 0 0 5px; padding-left: 10px;}

.fCentr p ~ ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(69vw - 400px);
	}
	
.fCentr p ~ ul li {width: calc(69vw - 440px); margin-bottom: 10px; padding-left: 30px;}
	
/* ---------------- */
p.fRt {width: calc(76vw - 345px);}
}



@media screen and (min-width: 1024px) and (max-height: 640px) { /* Large Read MacbookPro 15screen Tweaks */
	
ul.vNav li a:visited {color: #FFF;}	
ul.vNav li a:hover {color: #0C6;}
}


/*-------------------------------|
|--------------------------------|
|    Pad Mini and Pad 	 	     | 
| 	 Landscape Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*iPad Mini and iPad Landscape screens*/
@media screen and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape), screen and (max-width: 1180px) and (min-width: 1025px) and (min-height: 769px) and (max-height: 1365px) and (orientation: landscape), screen and (max-width: 1180px) and (min-width: 1025px) and (min-height: 769px) and (max-height: 1365px) and (orientation: portrait) {  /*iPad and Mini land tweaks*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(170px, 170px) minmax(45px, 45px) minmax(450px, auto) minmax(auto, 450px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". tagline tagline tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {
	width: 450px;
	height: 130px;
	align-self: end;
	margin-left: calc(60vw - 72%);
	}

.tagline {
	width: 400px;
	margin-top: 0;
	margin-left: calc(60vw - 75%);
	align-self: center;
	}

ul.vNav.About {
	margin-top: 205px;
	}
	
.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 76vw;
	}

.Header {width: 43vw;}
.Trailer, .TrailerB, .SubHdr {width: 64vw;}

.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}
	
.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	height: auto;
	}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	width: 335px;
	}

img.IGtag {
	display: block;
	width: 275px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	}

h4.contact {
	margin-top: 0;
	padding-left: 50px;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(0,204,51,1);
	width: 285px;
	}
p.contact {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	}
	
img.MMtag {width: 280px;}

/* ----------------------- */
h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fCentr {
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	margin-left: 25px;
	width: calc(76vw - 390px);
	}	

p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
p.Txt2 {width: calc(76vw - 390px); margin-top: 10px; margin-left: 0;}

.box{width: calc(69vw - 400px); margin-left: 25px; border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(69vw - 415px); margin: 5px 0 0 5px; padding-left: 10px;}

.fCentr p ~ ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(69vw - 400px);
	}
.fCentr p ~ ul li {width: calc(69vw - 440px); margin-bottom: 10px; padding-left: 30px;}

/* ----------------------- */
p.fRt {width: calc(76vw - 345px);}
}
	

/*-------------------------------|
|--------------------------------|
|        Pro 10in   	 	     | 
| 	 Landscape Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*iPad Pro 10 inch Landscape screens*/
@media screen and (max-width: 1242px) and (min-width: 1112px) and (max-height: 834px) {  /*iPad pro 10inch land tweaks*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(190px, 190px) minmax(55px, 55px) minmax(150px, auto) auto 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". tagline tagline tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {
	margin: 0;
	width: 550px;
	height: 150px;
	align-self: end;
	margin-left: calc(60vw - 82%);
	}
	
.tagline {
	width: 460px;
	margin-top: 0;
	margin-left: calc(60vw - 82%);
	align-self: center;
	}

ul.vNav.About {
	margin-top: 235px;
	}

.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 76vw;
	}
	
.Header {width: 43vw;}
.Trailer, .TrailerB, .SubHdr {width: 64vw;}
	
.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}

.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	height: auto;
	}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	width: 360px; 
	}

img.IGtag {
	display: block;
	width: 275px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	}
	
h4.contact {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 50px;
	font-size: 16px;
	color: rgba(0,204,51,1);
	width: 310px;
	}
p.contact {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	}

img.MMtag {width: 300px;}	

/* ------------------------ */
h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fCentr {
	padding-right: 20px;
	padding-left: 15px;
	margin-left: 25px;
	width: calc(76vw - 420px);
	}	
	
p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
p.Txt2 {width: calc(76vw - 420px); margin-top: 12px; margin-left: 0;}

.box{width: calc(69vw - 450px); margin-left: 25px; border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(69vw - 465px); margin: 5px 0 0 5px; padding-left: 10px;}

.fCentr p ~ ul {
	text-align: left;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(69vw - 450px);
	}
.fCentr p ~ ul li {width: calc(69vw - 490px); margin-bottom: 10px; padding-left: 30px;}

/* ------------------------ */
p.fRt {width: calc(76vw - 370px);}
}
