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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		 About Layout Page                  | 
| 3 column text with solid thin rt border   |
|      between left and center columns      |
|-------------------------------------------|
|------------------------------------------*/

/*-----------------------------------|
|------------------------------------|
|    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, 475px) 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;
	justify-self: end;
	}

.tagline {
	margin-top: 0;
	align-self: center;
	margin-left: 70px;
	}

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

.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 81vw;
	}

.Header {
	grid-area: header;
	}	

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(65px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC 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;
	}

.Header {width: 81vw; margin: 12px 0 0 0; text-align: center; align-self: center;}
.Trailer, .TrailerB, .SubHdr {
	width: 81vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
	
h3 {
	font-size: 16px;
	}

p.fLeft, p.fCentr, p.fRt {
	font-size: 14px;
	}

.A, .B {width: calc(81vw * .50);}
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: calc((81vw * .50) - 45px);	
	}
ol.list, ol.list2 {width: calc((81vw * .50) - 60px); margin-left: 35px; padding-left: 10px; border-bottom: none;}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	width: calc((81vw * .50) - 45px);
	}

h4.fRt {width: 81vw; align-text: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: calc(81vw - 55px); padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}


/*-------------------------------|
|--------------------------------|
|    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(150px, 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;
	justify-self: end;
	}

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

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

.Header {width: 76vw; margin: 12px 0 0 0; text-align: center; align-self: center;}

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 76vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

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

p.fLeft, p.fCentr, p.fRt {
	font-size: 14px;
	}

.A, .B {width: calc(76vw * .5);}
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: calc((76vw * .5) - 45px);	
	}
ol.list, ol.list2 {width: calc((76vw * .5) - 60px); margin-left: 35px; padding-left: 10px; border-bottom: none;}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: calc((76vw * .5) - 45px);	
	}
h4.fRt {width: calc(76vw - 40px); text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: calc(76vw - 55px); padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
.Trl {margin-bottom: 25px;}
}
	

@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;}
}


/*-------------------------------|
|--------------------------------|
|        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(auto, 170px) minmax(auto, 45px) minmax(250px, 500px) minmax(auto, 375px) 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: 225px;
	}
	
.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 76vw;
	}

.Header {
	grid-area: header;
	}	
.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, 80px) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC 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;
	}
	
.Header {width: 76vw; margin: 12px 0 0 0; text-align: center; align-self: center;}
.Trailer, .TrailerB, .SubHdr {
	width: 76vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

h3 {font-size: 16px;}
	
p.fLeft, p.fCentr, p.fRt {
	font-size: 14px;
	}
	
.A, .B {width: calc(76vw * .5);}
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;	
	margin-left: 25px;
	width: calc((76vw * .5) - 40px);
	}
ol.list, ol.list2 {width: calc((76vw * .5) - 55px); margin-left: 30px; padding-left: 10px; border-bottom: none;}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 25px;
	width: calc((76vw * .5) - 40px);
	}

h4.fRt {width: calc(76vw); text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: calc(76vw - 55px); padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}


/*-------------------------------|
|--------------------------------|
|        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: 76vw; margin: 12px 0 0 0; text-align: center; align-self: center;}

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 76vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC 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;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
	
h3 {
	font-size: 16px;
	}

p.fLeft, p.fCentr, p.fRt {
	font-size: 14px;
	}

.A, .B {width: calc(76vw * .5);}
p.fLeft {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	border-bottom: none;	
	width: calc((76vw * .5) - 45px);
	}
ol.list, ol.list2 {width: calc((76vw * .5) - 60px); margin-left: 35px; padding-left: 10px; border-bottom: none;}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	border-bottom: none;	
	width: calc((76vw * .5) - 45px);
	}

h4.fRt {width: calc(76vw - 40px); text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: calc(76vw - 55px); padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}

