body {
	font-family: "ag_woff", "Avant Garde", "Century Gothic", Verdana, sans-serif;
	background-color: black;
}

header {
	pointer-events: auto;
	text-align: center;
	//    text-align: -moz-center;
	//    text-align: -webkit-center;
	color: white;
	//    margin: 1%;
}

h1 {
	//	pointer-events: none;
	font-size: 4vw;
	font-family: "ag_woff", "Avant Garde", "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	line-height: 1.125;
	padding-top: 2.5vh;
	//	visibility: hidden;
}

h2 {
	//	pointer-events: none;
	font-size: 2.75vw;
	font-family: "ag_woff", "Avant Garde", "Century Gothic", Verdana, sans-serif;
	text-shadow: 2px 2px 4px #000000;
	line-height: 0.75;
	//	visibility: hidden;
}

h3 {
	//	pointer-events: none;
	font-size: 2vw;
	font-family: "ag_woff", "Avant Garde", "Century Gothic", Verdana, sans-serif;
	text-shadow: 2px 2px 4px #000000;
	line-height: 1.667;
	//    padding-bottom: 2.5vh;
	//	visibility: hidden;
}

@font-face {
	font-family: ag_woff;
	src: url("WebMedia/Portfolio/AvantGarde-Book.woff");
}

@font-face {
	font-family: ag_woff;
	src: url("WebMedia/Portfolio/AvantGarde-Medium.woff");
	font-weight: bold;
}

#moviescreen {
	position: fixed;
	top: 2vw;
	width: 35%;
	height: 23vw;
	left: 33.33%;
	background-color: #111111;
	z-index: -3;
	//	visibility: hidden;
}

#moviescreenCover {
	position: fixed;
	top: 2vw;
	width: 35%;
	height: 23vw;
	left: 33.33%;
	//	background-color: green;
	background-color: #222222;
	transition: opacity 0.5s;
	opacity: 1;
	z-index: -3;
	//	visibility: hidden;
}

#driveinBG {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 160%;
	//	background-color: yellow;
	margin: 0px;
	z-index: -2;
	//  	visibility: hidden;
}

#driveinBGTopLeft {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 30%;
	height: auto;
	margin: 0px;
	z-index: -2;
	//  	visibility: hidden;
}

#driveinBGTopCenter {
	position: fixed;
	top: 0px;
	left: 29%;
	width: 42%;
	height: auto;
	margin: 0px;
	z-index: -2;
	//  	visibility: hidden;
}

#driveinBGTopRight {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 30%;
	height: auto;
	margin: 0px;
	z-index: -2;
	//  	visibility: hidden;
}

#driveinBGLower {
	position: fixed;
	//	top: 40%;
	width: 100%;
	height: auto;
	margin-top: 29.5%;
	z-index: -2;
	//  	visibility: hidden;
}

.selectorRow {
	width: 100%;
}

[class*="sel-"] {
	//    pointer-events: none;
	font-size: 1.5vw;
	display: inline-block;
	//    padding-left: 1%;
	//    padding-right: 1%;
	color: white;
	//    z-index: 10;
	//    visibility: hidden;
}

.sel-left {
	width: 15%;
}
.sel-edit {
	width: 15%;
	text-align: right;
}
.sel-edit:hover {
	color: yellow;
}
.sel-spacer {
	width: 40%;
	visibility: hidden;
}
.sel-promo {
	width: 15%;
	text-align: left;
}
.sel-promo:hover {
	color: yellow;
}
.sel-right {
	width: 15%;
}

#sampleBar {
	//     z-index: 1;
	//    background: linear-gradient(to right, rgba(0,255,0,0.5), rgba(0,255,0,0.2));
	//    pointer-events: none;
}

.row {
	//    background-color: gray;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
	display: table;
	//  z-index: 0;
	//    visibility: hidden;
}

.row-no-bg {
	//    background-color: gray;
	background: none;
	display: table;
	//  z-index: 0;
	//    visibility: hidden;
}

[class*="col-"] {
	pointer-events: none;
	font-size: 2vw;
	float: left;
	padding: 1%;
	color: white;
	//    z-index: 10;
	//    visibility: hidden;
}

.col-1 {
	width: 5%;
}
.col-2 {
	width: 25%;
}
.col-3 {
	width: 65%;
}
.col-4 {
	width: 5%;
}

img.thumbnail {
	pointer-events: none;
	border-style: ridge;
	border-color: transparent;
	height: auto;
	width: 100%;
	z-index: -1;
}

article::first-line {
	font-weight: bold;
}

div.row::first-line {
	//    font-weight: bold;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: yellow;
}

#samplePlayContainer {
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: auto;
	position: fixed;
	width: 70%;
	left: 15%;
	top: 15%;
	opacity: 0;
	box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.5);
	//	z-index: 3;
}

#samplePlayer {
	//		background-color: red;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	opacity: 1;
	border-style: solid;
	border-color: black;
}

#buttonBar {
	position: absolute;
	top: 98.9%;
	padding: 0px;
	margin: 0px;
	background-color: #262626;
	width: 100%;
	height: 10%;
}

footer {
	text-align: center;
	color: white;
	font-size: 2vw;
	line-height: 1.25;
}

#awardsLine {
	font-size: 1.5vw;
}
