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

/*-------------------------------|
|--------------------------------|
|         Desktop 	 	         | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*Contemporary Desktop screens*/
@media screen and (max-width: 1279px) and (min-width: 1243px) and (min-height: 720px) {  /*desktop*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(170px, 170px) minmax(25px, 25px) minmax(400px, auto) minmax(auto, 400px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {width: 550px; justify-self: end;}
.tagline {margin-top: -75px; margin-left: 0px; justify-self: start;}

ul.vNav.About {margin-top: 185px;}
.vNav {left: 290px;}

ul.vNav li a:visited {color: #FFF;}	
ul.vNav li a:hover {color: #0C6;}

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

.Header {
	width: 76vw;
	margin: 20px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Trailer, .TrailerB, .SubHdr {
	width: 76vw;
	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(300px, 1fr) 1.8fr;
	grid-template-rows: minmax(50px, auto) auto;
 	grid-template-areas: "header header"
	"ColA ColC"
	"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);
	}

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

.purch {width: 76vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	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-style: italic;
	}

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

/*------------------------------------------|
|-------------------------------------------|
| 	  Larger Desktop Grid layout		    |
|-------------------------------------------|
|----------------------------------------- */

/*Large Desktop Screens*/
@media screen and (max-width: 1365px) and (min-width: 1280px) and (min-height: 800px) {	/*larger desktop screens*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(190px, 190px) minmax(15px, 15px) minmax(425px, auto) minmax(auto, 360px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {width: 550px; justify-self: end;}
.tagline {margin-top: -90px; margin-left: 0px; justify-self: start;}

ul.vNav.About {margin-top: 195px;}
.vNav {left: 340px;}

.content {
	margin: 0;
	grid-area: content;
	width: 79vw;
	}

.Header {
	width: 79vw;
	margin: 20px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Trailer, .TrailerB, .SubHdr {
	width: 79vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

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

p.fLeft, p.fRt {
	margin-top: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 40px;
	padding-left: 15px;
	width: 285px;
	}
p.fRt {
	text-align: left;
	padding-right: 20px;
	margin-left: 30px;
	padding-left: 15px;
	width: calc(79vw - 425px);
	}
	
.purch {width: 79vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	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-style: italic;
	}

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

/*------------------------------------------|
|-------------------------------------------|
|                Pro 12" 	                | 
| 	      Landscape Grid layout			    |
|-------------------------------------------|
|----------------------------------------- */

/*iPad Pro 12 inch Landscape Screens*/
@media screen and (max-width: 1366px) and (min-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) {      /*Pro 12in land screens*/
	#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(240px, 240px) minmax(15px, 15px) minmax(425px, auto) minmax(auto, 400px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {width: 550px; margin-top: 75px; justify-self: end;}
.tagline {margin-top: -90px; margin-left: 0px; justify-self: start;}

ul.vNav.About {margin-top: 245px;}
.vNav {left: 340px;}

.content {
	margin: 0;
	grid-area: content;
	width: 77vw;
	}

.Header {
	width: 77vw;
	margin: 20px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Trailer, .TrailerB, .SubHdr {
	width: 77vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1.8fr;
	grid-template-rows: minmax(50px, auto) auto;
 	grid-template-areas: "header header"
	"ColA ColC"
	"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);
	}
			
p.fLeft, p.fRt {
	margin-top: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 30px; 
	padding-left: 15px;
	width: 310px;
	}
p.fRt {
	text-align: left;
	padding=right: 25px;
	margin-left: 35px;
	padding-left: 15px;
	width: calc(77vw - 450px);
	}
	
.purch {width: 77vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	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-style: italic;
	}

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

/*------------------------------------------|
|-------------------------------------------|
|      Extra Large screen 	                | 
| 	    Desktop Grid layout		     	    |
|-------------------------------------------|
|----------------------------------------- */

/*Extra Large Desktop Screens*/
@media screen and (max-width: 1919px ) and (min-width: 1367px) and (min-height: 900px) {  /*X-Lg desktop*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(245px, 245px) minmax(15px, 15px) minmax(425px, auto) minmax(auto, 360px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}

.masthead {width: 600px; margin-top: 75px; margin-left: 0px; justify-self: end;}
.tagline {margin-top: -85px; margin-left: 0px; justify-self: start;}

ul.vNav.About {margin-top: 250px;}
	
.content {
	margin: 0;
	grid-area: content;
	width: 77vw;
	}

.Header {
	width: 77vw;
	margin: 20px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Trailer, .TrailerB, .SubHdr {
	width: 77vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.btnGallery {
	grid-area: Purch;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1.8fr;
	grid-template-rows: minmax(50px, auto) auto;
 	grid-template-areas: "header header"
	"ColA ColC"
	"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);
	}
	
p.fLeft, p.fRt {
	margin-top: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 20px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 50px; 
	width: 280px;
	}
p.fRt {
	text-align: left;
	padding-right: 20px;
	margin-left: 35px;
	width: calc(77vw - 425px);
	}
	
.purch {width: 77vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	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-style: italic;
	}
	
.btnGallery {width: 77vw; height: 90px;}
input[type="image"]#prch {
	display: inline;
	}
}

/*------------------------------------------|
|-------------------------------------------|
|    Presentatiobn screen / TV size 	    | 
| 	 and Lg Desktop Grid layout			    |
|-------------------------------------------|
|----------------------------------------- */

/*Presentation TV Screens*/
@media screen and (min-width: 1920px) and (min-height: 900px) {	/*presentation tv screens*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: minmax(310px, 310px) minmax(30px, 30px) minmax(425px, auto) minmax(auto, 360px) 100px;
	grid-template-areas: 
	"masthead masthead masthead . ."
	". . . tagline menu"
	"content content content content menu"
	"content content content content menu"
	"footer footer footer footer footer";
	}
	
.masthead {width: 800px; margin-top: 75px; margin-left: 0px; justify-self: end;}
.tagline {margin-top: -110px; margin-left: 0px; justify-self: start;}

ul.vNav.About {margin-top: 325px;}

ul.vNav li a {
	width: 250px;
	font-size: 16px;
	}
	
.content {
	margin: 0;
	grid-area: content;
	width: 79vw;
	}

.Header {
	width: 79vw;
	margin: 24px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Trailer, .TrailerB, .SubHdr {
	width: 79vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 1.8fr;
	grid-template-rows: minmax(60px, auto) auto;
 	grid-template-areas: "header header"
	"ColA ColC"
	"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: 24px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}
h3 {font-size: 18px;}

p.fLeft, p.fRt {
	margin-top: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 35px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 50px; 
	padding-left: 15px;
	width: 440px;
	}
p.fRt {
	text-align: left;
	margin-left: 50px;
	padding-left: 20px;
	width: calc(79vw - 650px);
	}

.purch {width: 79vw; text-align: center; margin-bottom: 50px;}

.purch p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	}

p.MediaTle {
	margin-bottom: 5px;
	font-size: 24px;
	font-style: italic;
	color: rgba(0,204,51,1);	
	}

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

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