@charset "UTF-8";


/*------------------------------------------|
|-------------------------------------------|
|  		     Products Page                  | 
|      2 by 2 reversible column display     |
|      draws products from database         |
|-------------------------------------------|
|------------------------------------------*/

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

.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	}
	
.item1.text {
	height: auto;
	width: 175px;
	grid-area: pr1;	
	}
.italic {font-style: italic; font-weight: 600; margin-left: 10px; display: inline-block; width: 165px;}

.indent {
    display: block;
	width: 255px;
    margin: -20px 0 -10px 15px;
	}

.item1.img {
	height: auto;
	width: 75px;
	margin-top: 15px;
	grid-area: pri1;
	}
	
.item2.text {
	height: auto;
	width: 175px;
	grid-area: pr2;
	}

.item2.img {
	height: auto;
	width: 75px;
	margin-top: 15px;
	grid-area: pri2;
	}
.adv {
	width: 275px;
	align-self: center;
	justify-self: center;
	text-align: center;
	grid-area: pradv;
	}

.hdg {
	width: 275px;
	align-self: center;
	justify-self: center;
	text-align: center;
	grid-area: prhdg;
	}
.adv h2, .hdg h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	margin: 8px 0 0 0;
	color: rgba(0,204,51,1);
	}

.item3.img {
	height: auto;
	width: 75px;
	margin-top: 15px;
	grid-area: pri3;
	}
.item3.text {
	height: auto;
	width: 175px;
	grid-area: pr3;
	}

.item4.img {
	height: auto;
	width: 75px;
	margin-top: 15px;
	grid-area: pri4;
	}
.item4.text {
	height: auto;
	width: 175px;
	grid-area: pr4;
	}
.text, .img {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	padding-left: 10px;
	}

.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 110px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}

.item1.text {margin-top: 20px;}
.item1.text img {max-width: 125%; margin-left: 0;}
.item1.text p {margin-top: 5px; margin-left: 5px;}

.item2.text {margin-top: 20px;}
.item2.text img {max-width: 125%; margin-left: -5px;}
.item2.text p {margin-top: 4px; margin-left: 5px;}

.item3.text {margin-top: 20px;}
.item3.text img {margin-left: -5px;}
.item3.text p {margin-top: 0px;}

.item3.rt .indent, .item4.rt .indent {width: 150px;}

.item4.text {margin-top: 20px;}
.item4.text img {width: 140px; margin-left: 5px;}
.item4.text p {margin-top: 2px;}

.item1.img, .item2.img, .item3.img, .item4.img {width: 80px;}

.item1.img {margin-top: 125px;}
.item1.img p, .item2.img p {margin-left: 10px; font-size: 10px;}
.item1.img .btnGallery, .item2.img .btnGallery {margin-left: -5px;}
.item2.img {margin-top: 122px;}

.item3.img {margin-top: 142px;}
.item3.img p, .item4.img p {margin-left: 15px; font-size: 10px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -3px;}
.item4.img {margin-top: 136px;}

.btnGallery {width: 95px; height: 45px; margin-bottom: 10px;}
#btn {display: inline-block; width: 85px; margin-top: -15px; margin-left: 0;}

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

.indent {
    display: block;
	width: 255px;
    margin: -20px 0 -10px 15px;
	}

.item1.text, .item2.text, .item3.text, .item4.text {
	width: 175px;
	margin-top: 20px;
	}
.item1.text img {max-width: 125%; margin-left: 0;}

.item2.text img {max-width: 125%; margin-left: -5px;}
.item2.text p {margin-top: 10px;}

.item3.text img {margin-left: -5px;}
.item3.text p {margin-top: 0px;}

.item4.text img {width: 140px; margin-left: 5px;}
.item4.text p {margin-top: 10px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 80px;
	}
.item1.img {margin-top: 125px;}
.item1.img p, .item2.img p {margin-left: 10px; font-size: 10px;}
.item1.img .btnGallery, .item2.img .btnGallery {margin-left: -5px;}

.item3.img p, .item4.img p {margin-left: 5px;  font-size: 10px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -3px;}

.btnGallery {width: 95px; height: 45px; margin-bottom: 10px;}
#btn {display: inline-block; width: 85px; margin-top: -15px;}
}

/*-------------------------------------------
|    Mobile device Portrait      	 	    | 
| 	        6-7-8	 	  		   		    |
-----------------------------------------  */

@media screen and (min-width: 375px) and (max-height: 667px) {
/*portrait iphone 6-7-8*/	
#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";
	}

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

.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 110px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}

.indent {
    display: block;
    width: 260px;
    margin: -20px 0 -10px 20px;
	}
	
.item1.text, .item2.text, .item3.text, .item4.text {
	width: 215px;
	margin-top: 20px;
	}
.item1.text img {margin-left: 0;}

