@charset "UTF-8";

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

sup {line-height: 0;}

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

/*-------------------------------------------
|    Mobile device Portrait      	 	    | 
| 	 Grid layout tweak	 	  				|
-----------------------------------------  */

/*Default-  Basic about layout portrait phone <=320 */
	/*Keep default of logo and tag at top of screen*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 265px;}

.Full {
	top: 155px;
	}
		
.content {
	margin: 0;
	grid-area: content;
	width: 290px;
	}

.Header {
	width: 275px;
	margin: 12px 0 0 0;
	align-self: center;
	text-align: center;
	}
	
.Trailer, .TrailerB, .SubHdr {
	width: 275px;
	margin: 4px 0 0 0;
	align-self: center;
	text-align: 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: 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"ColB"
	"ColC"
	"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: 18px;
	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.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	padding-left: 10px;
	width: 250px;
	}
p.fCentr, p.fRt {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	width: 250px;
	}
p.fRt {padding-bottom: 15px;}

.fCentr a, .fRt a {text-decoration: none; color: #06F;}

img.mediaImg {width: 250px; display: block; margin-left: auto; margin-right: auto; padding-bottom: 10px;}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 5              |
|------------------------------*/

@media screen and (min-width: 320px) and (max-height: 568px) {		/*portrait phone 5*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 75px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.Full {
	top: 190px;
	}

.content {
	width: 290px;
	}
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 275px;
	}
p.fRt {padding-bottom: 15px;}

img.mediaImg {width: 250px; display: block; margin-left: auto; margin-right: auto; padding-bottom: 10px;}
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 6-7-8          |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 667px) {  	/*portrait phone 6-7-8*/
	/*Tweak logo menu and content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.Full {
	top: 170px;
	}
	
.content {
	width: 335px;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 335px;
	}

p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 15px;
	}
p.fLeft {padding-left: 0;}
p.fCentr, p.fRt {padding-right: 15px;}
p.fRt {padding-bottom: 20px;}
	
img.mediaImg {width: 250px; display: block; margin-left: auto; margin-right: auto;}
}

/*-----------------------------|
|     Style Default states      |
|     Nav Mobile 10 size        |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 812px) { 	/*portrait phone 10*/
	/*Tweak logo menu and content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

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

.Full {
	top: 165px;
	}
	
.content {
	width: 335px;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 335px;
	}

p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	margin-left: 15px;
	padding-left: 0;
	width: 300px;
	}

p.fCentr, p.fRt {
	text-align: left;
	margin-top: 5px;
	padding-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	width: 300px;
	}
p.fRt {padding-bottom: 20px;}

img.mediaImg {width: 250px; display: block; margin-left: auto; margin-right: auto;}
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 8 plus         |
|------------------------------*/

@media screen and (min-width: 414px) and (max-height: 896px) { 	/*portrait phone 8 plus, phone 11 */
	/*Tweak logo menu and content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 295px;}

.Full {
	top: 180px;
	}

.content {
	width: 365px;
	}
	
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 365px;
	}

p.fLeft, p.fCentr, p.fRt {
	width: 320px;
	margin-left: 20px;
	}
p.fLeft {padding-right: 20px;}
p.fRt {padding-bottom: 20px;}

img.mediaImg {width: 250px; display: block; margin-left: auto; margin-right: auto;}
}


@media screen and (min-width: 360px) and (min-height: 780px) {   /*portrait phone 12 5+in */
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 295px;}

.Full {
	top: 170px;
	}
	
.content {width: 315px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 315px;
	}

p.fLeft, p.fCentr, p.fRt {
	width: 270px;
	margin-left: 20px;
	}
}


@media screen and (min-width: 390px) and (min-height: 844px) {   /*portrait phone 12 6in */
	/*Tweak content width*/
.content {width: 350px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 350px;
	}

p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 20px;
	}	
}


