@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;
	}
	
/*------------------------------------------|
|-------------------------------------------|
|  		 About Collab Pages                 | 
| 2 column text with solid thin rt border   |
|      beteewn left and center columns      |
|-------------------------------------------|
|------------------------------------------*/

/*-------------------------------------------
|    Mobile device Portrait      	 	    | 
| 	 Grid layout tweak	 	  				|
-----------------------------------------  */

/*Default-  Basic collab layout portrait phone <=320 */
	/*Keep default of logo and tag at top of screen*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(65px, 65px) 10px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	width: 205px;
	}
	
.tagline {
	margin-top: -45px;
	margin-left: 195px;
	}
	
.Full {
	top: 135px;
	}

.content {
	margin: 0;
	grid-area: content;
	width: 295px;
	}

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

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

.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: 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"ColC"
	"Purch"
	"Trailer";
	}

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

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	text-align: center;
	}	
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	text-align: center;
	color: rgba(0,204,51,1);
	}
	
p.fLeft, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	padding-left: 10px;
	width: 250px;
	}
p.fRt {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	width: 250px;
	}

.purch {width: 275px; text-align: center; margin-bottom: 20px;}

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

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

p.byline {
	margin-top: 0;
	font-style: italic;
	}

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

/*------------------------------|
|     Style portrait phone      |
|         Mobile 5              |
|------------------------------*/

