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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		     Gallery Pages                  | 
|   3 column gallery of License Ops 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: 260px;}

	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	grid-area: content; 
	width: 88vw;
	}

.promo, .SubHdr {
	width: 400px;
	margin: 8px 0 0 0;
	align-self: center;
	text-align: center;
	}
	
.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(225px, 1fr) 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"prgallery colrt";	
	}

/*------------------------------|
|   text to right of gallery  |
|------------------------------*/

h3.promo, h3.SubHdr {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px 0 10px;
	margin-left: 20px;
	}
p.copy {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	}

.descp {        /* container */
	margin-top: 25px; 
	margin-bottom: 25px;
	margin-left: 0;
	align-self: start;
	width: calc(80vw - 225px);
	}
.descp p {margin-left: 20px; width: calc(80vw - 255px);}

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

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

.oBox1, .oBox2, .oBox3, .oBox4 {
	width: calc(.5 * 225px);
	height: calc(.5 * 225px);
	border: solid thin grey;
	}

.oBox1 {
	grid-area: ob1;
	}
.oBox2 {
	grid-area: ob2;
	}
.oBox3 {
	grid-area: ob3;
	}
.oBox4 {
	grid-area: ob4;
	}

.oBox1 img, .oBox2 img, .oBox3 img, .oBox4 img {
	width: calc(.5 * 225px);
	height: calc(.5 * 225px);
	}
		
.Products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"ob1 ob2"
	"ob3 ob4";
	}
}

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

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

.promo, .SubHdr {
	width: 400px;
	}

.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(225px, 250px) 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"prgallery colrt";	
	}
	
h3.promo, h3.SubHdr {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	}
p.copy {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	}

.descp {        /* container */
	align-self: start;
	margin-top: 25px; 
	margin-bottom: 25px;
	width: 445px;
	}
.descp p {margin-left: 30px; width: 400px;}

.Products {
	width: 225px;
	height: 225px;
	justify-self: center;
	align-self: start;
	margin-top: 75px;
	grid-area: prgallery;
	}
	
.oBox1, .oBox2, .oBox3, .oBox4 {
	width: calc(.5 * 225px);
	height: calc(.5 * 225px);
	}
.oBox1 img, .oBox2 img, .oBox3 img, .oBox4 img {
	width: calc(.5 * 225px);
	height: calc(.5 * 225px);
	}
}

/*-------------------------------|
|--------------------------------|
|        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, .SubHdr {
	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: minmax(auto, 400px);
	grid-template-areas: 
	"prgallery colrt";	
	}
	
h3.promo, h3.SubHdr {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px 0 10px;
	margin-left: 20px;
	}
p.copy {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	}
	
.descp {        /* container */
	margin-top: 75px; 
	margin-bottom: 25px;
	width: 455px;
	}
.descp p {margin-left: 20px; width: 410px;}

.Products {
	width: 250px;
	height: 250px;
	justify-self: center;
	align-self: start;
	margin-top: 75px;
	grid-area: prgallery;
	}
	
.oBox1, .oBox2, .oBox3, .oBox4 {
	width: calc(.5 * 250px);
	height: calc(.5 * 250px);
	}
.oBox1 img, .oBox2 img, .oBox3 img, .oBox4 img {
	width: calc(.5 * 250px);
	height: calc(.5 * 250px);
	}
}