@charset "UTF-8";

sup {line-height: 0;}

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

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

/*Default-  Basic about 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(75px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 265px;}

.Full {
	top: 155px;
	}
		
.content {
	margin: 0;
	grid-area: content;
	width: 290px;
	}

.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;
	}
	
.fCntRt {grid-area: ColBC;}

.btnGallery {
	grid-area: Purch;
	width: 160px;           /* equals the width of the button*/
	justify-self: center;
	margin-bottom: 25px;    /*  bottom of the button gallery group*/
	}

button.button1, button.button2, button.button3 {  /*  bottom of individual buttons  */
	margin-bottom: 15px;
	}

.Trl {
	grid-area: Trailer;
	}

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

p.fLeft, p.fCentr, 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.fCentr, p.fRt {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	width: 250px;
	}
p.fRt {padding-bottom: 15px;}

button {                    /* the button styling */
	border-radius: 10px;
	width: 160px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
	
button > * {                /* text aligns within button shape */
	vertical-align: middle;
	}	


/*------------------------------|
|     Style Default states      |
|     Nav 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: 75px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.Full {
	top: 190px;
	}

.content {
	width: 290px;
	}
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 275px;
	}

p.fRt {padding-bottom: 15px;}

button {
	border-radius: 10px;
	width: 160px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
	
button > * {
	vertical-align: middle;
	}	
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 6-7-8          |
|------------------------------*/

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

.Full {
	top: 210px;
	}
	
.content {
	width: 323px;
	}

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

.content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"ColBC"
	"Purch"
	"Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 15px;
	}
p.fLeft {padding-left: 0;}
p.fCentr, p.fRt {padding-right: 15px;}
p.fRt {padding-bottom: 20px;}

.btnGallery {justify-self: center;}
button {
	border-radius: 10px;
	width: 160px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
}

/*-----------------------------|
|     Style Default states      |
|     Nav Mobile 10 size        |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 812px) { 	/*portrait phone 10*/
	/*Tweak logo menu and content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

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

.Full {top: 205px;}

.content {
	width: 335px;
	}

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

p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	margin-left: 15px;
	padding-left: 0;
	width: 300px;
	}
p.fCentr {margin-top: 5px;}
p.fCentr, p.fRt {
	text-align: left;
	margin-left: 15px;
	padding-left: 10px;
	width: 300px;
	}
p.fRt {padding-bottom: 20px;}
		
.btnGallery {justify-self: center;}
button {
	border-radius: 10px;
	width: 160px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}	
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 8 plus         |
|------------------------------*/

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

.masthead {width: 295px;}

.Full {
	top: 210px;
	}

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

p.fLeft, p.fCentr, p.fRt {
	width: 320px;
	margin-left: 20px;
	}
p.fLeft {padding-right: 20px;}
p.fRt {padding-bottom: 20px;}
	
.btnGallery {justify-self: center;}
button {
	border-radius: 10px;
	width: 160px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}	
}


@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: 80px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 295px;}

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

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

p.fLeft, p.fCentr, p.fRt {
	width: 270px;
	margin-left: 20px;
	}
p.fCentr {margin-bottom: 0;}
}


@media screen and (min-width: 390px) and (min-height: 844px) {   /*portrait phone 12 6in */
	/*Tweak content width*/
.content {width: 350px;}

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

p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 20px;
	}	
}


@media screen and (min-width: 428px) and (min-height: 926px) {   /*portrait phone 12  6+in */
	/*Tweak content width*/
.masthead {width: 315px;}
.tagline {margin-left: 120px;}

.content {width: 380px;}

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

p.fLeft, p.fCentr, p.fRt {
	width: 330px;
	margin-left: 20px;
	}	
}

/*-------------------------------------------
|-------------------------------------------|
|          Tweaks-                          |
|    Mobile device horizontal size  	    | 
| 	 Grid layout							|
|-------------------------------------------|
|------------------------------------------*/

