@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: 285px;}

	/*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;
	}
	
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 675px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.Header {
	grid-area: header;
	}	
	
.fLeft {
	grid-area: ColA;
	}
	
.fCntRt {
	grid-area: ColBC;	
	}

.content {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 1fr;
	grid-template-rows: minmax(75px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColBC"
	"ColA ColBC"
	"Purch Purch"
	"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 {
	margin-top: 12px;
	margin-left: 25px;
	padding-left: 10px;
	text-align: right;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 220px;
	}
p.fCentr {margin-top: 12px; margin-bottom: 0;}	
p.fCentr, p.fRt {
	padding-right: 30px;
	margin-left: 30px;
	padding-left: 0;
	text-align: left;
	width: 340px;
	}
p.fRt {margin-top: 0; padding-bottom: 30px; margin-left: 25px;}

.btnGallery {text-align: center; width: 750px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 150px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}

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

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

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

.Trailer, .TrailerB, .SubHdr {
	width: 700px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Header {
	grid-area: header;
	}	

.fLeft {
	grid-area: ColA;
	}
	
.fCntRt {
	grid-area: ColBC;	
	}

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

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

.btnGallery {text-align: center; width: 750px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 150px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}

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

	/*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;
	}
	
.Trl {grid-area: Trailer;}
	
.Trailer, .TrailerB, .SubHdr {
	width: 730px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Header {
	grid-area: header;
	}	
.fLeft {
	grid-area: ColA;
	}
	
.fCntRt {
	grid-area: ColBC;	
	}

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

p.fLeft, p.fCentr, p.fRt {
	font-size: 14px;
	}
p.fLeft, p.fCentr {margin-top: 12px;}
p.fLeft {
	margin-left: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 260px;	
	}
p.fCentr {margin-bottom: 0;}
p.fCentr, p.fRt {
	padding-right: 30px;
	margin-left: 25px;
	width: 360px;
	}
p.fRt {margin-top: 0; padding-bottom: 30px;}
	
.btnGallery {text-align: center; width: 750px;}
button {
	border-radius: 10px;
	width: 150px;
	height: 55px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,204,51,1);
	text-align: center;
	}
button > * {
	vertical-align: middle;
	}
button.button1, button.button2, button.button3, button.button4 {width: 150px; margin-right: 10px;}
	 	
.button1 img.btnImg {margin-left: -7px;}
.button2 img.btnImg {margin-left: -15px;}
.button3 img.btnImg {margin-left: -10px;}
.button4 img.btnImg {margin-left: -10px;}
.button1 span {margin-left: -10px;}
.button2 span, .button3 span, .button4 span {margin-left: -5px;}
}