.item2.text img {margin-left: 0;}
.item2.text p {margin-top: 10px;}

.item3.text img {margin-left: -5px;}
.item3.text p {margin-top: -5px;}

.item3.rt .indent, .item4.rt .indent {width: 190px;}

.item4.text img {width: 160px; margin-left: 5px;}
.item4.text p {margin-top: 10px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 100px;
	}
.item1.img {margin-top: 138px;}
.item1.img p, .item2.img p {margin-left: 25px;}
.item1.img .btnGallery, .item2.img .btnGallery {margin-left: 10px;}
.item2.img {margin-top: 132px;}

.item3.img {margin-top: 134px;}
.item3.img p, .item4.img p {margin-left: 20px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: 5px;}
.item4.img {margin-top: 144px;}
}

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

@media screen and (min-width: 375px) and (min-height: 668px) 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";
	}

.Full {
	top: 165px;
	}
	
.content, .hdg, .adv {
	width: 335px;
	}

.indent {
    display: block;
    width: 260px;
    margin: -20px 0 -10px 20px;
	}
	
.item1.text, .item2.text, .item3.text, .item4.text {
	width: 215px;
	margin-top: 20px;
	}
.item1.text img {margin-left: 0;}

.item2.text p {margin-top: 12px;}

.item3.text p {margin-top: -5px;}

.item3.rt .indent, .item4.rt .indent {width: 190px;}

.item4.text {margin-top: 20px;}
.item4.text img {width: 160px; margin-left: 0;}
.item4.text p {margin-top: 10px;}
		
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 100px;
	}
.item1.img {margin-top: 138px;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item1.img .btnGallery, .item2.img .btnGallery {margin-left: 5px;}

.item2.img {margin-top: 132px;}

.item3.img {margin-top: 132px;}
.item3.img p, .item4.img p {margin-left: 20px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: 5px;}
.item4.img {margin-top: 144px;}
}

/*------------------------------|
|     Style Default states      |
|        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: 180px;
	}

.content {
	width: 365px;
	}

.indent {
    display: block;
    width: 260px;
    margin: -20px 0 -10px 20px;
	}
	
.item1.text, .item2.text, .tem3.text, .item4.text {
	width: 225px;
	margin-top: 20px;
	}
.item1.text img {margin-left: 0;}
.item1.text p {margin-left: 10px;}

.item2.text img {margin-left: 0;}
.item2.text p {margin-top: 12px; margin-left: 10px;}

.item3.rt .indent, .item4.rt .indent {width: 220px;}

.item3.text img {max-width: 125%; margin-left: -5px;}
.item3.text p {margin-top: -5px;}

.item4.text img {width: 160px; margin-left: 0;}
.item4.text p {margin-top: 15px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 100px;
	margin-top: 25px;
	}
.item1.img {margin-top: 142px; margin-left: 15px;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item1.img .btnGallery, .item2.img .btnGallery {margin-left: 15px;}
.item2.img {margin-top: 132px; margin-left: 15px;}

.item3.img {margin-top: 134px;}
.item3.img p, .item4.img p {margin-left: 20px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: 10px;}
.item4.img {margin-top: 130px;}
}


@media screen and (min-width: 360px) and (min-height: 668px) and (max-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;}

.item1.text, .item2.text, .item3.text, .item4.text {width: 195px;}
.item1.img {margin-top: 130px;}
.item2.img {margin-top: 118px;}
.item3.img {margin-top: 150px;}
.item4.img {margin-top: 126px;}
}



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

.item1.text, .item2.text, .item3.text, .item4.text {width: 220px;}
.item1.img {margin-top: 138px;}
.item2.img {margin-top: 124px;}
.item3.img {margin-top: 158px;}
.item4.img {margin-top: 126px;}
}


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

.item1.text, .item2.text, .item3.text, .item4.text {width: 240px;}
.item1.img {margin-top: 146px;}
.item2.img {margin-top: 128px;}
.item3.img {margin-top: 166px;}
.item4.img {margin-top: 128px;}
}


/*-------------------------------------------
|      Tweaks-                              |
|    Mobile device Horizontal size  	    | 
| 	 Grid layout tweak	 	  				|
-----------------------------------------  */
@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {
/*landscape iphone 4*/
#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;
	}

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

.adv, .hdg {
	width: 430px;
	}
 
.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 90px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}

.indent {
    display: block;
    width: 280px;
    margin: -20px 0 -10px 20px;
	}
	
.item1.text, .item2.text, .item3.text, .item4.text {
	width: 240px;
	margin-top: 20px;
	padding-left: 15px;
	}
.item1.text img {margin-left: 5px;}
.item1.text p {margin-left: 10px;}

.item2.text p {margin-top: 12px; margin-left: 10px;}

