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

/*Set font-family*/
body {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
}

sup {line-height: 0;}

img {
	max-width: 100%;
	height: auto;
	}

/*.masthead img {width: auto; height: auto;}*/

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

/*-------------------------------|
|--------------------------------|
|    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, 175px) minmax(20px, auto) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}
	
.masthead {width: 475px; margin-top: 50px; margin-left: 110px;}
.tagline {margin-top: -60px; margin-left: 460px;}
	
.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;
}
	
	/*Position content within screen*/
.content {
	margin: 0;
	grid-area: content;
	width: 675px;
	}

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

.Trailer, .TrailerB, .SubHdr {
	width: 675px;
	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: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	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.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin-top: 12px;
	}
p.fLeft {
	text-align: right;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 25px;
	padding-left: 10px;
	width: 220px;
	}
p.fRt {
	text-align: left;
	padding-right: 30px;
	margin-left: 30px;
	width: 340px;
	}
	
.purch {width: 675px; 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: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

p.byline {
	margin-top: 0;
	margin-left: 15px;
	font-size: 14px;
	font-style: italic;
	}

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

/*-------------------------------|
|--------------------------------|
|    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, 175px) minmax(20px, auto) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}
	
.masthead {width: 475px; margin-top: 50px; margin-left: 120px;}
.tagline {margin-top: -60px; margin-left: 470px;}

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

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

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

.Trailer, .TrailerB, .SubHdr {
	width: 700px;
	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: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColC"
	"Purch Purch"
	"Trailer Trailer";
	}

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

.purch, .btnGallery {width: 700px;}
}

/*-------------------------------|
|--------------------------------|
|        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(175px, 210px) minmax(50px, auto) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}

.masthead {width: 480px; margin-top: 75px;}
.tagline {margin-top: -33px; margin-left: 530px;}

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

	/*Position content within screen*/
.content {
	margin: 0;
	grid-area: content;
	width: 730px;
	}	

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

.Trailer, .TrailerB, .SubHdr {
	width: 730px;
	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;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
	
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 8px 0 0 0;
	color: rgba(0,204,51,1);
	}

p.fLeft, p.fRt {
	margin-top: 12px;
	font-size: 14px;
	}
	
p.fLeft {
	margin-left: 20px;
	padding-right: 15px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 260px;
	}
	
p.fRt {width: 360px; padding-right: 30px; margin-left: 25px;}

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

.purch {width: 730px; 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: 20px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

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

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