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

sup {line-height: 0;}

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


/*-------------------------------|
|--------------------------------|
|         Desktop 	 	         | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*Contemporary Desktop screens*/
@media screen and (max-width: 1279px) and (min-width: 1243px) and (min-height: 720px) {  /*desktop*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(205px, 205px) 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 {
	width: 550px;
	height: 155px;
	align-self: end;
	margin-left: calc(60vw - 75%);
	}
	
.tagline {
	width: 460px;
	margin-top: 0;
	margin-left: calc(60vw - 78%);
	align-self: center;
	}
	
ul.vNav.About {margin-top: 250px;}
	
ul.vNav li a:visited {color: #FFF;}	
ul.vNav li a:hover {color: #0C6;}

	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 77vw;
	}
.Header {width: 77vw;}
.Trailer, .TrailerB, .SubHdr {width: 77vw;}

.Header {
	grid-area: header;
	}	
.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}

.Trl {
	grid-area: Trailer;
	margin-top: 25px;
	}

.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header header"
	"ColA ColB ColC"
	". ColB ."
	"Trailer 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;
	}
	
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}
		
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	color: rgba(0,204,51,1);
	}

.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);
	margin-bottom: 45px;
	width: 305px;
	}

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

h4.contact {
	margin-top: 0;
	padding-left: 30px;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(0,204,51,1);
	width: 275px;
	}
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-left: 15px;
	margin-left: 30px;
	width: calc(39vw - 160px);
	}				
	
p.Txt2 {width: calc(39vw - 190px); margin-top: 12px; margin-left: 0;}

p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
.box{width: calc(41vw - 250px); margin-left: 15px; border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: auto; margin: 5px 0 0 5px; padding-left: 10px;}

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

/* -------------------- */ 
p.fRt {width: calc(39vw - 205px); margin-top: 0;}

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: 175px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 250px; margin: 0;}
}

/*------------------------------------------|
|-------------------------------------------|
| 	  Larger Desktop Grid layout		    |
|-------------------------------------------|
|----------------------------------------- */

/*Large Desktop Screens*/
@media screen and (max-width: 1365px) and (min-width: 1280px) and (min-height: 800px) {	/*larger desktop screens*/
#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) minmax(auto, 150px) 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 - 75%);
	}

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

ul.vNav.About {
	margin-top: 235px;
	}
		
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 79vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(295px, 1fr) 1fr 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header header"
	"ColA ColB ColC"
	". ColB ."
	"Trailer 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 {
	border-right: solid thin rgb(0,204,51);	
	margin-bottom: 45px;
	width: 295px;
	}

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

h4.contact {
	margin-top: 0;
	padding-left: 30px;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(0,204,51,1);
	width: 265px;
	}
p.contact {
	font-size: 14px;
	font-style: normal;
	}

img.MMtag {width: 275px;}
	
/* ---------------------- */
h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fCentr {
	padding-left: 10px;
	margin-left: 30px;
	width: calc(40vw - 155px);
	}	
p.Txt2 {width: calc(40vw - 175px); font-size: 14px; margin-top: 10px; margin-left: 0;}

.box{width: calc(40vw - 240px); border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(40vw - 265px); font-size: 14px; margin: 5px 0 0 5px; padding-left: 10px;}

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

/* ---------------------- */
p.fRt {width: calc(40vw - 205px); margin-top: 0;}

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: 175px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 250px; margin: 0;}
}

/*------------------------------------------|
|-------------------------------------------|
|                Pro 12" 	                | 
| 	      Landscape Grid layout			    |
|-------------------------------------------|
|----------------------------------------- */

/*iPad Pro 12 inch Landscape Screens*/
@media screen and (max-width: 1366px) and (min-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) {      /*Pro 12in land screens*/
	#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(240px, 240px) minmax(60px, 60px) minmax(300px, auto) minmax(auto, 300px) 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 - 75%);
	}

.tagline {
	margin-top: 0;
	margin-left: calc(60vw - 78%);
	width: 460px;
	align-self: center;
}
	
ul.vNav.About {
	margin-top: 290px;
	}
	
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 78vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1fr 1fr;
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header header"
	"ColA ColB ColC"
	". ColB ."
	"Trailer 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;
	margin-top: 0;
	border-right: solid thin rgb(0,204,51);
	margin-bottom: 45px;
	width: 300px;
	}

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

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