.item3.rt .indent, .item4.rt .indent {width: 240px;}

.item3.text p {margin-top: -5px;}
.item3.text img {margin-left: -10px}

.item4.text img {width: 175px; margin-left: 10px;}
.item4.text p {margin-top: 10px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 100px;
	margin-top: 25px;
	}
.item1.img {margin-top: 146px; margin-left: 0;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item2.img {margin-top: 136px; margin-left: 0;}

.item3.img {margin-top: 160px;}
.item3.img p, .item4.img p {margin-left: 35px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: 10px;}
.item4.img {margin-top: 132px;}

.btnGallery {width: 105px; height: 45px; margin-bottom: 20px;}
#btn {display: inline-block; width: 115px; margin-top: -15px;}
}

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {
/*landscape iphone 5*/
#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 {
	margin: 0;
	grid-area: content; 
	width: 520px;
	}

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

.adv, .hdg {
	width: 520px;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 90px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}

.indent {
    display: block;
    width: 280px;
    margin: -20px 0 -10px 20px;
	}

.item1.text, .item2.text, .item3.text, .item4.text {
	width: 305px;
	margin-top: 20px;
	margin-left: 25px;
	}
.item1.text img {margin-left: 5px;}
.item1.text p {margin-left: 10px;}

.item2.text p {margin-top: 10px; margin-left: 10px;}

.item3.rt .indent, .item4.rt .indent {width: 240px;}

.item3.text {margin-left: -10px;}
.item3.text img {margin-left: 0;}
.item3.text p {margin-top: -10px;}

.item4.text {margin-left: -10px;}
.item4.text img {width: 185px; margin-left: 10px;}
.item4.text p {margin-top: 15px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 150px;
	margin-top: 25px;
	}
.item1.img {margin-top: 166px; margin-left: 30px;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item2.img {margin-top: 150px; margin-left: 30px;}

.item3.img {margin-top: 158px; margin-left: 35px;}
.item3.img p, .item4.img p {margin-left: 15px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -8px;}
.item4.img {margin-top: 142px; margin-left: 35px;}

.btnGallery {width: 105px; height: 45px; margin-bottom: 20px;}
#btn {display: inline-block; width: 115px; margin-top: -15px;}
}

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {
/*landscape iphone 6 7 8*/
#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 {
	margin: 0;
	grid-area: content; 
	width: 620px;
	}

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

.adv, .hdg {
	width: 620px;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 90px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}
	
.indent {
    display: block;
	width: 375px;
    margin: -20px 0 -10px 20px;
	}

.item1.text, .item2.text, .item3.text, .item4.text {
	width: 375px;
	margin-top: 20px;
	margin-left: 25px;
	}
.item1.text img {margin-left: 10px;}
.item1.text p {margin-top: 10px; margin-left: 15px;}

.item2.text {margin-top: 20px;}
.item2.text img {margin-left: 5px;}
.item2.text p {margin-top: 15px; margin-left: 15px;}

.item3.rt .indent, .item4.rt .indent {width: 325px;}

.item3.text {margin-left: -10px;}
.item3.text img {margin-left: 0;}
.item3.text p {margin-top: -5px;}

.item4.text {margin-left: -10px;}
.item4.text img {width: 185px; margin-top: 15px; margin-left: 5px;}
.item4.text p {margin-top: 15px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 150px;
	margin-top: 25px;
	}
.item1.img {margin-top: 174px; margin-left: 25px;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item2.img {margin-top: 136px; margin-left: 25px;}

.item3.img {margin-top: 146px; margin-left: 35px;}
.item3.img p, .item4.img p {margin-left: 15px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -8px;}
.item4.img {margin-top: 158px; margin-left: 35px;}

.btnGallery {width: 105px; height: 45px; margin-bottom: 20px;}
#btn {display: inline-block; width: 115px; margin-top: -15px;}
}

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {
/*landscape iphone 8plus*/
#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 {
	margin: 0;
	grid-area: content; 
	width: 680px;
	}

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

.adv, .hdg {
	width: 680px;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 90px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}	

.indent {
    display: block;
	width: 375px;
    margin: -20px 0 -10px 20px;
	}

.item1.text, .item2.text, .item3.text, .item4.text {
	width: 450px;
	margin-top: 25px;
	margin-left: 35px;
	}
.item1.text img {margin-left: 10px;}
.item1.text p {margin-top: 10px; margin-left: 15px;}

.item2.text img {margin-left: 5px;}
.item2.text p {margin-top: 15px; margin-left: 15px;}

.item3.rt .indent, .item4.rt .indent {width: 325px;}

.item3.text {margin-left: -10px;}
.item3.text img {margin-left: -5px;}
.item3.text p {margin-top: 0;}

.item4.text {margin-left: -10px;}
.item4.text img {width: 185px; margin-left: 0;}
.item4.text p {margin-top: 15px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 150px;
	margin-top: 25px;
	}