@media screen and (min-width: 428px) and (min-height: 926px) {   /*portrait phone 12  6+in */
	/*Tweak content width*/
.masthead {width: 315px;}
.tagline {margin-left: 120px;}

.content {width: 380px;}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 380px;
	}

p.fLeft, p.fCentr, p.fRt {
	width: 330px;
	margin-left: 20px;
	}	
}

/*-------------------------------------------
|-------------------------------------------|
|          Tweaks-                          |
|    Mobile device horizontal size  	    | 
| 	 Grid layout							|
|-------------------------------------------|
|------------------------------------------*/

@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {    /*landscape phone 4*/
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(80px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {
	top: 80px;
	}

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

.Trl {
	grid-area: Trailer;
	}

.Trailer, .TrailerB, .SubHdr {
	width: 430px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(175px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	

h3 {
	font-size: 16px;
	}

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

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {	/*landscape phone 5*/
	/*Keep default of logo and tag at top of screen; Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {
	top: 80px;
	}

.content {
	width: 520px;
	}

.Trl {
	grid-area: Trailer;
	}
	
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 520px;
	}

.content {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
	
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	

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

img.mediaImg {width: 200px; display: block; margin-left: 20px;}
}

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {	/*landscape phone 6-7-8*/
	/*Keep default of logo and tag at top of screen; Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 92px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 325px;}

.Full {
	top: 130px;
	}
	
.content {
	width: 620px;
	}

.Trl {
	grid-area: Trailer;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 620px;
	}

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

p.fLeft {
	margin-left: 20px;
	border-right: solid thin rgb(0,204,51);
	padding-right: 12px;
	border-bottom: none;
	padding-bottom: 15px;
	width: 220px;
	}
p.fCentr {margin-top: 12px;}
p.fCentr, p.fRt {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 0;
	width: 310px;
	}
p.fRt {padding-bottom: 30px;}
	
img.mediaImg {width: 225px; display: block; margin-left: 30px;}
}

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {	/*landscape phone 8 plus*/
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 103px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 360px;}

.Full {
	top: 140px;
	}

.content {
	width: 680px;
	}

.Trl {
	grid-area: Trailer;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 680px;
	}

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

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 230px;
	}
p.fCentr, p.fRt {
	padding-right: 15px;
	padding-left: 10px;
	width: 345px;
	}
p.fRt {padding-bottom: 30px; margin-left: 25px;}
	
 img.mediaImg {width: 235px; display: block; margin-left: 30px;}
}

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {	/*landscape phone 10*/
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 105px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {
	margin-left: 75px;
	width: 375px;
	height: 100px;
	}

.tagline {width: 350px; align-self: center;}

.Full {
	top: 140px;
	}
	
.content {
	width: 94vw;
	}

.Trl {
	grid-area: Trailer;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 94vw;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fCentr, p.fRt {
	padding-right: 20px;
	padding-left: 10px;
	width: calc(84vw - 305px);
	}
p.fRt {padding-bottom: 30px; margin-left: 25px;}
	
img.mediaImg {width: 285px; display: block; margin-left: 35px;}
}


@media screen and (max-width: 896px) and (min-width: 834px) and (max-height: 414px) {  /*landscape iphone 11 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {width: 350px; align-self: center;}

.Full {
	top: 140px;
	}
	
.content {
	width: 94vw;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 94vw;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fRt {margin-left: 25px;}

p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fCentr, p.fRt {width: calc(84vw - 290px);}
}


@media screen and (min-width: 926px) and (min-height: 428px) {  /* landscape iphone 12 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {
	margin-left: 240px;
	width: 350px;
	}
	
.Full {
	top: 170px;
	}
	
.content {
	width: 94vw;
	}

.Header, .Trailer, .TrailerB, .SubHdr {
	width: 94vw;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	". ColC"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	margin-top: 12px;
	margin-left: 25px;
	}
p.fRt {margin-left: 25px;}

p.fLeft {
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 280px;
	}
p.fCentr, p.fRt {width: calc(84vw - 290px);}	
}
