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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		     Gallery Pages                  | 
|      3 column gallery of products with    |
|      descriptive text col to right         |
|-------------------------------------------|
|------------------------------------------*/


/*-------------------------------|
|--------------------------------|
|    Pad device size 	 	     | 
|     Pad Mini and Pad           |
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

@media screen and (max-width: 833px) and (min-width: 768px) and (min-height: 415px) and (max-height: 1180px) {	/*portrait tablet*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(150px, 150px) minmax(40px, 40px) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}
	
.masthead {
	width: 475px;
	height: 95px;
	align-self: end;
	margin-left: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 260px;
	}

.slMenu .Full {top: 200px;}
	
	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	grid-area: content; 
	width: 90vw;
	}

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

.promo, .Trl {
	width: 370px;
	margin: 8px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"prgallery colrt";	
	}

.Trl {
	grid-area: Trailer;
	}

.descp {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"prhdg"
	"text"
	"Trailer";
	}
/*------------------------------|
|   text to right of gallery  |
|------------------------------*/

h3.promo, .Trl {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:400;
	padding: 0 15px 0 10px;
	margin-left: 30px;
	}
h2.Trailer {font-size: 18px;}
h3.SubHdr {font-size: 16px;}

p.copy {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	}

.descp {
	width: calc(90vw - 250px);
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0;
	padding: 0;
	align-self: start;
	}
.descp p {margin-left: 30px; width: 370px;}

/*----------------------------|
|    gallery setup in grid    |
|----------------------------*/

.Products {
	width: 225px;
	height: 225px;
	justify-self: center;
	align-self: start;
	margin-top: 100px;
	grid-area: prgallery;
	}

.umBox1, .umBox2, .umBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	}
.umBox1 {
	grid-area: umb1;
	}
.umBox2 {
	grid-area: umb2;
	}
.umBox3 {
	grid-area: umb3;
	}
.umBox1 img, .umBox2 img, .umBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}
	
.qBox1, .qBox2, .qBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	}
.qBox1 {
	grid-area: qb1;
	}
.qBox2 {
	grid-area: qb2;
	}
.qBox3 {
	grid-area: qb3;
	}
.qBox1 img, .qBox2 img, .qBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}

.eBox1, .eBox2, .eBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	}
.eBox1 {
	grid-area: eb1;
	}
.eBox2 {
	grid-area: eb2;
	}
.eBox3 {
	grid-area: eb3;
	}
.eBox1 img, .eBox2 img, .eBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}

.Products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"umb1 umb2 umb3"
	"qb1 qb2 qb3"
	"eb1 eb2 eb3";
	}
}

/*-------------------------------|
|--------------------------------|
|    Smaller Desktop 	 	     | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*smaller desktop screens*/
@media screen and (max-width: 833px) and (min-width: 799px) and (min-height: 736px) {	/*sm desktops*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(150px, 150px) minmax(40px, 40px) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}

.masthead {
	width: 475px;
	height: 95px;
	align-self: end;
	margin-left: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 260px;
	}

.slMenu .Full {top: 200px;}

.content {
	margin-bottom: 30px;
	grid-area: content; 
	width: 90vw;
	}

.promo, .Trl {
	width: calc(90vw - 305px);
	}
.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
}
	
.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"prgallery colrt";	
	}

.descp {
	width: calc(90vw - 250px);
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0;
	padding: 0;
	align-self: start;
	}
.descp p {margin-left: 30px; width: calc(90vw - 305px);}

h2.Trailer {font-size: 18px;}
h3.SubHdr {font-size: 16px;}
		
.Products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"umb1 umb2 umb3"
	"qb1 qb2 qb3"
	"eb1 eb2 eb3";
	}
	
.Products {
	width: 225px;
	height: 225px;
	justify-self: center;
	align-self: start;
	margin-top: 115px;
	grid-area: prgallery;
	}

.umBox1, .umBox2, .umBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	border: solid thin grey;
	}
.umBox1 img, .umBox2 img, .umBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}

.qBox1, .qBox2, .qBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	border: solid thin grey;
	}
.qBox1 img, .qBox2 img, .qBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}

.eBox1, .eBox2, .eBox3 {
	width: calc(.33 * 225px);
	height: calc(.33 * 225px);
	border: solid thin grey;
	}
.eBox1 img, .eBox2 img, .eBox3 img {display: inline-block; height: calc(.33 * 225px); width: calc(.33 * 225px); object-fit: cover;}
}

/*-------------------------------|
|--------------------------------|
|        Pro 10in  	 	         | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*Pad Pro 10 in portrait screens*/
@media screen and (min-width: 834px) and (min-height: 1112px) {	  /*portrait 10inch tablet*/
	/*Tweak content height*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(220px, 220px) minmax(45px, 45px) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}

.masthead {width: 550px;}

.tagline {margin-left: 270px;}

.slMenu .Full {top: 335px;}

.content {
	margin-bottom: 30px;
	grid-area: content; 
	width: 730px;
	}

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

	/*Position content within screen*/
.content {
	display: grid;
	grid-template-columns: minmax(250px, 275px) 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"prgallery colrt";	
	}

h3.promo, .Trl {font-size: 18px; padding: 0 15px 0 10px; margin-left: 20px;}
	
.descp {
	width: 455px;
	margin-top: 25px;
	margin-bottom: 25px;
	align-self: start;
	}
.descp p {margin-left: 20px; width: 410px; font-size: 14px;}

h2.Trailer {font-size: 18px;}
h3.SubHdr {font-size: 16px;}
		
.Products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"umb1 umb2 umb3"
	"qb1 qb2 qb3"
	"eb1 eb2 eb3";
	}
	
.Products {
	width: 250px;
	height: 250px;
	justify-self: center;
	align-self: start;
	margin-top: 75px;
	grid-area: prgallery;
	}
	
.umBox1, .umBox2, .umBox3 {
	width: calc(.33 * 250px);
	height: calc(.33 * 250px);
	border: solid thin grey;
	}
.umBox1 img, .umBox2 img, .umBox3 img {display: inline-block; height: calc(.33 * 250px); width: calc(.33 * 250px); object-fit: cover;}

.qBox1, .qBox2, .qBox3 {
	width: calc(.33 * 250px);
	height: calc(.33 * 250px);
	border: solid thin grey;
	}
.qBox1 img, .qBox2 img, .qBox3 img {display: inline-block; height: calc(.33 * 250px); width: calc(.33 * 250px); object-fit: cover;}

.eBox1, .eBox2, .eBox3 {
	width: calc(.33 * 250px);
	height: calc(.33 * 250px);
	border: solid thin grey;
	}
.eBox1 img, .eBox2 img, .eBox3 img {display: inline-block; height: calc(.33 * 250px); width: calc(.33 * 250px); object-fit: cover;}
}