.item1.img {margin-top: 178px; margin-left: 75px;}
.item1.img p, .item2.img p {margin-left: 20px;}
.item2.img {margin-top: 144px; margin-left: 75px;}

.item3.img {margin-top: 156px; margin-left: 50px;}
.item3.img p, .item4.img p {margin-left: 20px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -8px;}
.item4.img {margin-top: 146px; margin-left: 50px;}

.btnGallery {width: 105px; height: 45px; margin-bottom: 20px;}
#btn {display: inline-block; width: 115px; margin-top: -15px;}
}

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {
/*landscape iphone 10*/
#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: 140px;
	}
	
.content {
	margin: 0;
	grid-area: content; 
	width: 775px;
	}

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

.adv, .hdg {
	width: 775px;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto 90px auto auto 90px auto;
	grid-template-areas:
	"pr1 pr1 pri1"
	"prhdg prhdg prhdg"
	"pr2 pr2 pri2"
	"pri3 pr3 pr3"
	"pradv pradv pradv"
	"pri4 pr4 pr4";
	}	

.indent {
    display: block;
	width: 375px;
    margin: -20px 0 -10px 20px;
	}
	
.item1.text, .item2.text, .item3.text, .item4.text {
	width: 485px;
	margin-top: 25px;
	margin-left: 35px;
	}
.item1.text img {margin-left: 15px;}
.item1.text p {margin-top: 10px; margin-left: 20px;}

.item2.text img {margin-left: 10px;}
.item2.text p {margin-top: 15px; margin-left: 20px;}

.item3.rt .indent, .item4.rt .indent {width: 325px;}

.item3.text {margin-left: -10px;}
.item3.text img {margin-left: -5px;}
.item3.text p {margin-top: -5px;}

.item4.text {margin-left: -10px;}
.item4.text img {width: 185px; margin-left: 5px;}
.item4.text p {margin-top: 15px;}
	
.item1.img, .item2.img, .item3.img, .item4.img {
	width: 150px;
	margin-top: 25px;
	}
.item1.img {margin-top: 178px; margin-left: 75px;}
.item1.img p, .item2.img p {margin-left: 25px;}
.item2.img {margin-top: 148px; margin-left: 75px;}

.item3.img {margin-top: 152px; margin-left: 50px;}
.item3.img p, .item4.img p {margin-left: 25px;}
.item3.img .btnGallery, .item4.img .btnGallery {margin-left: -8px;}
.item4.img {margin-top: 148px; margin-left: 50px;}

.btnGallery {width: 125px; height: 45px; margin-bottom: 20px;}
#btn {display: inline-block; width: 135px; margin-top: -15px;}
}

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

.text {font-size: 14px;}
.indent, .item3.rt .indent, .item4.rt .indent {width: calc(94vw - (94vw * .5)); margin: -22px 0 -10px 20px;}
.italic {width: 220px;}
	
.item1.text, .item2.text, .item3.text, .item4.text, .promo.hdg, .promo.adv {width: calc(94vw - (94vw * .35));}
.item1.text, .item2.text {padding-left: 25px;}

.adv h2, .hdg h2 {font-size: 18px;}

.item1.img p, .item2.img p, .item3.img p, .item4.img p {font-size: 12px;}
.item1.img, .item2.img, .item3.img, .item4.img {width: 135px;}
.item1.img {margin-top: 182px;}
.item2.img {margin-top: 144px;}
.item3.img {margin-top: 152px;}
.item4.img {margin-top: 136px;}

.item3.img, .item4.img {justify-self: end; padding-right: 35px;}
.btnGallery {width: 125px; height: 55px; margin-bottom: 20px;}
#btn {width: 135px;}
}


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

.text {font-size: 14px;}
.indent, .item3.rt .indent, .item4.rt .indent {width: calc(94vw - (94vw * .5)); margin: -22px 0 -10px 20px;}
.italic {width: 220px;}
	
.item1.text, .item2.text, .item3.text, .item4.text, .promo.hdg, .promo.adv {width: calc(94vw - (94vw * .35));}
.item1.text, .item2.text {padding-left: 25px;}

.adv h2, .hdg h2 {font-size: 18px;}

.item1.img p, .item2.img p, .item3.img p, .item4.img p {font-size: 12px;}
.item1.img, .item2.img, .item3.img, .item4.img {width: 135px;}
.item1.img {margin-top: 178px;}
.item2.img {margin-top: 146px;}
.item3.img {margin-top: 152px;}
.item4.img {margin-top: 136px;}

.item3.img, .item4.img {justify-self: end; padding-right: 35px;}
.btnGallery {width: 125px; height: 55px; margin-bottom: 20px;}
#btn {width: 135px;}
}