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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		 About Layout Page                  | 
| 3 column text with solid thin rt border   |
|      beteewn 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(400px, auto) minmax(auto, 175px) 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 - 80%);
	}

.tagline {
	width: 400px;
	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 {
	grid-area: header;
	}	

.Trl {grid-area: Trailer;}

.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;
	height: auto;	
	}
	
.fRt {
	grid-area: ColC;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(auto, 65px) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColA 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;
	}
p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;	
	}
p.fLeft {
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-bottom: 35px;
	margin-left: 20px;
	width: 245px;	
	}
p.fCentr, p.fRt {
	padding-right: 25px;
	margin-left: 25px;
	width: calc(81vw - 350px);
	}
}


/*-------------------------------|
|--------------------------------|
|    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(300px, auto) minmax(auto, 250px) 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;
	}

.Trl {grid-area: Trailer;}
	
.content {
	margin-bottom: 40px;
	grid-area: content;
	width: 76vw;
	}

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

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;	
	}
p.fLeft, p.fCentr {margin-top: 12px;}
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-bottom: 25px;
	margin-left: 25px;
	padding-left: 15px;
	width: 275px;	
	}
p.fCentr, p.fRt {
	padding-right: 20px;
	margin-bottom: 12px;
	margin-left: 25px; 
	width: calc(76vw - 390px);
	}
p.fRt {margin-top: 12px;}
}
	
	
@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(150px, auto) minmax(auto, 250px) 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-botom: 40pox;
	grid-area: content;
	width: 76vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColA 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;
	}
p.fLeft, p.fCentr {margin-top: 12px;}

p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-bottom: 35px;	
	margin-left: 25px;
	padding-left: 15px;
	width: 275px;
	}
	
p.fCentr, p.fRt {
	padding-right: 20px;
	margin-left: 35px;
	width: calc(76vw - 400px);
	}
}


/*-------------------------------|
|--------------------------------|
|        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;
	}

.Trl {grid-area: Trailer;}
	
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 76vw;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColA 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;
	}

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;
	}
p.fLeft, p.fCentr {margin-top: 12px;}
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;	
	padding-bottom: 25px;
	margin-left: 25px;
	padding-left: 15px;
	width: 300px;
	}
p.fCentr, p.fRt {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 15px;
	width: calc(76vw - 420px);
	}
p.fRt {margin-top: 12px;}
}

