@charset "UTF-8";
	
/*Set font-family*/
body {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
}

sup {line-height: 0;}

img {
	max-width: 100%;
	height: auto;
	}

.masthead img {width: auto; height: auto;}
	
/*------------------------------------------|
|-------------------------------------------|
|  		 Collab Layout Page                 | 
| 2 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(200px, auto) minmax(45px, auto) auto auto 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {width: 450px; height: 120px; margin-top: 50px; justify-self: end;}

.tagline {
    margin-top: -100px;
    margin-left: -15px;
    width: 125px;}
	
ul.vNav.About {margin-top: 230px;}

.content {
	margin: 0;
	grid-area: content;
	width: 81vw;
	}

.Header {
	grid-area: header;
	}	

.fLeft {
	grid-area: ColA;
	}
	
.fRt {
	grid-area: ColC;
	}

.btnGallery {
	grid-area: Purch;
	}
	
.Trl {
	grid-area: Trailer;
	}

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

p.fLeft, p.fRt {
	margin-top: 12px;
	margin-left: 25px;
	font-size: 14px;
	}
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 245px;
	}
p.fRt {width: calc(81vw - 360px); padding-right: 25px;}
.purch {width: 81vw; text-align: center; margin-bottom: 40px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	}

p.MediaTle {
	margin-bottom: 5px;
	font-size: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);
	}

p.byline {
	margin-top: 0;
	margin-left: 15px;
	font-size: 14px;
	font-style: italic;
	}

.btnGallery {width: 81vw; height: 90px;}
input[type="image"]#prch {
	display: inline;
	}
}


/*-------------------------------|
|--------------------------------|
|        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, 90px) minmax(385px, auto) minmax(auto, 385px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {width: 450px; margin-top: 60px; justify-self: end;}
.tagline {width: 125px; margin-top: -65px; margin-left: 0px; justify-self: start;}

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

ul.vNav.About {
	margin-top: 250px;
	}
	
.content {
	margin: 0;
	grid-area: content;
	width: 76vw;
	}

.Header {
	grid-area: header;
	}	

.fLeft {
	grid-area: ColA;
	}
	
.fRt {
	grid-area: ColC;
	}

.btnGallery {
	grid-area: Purch;
	}
	
.Trl {
	grid-area: Trailer;
	}

.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"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;
	}
	
p.fLeft, p.fRt {
	margin-top: 12px;
	margin-left: 25px;
	font-size: 14px;
	}
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-left: 15px;
	width: 275px;
	}
p.fRt {width: calc(76vw - 400px); padding-right: 20px; margin-left: 35px;}
.purch {width: 76vw; text-align: center; margin-bottom: 40px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	}

p.MediaTle {
	margin-bottom: 5px;
	font-size: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

p.byline {
	margin-left: 15px;
	font-size: 14px;
	font-style: italic;
	}

.btnGallery {width: 76vw; height: 90px;}
input[type="image"]#prch {
	display: inline;
	}
}



@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(175px, auto) minmax(auto, 90px) minmax(425px, auto) minmax(auto, 385px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {width: 500px; margin-top: 50px; justify-self: end;}
.tagline {width: 125px; margin-top: -65px; margin-left: 0px; justify-self: start;}

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

.content {
	margin: 0;
	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 ColC"
	"Purch Purch"
	"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;
	color: rgba(0,204,51,1);
	}

p.fLeft, p.fRt {
	margin-top: 12px;
	margin-left: 25px;
	font-size: 14px;
	}
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-left: 15px;
	width: 275px;
	}
p.fRt {width: calc(76vw - 390px); padding-right: 20px;}
.purch {width: 76vw; text-align: center; margin-bottom: 40px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	}

p.MediaTle {
	margin-bottom: 5px;
	font-size: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

p.byline {
	margin-left: 15px;
	font-size: 14px;
	font-style: italic;
	}

.btnGallery {width: 76vw; height: 90px;}
input[type="image"]#prch {
	display: inline;
	}
}
	

/*-------------------------------|
|--------------------------------|
|        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(175px, auto) minmax(auto, 90px) minmax(425px, auto) minmax(auto, 385px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {width: 500px; margin-top: 50px; justify-self: end;}
.tagline {width: 125px; margin-top: -65px; margin-left: 0px; justify-self: start;}

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

.content {
	margin: 0;
	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 ColC"
	"Purch Purch"
	"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;
	color: rgba(0,204,51,1);
	}

p.fLeft, p.fRt {
	margin-top: 12px;
	margin-left: 25px;
	font-size: 14px;
	}
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	padding-left: 15px;
	width: 300px;
	}
p.fRt {width: calc(76vw - 420px); padding-right: 20px; padding-left: 15px;}
.purch {width: 76vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	}

p.MediaTle {
	margin-bottom: 5px;
	font-size: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

p.byline {
	margin-left: 15px;
	font-size: 14px;
	font-style: italic;
	}

.btnGallery {width: 76vw; height: 90px;}
input[type="image"]#prch {
	display: inline;
	}
}
