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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		 About Layout Page                  | 
| 3 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, 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: 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;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}
	
.Trl {
	grid-area: Trailer;
	}

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

p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
	
p.fLeft {
	text-align: right;
	margin-top: 12px;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 25px;
	padding-left: 10px;
	width: 220px;
	}
p.fCentr {
	margin-top: 12px;
	}	
p.fCentr, p.fRt {
	text-align: left;
	padding-right: 30px;
	margin-left: 30px;
	padding-left: 0;
	width: 340px;
	}

 img.mediaImg {width: 225px; display: block; margin-left: 45px;}
}


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

.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;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}

.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 ColB"
	". ColC"
	"Trailer Trailer";
	}

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

img.mediaImg {width: 225px; display: block; margin-left: 35px;}
}

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

.masthead {
	width: 550px;
	}

.tagline {
	margin-left: 270px;
	}

.slMenu .Full {top: 335px;}

	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	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;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}

.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-size: 16px;
	}
	
p.fLeft, p.fCentr {
	margin-top: 12px;
	font-size: 14px;
	}
p.fRt {font-size: 14px;}

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

.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
	
 img.mediaImg {width: 260px; display: block; margin-left: 35px;}
}