@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {    /*landscape phone 4*/
	/*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: minmax(80px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {
	top: 80px;
	}

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

.Trl {grid-area: Trailer;}

.btnGallery {
	grid-area: Purch;
	width: 300px;
	text-align: center;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(175px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColBC"
	". ColBC"
	"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);
	}	

h3 {
	font-size: 16px;
	}

p.fLeft, p.fCentr, p.fRt {
	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: 150px;
	}
p.fCentr {margin-top: 12px; margin-bottom: 0;}
p.fCentr, p.fRt {
	text-align: left;
	padding-right: 10px;
	margin-left: 25px;
	width: 220px;
	}
p.fRt {margin-top: 0; padding-bottom: 30px;}
	
.btnGallery {justify-self: center;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 125px; margin-right: 5px;}
	 	
.button1 img.btnImg {margin-left: -7px;}    /* moves img (and text) to right within button shape */
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}        /* moves text to left within button shape */
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {	/*landscape phone 5*/
	/*Keep default of logo and tag at top of screen; Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {
	top: 80px;
	}

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

.Trl {grid-area: Trailer;}

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


p.fLeft, p.fCentr, 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;
	padding-bottom: 0;
	width: 195px;
	}
p.fCentr {margin-top: 12px; margin-bottom: 0;}
p.fCentr, p.fRt {
	text-align: left;
	padding-right: 15px;
	margin-left: 25px;
	padding-left: 0;
	width: 250px;
	}
p.fRt {margin-top: 0; padding-bottom: 30px;}

.btnGallery {width: 325px; text-align: center;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 125px; margin-right: 5px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {	/*landscape phone 6-7-8*/
	/*Keep default of logo and tag at top of screen; Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 92px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 325px;}

.Full {
	top: 130px;
	}
	
.content {
	width: 620px;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 620px;
	}
.Trl {grid-area: Trailer;}

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

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

.btnGallery {margin-left: 15px; width: 640px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 145px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}

}

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {	/*landscape phone 8 plus*/
	/*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: 103px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 360px;}

.Full {
	top: 140px;
	}

.content {
	width: 680px;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 680px;
	}
.Trl {grid-area: Trailer;}

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

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 230px;
	}
p.Centr {margin-bottom: 0;}
p.fCentr, p.fRt {
	padding-right: 15px;
	padding-left: 10px;
	width: 345px;
	}
p.fRt {margin-top: -12px; padding-bottom: 30px; margin-left: 25px;}

.btnGallery {text-align: center; width: 700px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 150px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {	/*landscape phone 10*/
	/*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: 135px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {
	margin-top: 25px;
	margin-left: 75px;
	width: 375px;
	}

.Full {
	top: 164px;
	}
	
.content {
	width: 775px;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 775px;
	}
.Trl {grid-area: Trailer;}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColBC"
	". ColBC"
	"Purch Purch"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fLeft {
	padding-right: 20px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 280px;
	}
p.fCentr {margin-bottom: 0;}	
p.fCentr, p.fRt {
	padding-right: 20px;
	padding-left: 10px;
	width: 385px;
	}
p.fRt {margin-top: 0; padding-bottom: 30px; margin-left: 25px;}

.btnGallery {text-align: center; width: 750px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 150px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}


@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: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {width: 350px; align-self: center;}

.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 ColBC"
	". ColBC"
	"Purch Purch"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fRt {margin-top: -12px; margin-left: 25px;}

p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fCentr, p.fRt {width: calc(84vw - 290px);}

.btnGallery {text-align: center; width: 750px;}
}


@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: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 240px;
	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 ColBC"
	". ColBC"
	"Purch Purch"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fCentr {margin-bottom: 0;}
p.fRt {margin-top: 0; margin-left: 25px;}

p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fCentr, p.fRt {width: calc(84vw - 290px);}	
.btnGallery {text-align: center; width: 750px;}
}
