#videolibrary {
	display: block;
	padding: 10px;
	background-color: #151515;
	background-image: url('images/ondemandblur.jpg');
	background-position: center top;
	background-size: 100vw auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: white;
}
#videolibrary .poster {
	display: block;
	min-height: 25vw;
	color: white;
	text-shadow: 0px 3px 6px black;
	text-align: center;
}
#videolibrary .poster .headline {
	font-family: "Celias-Medium";
	font-size: 50px;
	margin: 20px;
}
#videolibrary .poster .text {
	font-family: "Celias-Regular";
	font-size: 25px;
	margin: 20px;
}
#videolibrary .categorytitle {
	font-family: "Celias-Regular";
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	display: block;
	clear: both;
	margin-top: 30px;
}
#videolibrary .categoryviewer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	white-space: nowrap;
	overflow: -moz-scrollbars-none;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	scrollbar-height: none;
}
#videolibrary .categoryviewer::-webkit-scrollbar {
	background: transparent;
	height: 2px;
}
#videolibrary .categoryviewer::-webkit-scrollbar-thumb {
	background: #336666;
}
#videolibrary .categoryviewer .video {
	display: inline-block;
	margin: 5px;
	text-align: left;
	width: 320px;
	padding: 10px;
	color: #ccc;
}
#videolibrary .categoryviewer .video img {
	border: 1px solid #c8c8c8;
}
#videolibrary .categoryviewer .video .title {
	font-family: "Celias-Thin";
	font-size: 20px;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
}
#videolibrary .categoryviewer .video .purchasedetails {
	font-family: "Celias-RegularItalic";
	font-size: 15px;
	display: block;
	color: #dddddd;
	text-decoration: none;
}
#videolibrary .categoryviewer .video .purchasedetails .price {
	font-family: "Celias-MediumItalic";
	font-size: 140%;
	color: #ffffff;
	text-decoration: none;
}

#videolibrary .categoryviewer a:link	.video .title,
#videolibrary .categoryviewer a:link	.video .purchasedetails,
#videolibrary .categoryviewer a:link	.video .purchasedetails .price { text-decoration: none; color: inherit !important; }
#videolibrary .categoryviewer a:visited .video .title,
#videolibrary .categoryviewer a:visited	.video .purchasedetails,
#videolibrary .categoryviewer a:visited	.video .purchasedetails .price { text-decoration: none; color: inherit !important; }
#videolibrary .categoryviewer a:hover	.video .title,
#videolibrary .categoryviewer a:hover	.video .purchasedetails,
#videolibrary .categoryviewer a:hover	.video .purchasedetails .price { text-decoration: none; color: #3498db !important; }
#videolibrary .categoryviewer a:active	.video .title,
#videolibrary .categoryviewer a:active	.video .purchasedetails,
#videolibrary .categoryviewer a:active	.video .purchasedetails .price { text-decoration: none; color: #0079ca !important; }
#videolibrary .categoryviewer a:hover	.video img { border: 1px solid #00abff; }
#videolibrary .categoryviewer a:active	.video img { border: 1px solid #00c4ff; }



#videolibrary .videoinfo {
	display: block;
	color: white;
	text-shadow: 0px 3px 6px black;
	text-align: left;
	clear: both;
	margin: 10px 0px 20px 0px;
}
#videolibrary .videoinfo img {
	float: left;
	margin-right: 20px;
	border: 1px solid white;
	width: 40vw; 
	height: 22.5vw;
}
#videolibrary .videoinfo .headline {
	font-family: "Celias-Bold";
	font-size: 30px;
}
#videolibrary .videoinfo .byline {
	font-family: "Celias-Medium";
	font-size: 22px;
	margin-bottom: 20px;
}
#videolibrary .videoinfo .purchaseoptions {
	font-family: "Celias-Regular";
	font-size: 18px;
}
#videolibrary .videoinfo .purchaseoptions .price {
	font-family: "Celias-Medium";
	font-size: 20px;
}
#videolibrary .videoinfo .purchaseoptions .details {
	font-family: "Celias-LightItalic";
	font-size: 18px;
}

#videolibrary .smallform {
	background-color: #444444 !important;
	color: white !important;
	text-shadow: 0px 1px 1px black;
	border: 1px solid #afafaf !important;
}
#videolibrary .smallform input[type=text],
#videolibrary .smallform input[type=email],
#videolibrary .smallform input[type=password],
#videolibrary .smallform input[type=tel] { background-color: #666666 !important; color: white; }

#streamnotes {
	display: block;
	background-color: #005500;
	color: white;
	font-family: "Celias-Regular";
	font-size: 16px;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 4px;
}
#streamnotes p {
	margin: 3px 0px;
}
#streamnotes p:first-child {
	font-family: "Celias-Medium";
	font-size: 18px;
}
#streamnotes p:last-child {
	font-family: "Celias-Light";
	font-size: 14px;
}
#streamcontent {
	background-color: black;
	padding: 0px;
	width: 100vw; 
	height: 56.25vw;
	max-height: calc(100vh - 60px);
	text-align: center;
}
#streamcontent iframe {
	max-width: 177.78vh; /* 16/9 = 1.778 */
}
#donate {
	background-color: #333333;
	color: white;
	padding: 10px;
}
#donate .title {
	font-family: "Celias-Medium";
	font-size: 20px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	letter-spacing: normal;
	line-height: normal;
}
#donate .message {
	font-family: "Celias-Regular";
	font-size: 16px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	letter-spacing: normal;
	line-height: normal;
}
#donate .platforms {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	text-align: center;
}
#donate .platforms .group {
	display: inline-block;
	text-align: center;
	margin: 0px 20px;
}
#donate .platforms .group a:link,
#donate .platforms .group a:active,
#donate .platforms .group a:visited {
	text-decoration: none;
	color: #dcf4ff;
}
#donate .platforms .group a:hover {
	text-decoration: none;
	color: #42c3ff;
}
#donate .platforms .group img {
	margin: 5px 0px;
	border: none;
}
#donate .platforms .group .name {
	font-family: 'Celias-Medium';
	font-size: 24px;
	margin: 5px 0px;
}
#donate .platforms .group .ref {
	font-family: 'Celias-Thin';
	font-size: 16px;
	margin: 5px 0px;
}