@media screen and (min-width: 320px) and (max-height: 568px) {		/*portrait phone 5*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(65px, 65px) 10px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.tagline {margin-top: -45px; margin-left: 195px;}

.Full {top: 135px;}

.content {
	width: 295px;
	}

.Header {
	width: 275px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Trailer, .TrailerB, .SubHdr {
	width: 275px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
p.fLeft {width: 250px; padding-right: 15px; padding-bottom: 15px; padding-left: 10px;} 
p.fRt {width: 250px; margin-top: 5px; margin-left: 10px; padding-left: 10px;}

.purch {width: 275px; text-align: center; margin-bottom: 25px;}

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

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

p.byline {
	font-style: italic;
	}

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

/*------------------------------|
|     Style portrait phone      |
|         Mobile 6-7-8          |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 667px) {  	/*portrait phone 6-7-8*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(65px, 65px) 15px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 230px;}
.tagline {margin-top: -45px; margin-left: 215px;}

.Full {top: 140px;}

.content {
	width: 330px;
	}

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

p.fLeft {
	width: 300px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	padding-left: 0;
	} 

p.fRt {
	width: 290px;
	margin-top: 5px;
	padding-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	}

.purch {width: 330px; text-align: center; margin-bottom: 30px;}

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

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

p.byline {
	font-style: italic;
	}

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

/*------------------------------|
|     Style portrait phone      |
|         Mobile 10 size        |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 812px) { 	/*portrait phone 10*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(65px, 65px) 15px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 230px;}
.tagline {margin-top: -45px; margin-left: 215px;}

.content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(30px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"ColC"
	"Purch"
	"Trailer";
	}

.content {
	width: 325px;
	}

.Header {
	width: 325px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Trailer, .TrailerB, .SubHdr {
	width: 325px;
	margin: 4px 0 0 0;
	align-self: center;
	text-align: center;
	}
	
p.fLeft, p.fRt {
	width: 285px;
	padding-right: 15px;
	margin-left: 15px;
	}

p.fLeft {
	text-align: right;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	}

p.fRt {text-align: left; margin-top: 5px; padding-left: 10px;}

.purch {width: 325px; text-align: center; margin-bottom: 30px;}

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

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

p.byline {
	font-style: italic;
	}

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


/*------------------------------|
|     Style portrait phone      |
|         Mobile 8 plus         |
|------------------------------*/

@media screen and (min-width: 414px) and (max-height: 896px) { 	/*portrait phone 8 plus, phone 11 */
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(65px, 65px) 15px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 250px;}
.tagline {margin-top: -40px; margin-left: 235px;}

.Full {top: 145px;}

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

.Trailer, .TrailerB, .SubHdr {
	width: 365px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
p.fLeft, p.fRt {
	width: 320px;
	padding-right: 20px;
	margin-left: 15px;
	}
	
p.fRt {margin-left: 20px;}

.purch {width: 365px; text-align: center; margin-bottom: 30px;}

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

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

p.byline {
	font-style: italic;
	}

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

@media screen and (min-width: 360px) and (min-height: 780px) {   /*portrait phone 12 5+in */
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 65px 15px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 230px;}
.tagline {margin-top: -45px; margin-left: 215px;}

.Full {
	top: 170px;
	}
	
.content {width: 315px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 315px;
	}
	
p.fLeft, p.fRt {width: 270px;}

.purch {width: 315px;}
.btnGallery {width: 315px;}
}


@media screen and (min-width: 390px) and (min-height: 844px) {   /*portrait phone 12 6in */
	/*Tweak content width*/
.masthead {width: 230px;}
.tagline {margin-top: -45px; margin-left: 215px;}

.content {width: 350px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 350px;
	}

p.fLeft, p.fRt {width: 305px;}
.purch, .btnGallery {width: 350px;}
}


@media screen and (min-width: 428px) and (min-height: 926px) {   /*portrait phone 12  6+in */
	/*Tweak content width*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 70px 20px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 315px;}
.tagline {margin-top: -45px; margin-left: 260px;}

.content {width: 380px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 380px;
	}

p.fLeft, p.fRt {width: 335px;}
.purch, .btnGallery {width: 380px;}
}


/*----------------------------------|
|-----------------------------------|
|          Tweaks-                  |
|    Mobile device landscape  	    | 
| 	 Grid layout					|
|-----------------------------------|
|----------------------------------*/

@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {    /*landscape phone 4*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, 75px) minmax(18px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 320px;}
.tagline {margin-top: -48px; margin-left: 285px;}

.Full {top: 100px;}

.content {
	width: 430px;
	}

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

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

.content {
	display: grid;
	grid-template-columns: minmax(175px, 1fr) 1fr;
	grid-template-rows: minmax(40px, 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;
}
	
p.fLeft, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	margin-left: 15px;
	padding-right: 9px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 150px;
	}
p.fRt {
	margin-top: 12px;
	margin-left: 25px;
	text-align: left;
	width: 220px;
	}
	
.purch {width: 430px; text-align: center; margin-bottom: 40px;}

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

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

p.byline {
	margin-left: 5px;
	font-style: italic;
	}

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

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {	/*landscape phone 5*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, 75px) minmax(20px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 350px;}

.tagline {margin-top: -50px; margin-left: 320px;}

.Full {top: 100px;}

.content {
	width: 520px;
	}

.Header {
	width: 520px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Trailer, .TrailerB, .SubHdr {
	width: 520px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

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

p.fLeft, p.fRt {
	margin-top: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 9px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 15px;
	width: 195px;
	}
p.fRt {
	text-align: left;
	padding-right: 15px;
	margin-left: 25px;
	padding-left: 0;
	width: 250px;
	}
.purch {width: 520px; text-align: center; margin-bottom: 40px;}

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

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

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

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

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {	/*landscape phone 6-7-8*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, 75px) minmax(35px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 330px;}
.tagline {margin-top: -40px; margin-left: 395px;}

.Full {top: 140px;}

.content {
	width: 620px;
	}

.Header {
	width: 620px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Trailer, .TrailerB, .SubHdr {
	width: 620px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

p.fLeft {
	padding-right: 12px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 20px;
	width: 220px;
	}

p.fRt {
	width: 310px;
	margin-top: 11px;
	padding-right: 20px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-left: 0;
	}	
.purch {width: 620px; text-align: center; margin-bottom: 40px;}

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

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

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

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

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {	/*landscape phone 8 plus*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, 75px) minmax(40px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 345px;}
.tagline {margin-top: -40px; margin-left: 400px;}

.Full {top: 150px;}

.content {
	width: 680px;
	}

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

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

.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

p.fLeft, p.fRt {
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 25px;
	}	
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 230px;
	}
p.fRt {
	width: 345px;
	padding-right: 15px;
	}
.purch {width: 680px; text-align: center; padding-top: 20px; margin-bottom: 40px;}

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

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

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

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

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {	/*landscape phone 10*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, 75px) minmax(40px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 355px; margin-left: 60px;}
.tagline {margin-top: -39px; margin-left: 400px;}

.Full {top: 125px;}

.content {
	width: 775px;
	}

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

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

.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

p.fLeft, p.fRt {
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 25px;
	}	
	
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fRt {width: 385px; padding-right: 20px;}

.purch {width: 775px; text-align: center; margin-bottom: 40px;}

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

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

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

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


@media screen and (max-width: 896px) and (min-width: 834px) and (max-height: 414px) {  /*landscape iphone 11 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 85px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {width: 350px; margin-top: -45px; margin-left: 450px;}

.Full {
	top: 140px;
	}
	
.content {
	width: 94vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

p.fLeft {width: 305px; 
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;}
	
p.fRt {width: calc(94vw - 405px);
	padding-left: 25px;}

.purch, .btnGallery {width: 94vw;}
}

@media screen and (min-width: 926px) and (min-height: 428px) {  /* landscape iphone 12 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 85px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {
	margin-left: 450px;
	width: 350px;
	}
	
.Full {
	top: 170px;
	}
	
.content {
	width: 94vw;
	}

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

.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

p.fLeft {width: 305px; 
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;}
	
p.fRt {width: calc(94vw - 405px);
	padding-left: 25px;}

.purch, .btnGallery {width: 94vw;}
}