img.MMtag {width: 275px;}

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

.fCentr {
	margin-left: 30px;
	padding-left: 10px;
	width: calc(39vw - 150px);
	}
p.Txt2 {width: calc(39vw - 180px); font-size: 14px; margin-top: 12px; margin-left: 0;}

.box{width: calc(39vw - 230px); border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(39vw - 250px); font-size: 14px; margin: 5px 0 0 5px; padding-left: 10px;}

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

/* --------------------------- */
p.fRt {width: calc(39vw - 200px); margin-top: 0;}

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: 175px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 250px; margin: 0;}
}



/*------------------------------------------|
|-------------------------------------------|
|      Extra Large screen 	                | 
| 	    Desktop Grid layout		     	    |
|-------------------------------------------|
|----------------------------------------- */

/*Extra Large Desktop Screens*/
@media screen and (max-width: 1919px ) and (min-width: 1367px) and (min-height: 900px) {  /*X-Lg desktop*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(250px, 250px) minmax(60px, 60px) minmax(425px, 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: 600px;
	height: 160px;
	align-self: end;
	margin-left: calc(60vw - 75%);
	}

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

.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 76vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(355px, 1fr) 1fr 1fr;
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header header"
	"ColA ColB ColC"
	". ColB ."
	"Trailer 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);
	margin-bottom: 45px;
	width: 355px;
	}

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

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

img.MMtag {width: 290px;}

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

.fCentr {
	width: calc(38vw - 155px);
	margin-left: 30px;
	padding-left: 10px;
	}	
p.Txt2 {width: calc(38vw - 195px); font-size: 14px; margin-top: 10px; margin-left: 0;}
	
.box {width: calc(38vw - 250px); margin-left: 20px; border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: calc(38vw - 275px); font-size: 14px; margin: 5px 0 0 5px; padding-left: 10px;}

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

/* ------------------------ */
p.fRt {width: calc(38vw - 240px); margin-top: 0; margin-left: 0;}

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: 175px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 250px; margin: 0;}
}


@media screen and (min-width: 1680px) and (min-height: 1050px) { /*tweak Big Sur default rez*/
.masthead {
	margin-left: calc(60vw - 70%);
	}	
}


/*------------------------------------------|
|-------------------------------------------|
|    Presentatiobn screen / TV size 	    | 
| 	 and Lg Desktop Grid layout			    |
|-------------------------------------------|
|----------------------------------------- */

/*Presentation TV Screens*/
@media screen and (min-width: 1920px) and (min-height: 900px) {	/*presentation tv screens*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(270px, auto) minmax(70px, auto) minmax(150px, auto) minmax(auto, 150px) 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: 800px;
	height: 220px;
	align-self: end;
	margin-left: calc(60vw - 75%);
	}

.tagline {
	margin-top: 0;
	width: 580px;
	margin-left: calc(60vw - 78%);
	}

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

ul.vNav li a {
	width: 250px;
	font-size: 16px;
	}
	
.content {
	margin-bottom: 50px;
	grid-area: content;
	width: 79vw;
	}

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

.Trl {margin-top: 25px;}

.content {
	display: grid;
	grid-template-columns: minmax(415px, 1fr) 1fr 1fr;
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header header"
	"ColA ColB ColC"
	". ColB ."
	"Trailer 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 {
	border-right: solid thin rgb(0,204,51);
	margin-bottom: 45px;
	width: 415px;
	}

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

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

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

.fCentr {
	margin-left: 40px;
	padding-left: 10px;
	width: calc(39vw - 190px);
	}	

p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}

p.Txt2 {width: calc(39vw - 235px); margin-top: 12px; margin-left: 0;}

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

.fCentr p ~ ul {
	width: calc(39vw - 350px);
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.fCentr p ~ ul li {width: calc(39vw - 405px); margin-bottom: 10px; padding-left: 45px;}

/* --------------------- */
p.fRt {width: calc(39vw - 290px); margin-top: 0;}

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: 175px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 250px; margin: 0;}
}

@media screen and (min-width: 1920px) and (min-height: 1200px) {	/*presentation tv screens*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(270px, auto) minmax(70px, 70px) minmax(150px, auto) minmax(auto, 150px) 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";
	}

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