@font-face
{
	font-family: Visby;
	src: url("Visby CF Light.ttf") format('truetype');
}

body
{
	background-color: #262627;
	color: #ffffff;
	font-family: Visby;
	text-align: center;
}

@media all and (orientation:portrait) 
{
	body
	{
		font-size: 150%;
	}
}

a
{
	color: #ffffff;
	text-decoration: none;
}

#contact
{
	min-height: 0;
	display: flex;
	flex-direction: row;
	font-size: 1.2em;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 20px;
}

.gold
{
	background: -webkit-linear-gradient(30deg, #905f26, #faf2a0, #905f26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#banner
{
	min-height: 0;
	justify-content: center;
	display: flex;
}

#banner img
{
	display: flex;
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

#content
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: relative;
}

#video
{
	background-color: #000000;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	flex: 1 1 auto;
}

#video iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#videos
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

/*
#videos a
{
	flex: 1 1 auto;
}
*/

#videos a img
{
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 2%;
	margin-top: 2%;
}

#credits
{
	//border-color: rgba(0,0,0,0.5);
	//border-style: solid;
	//border-width: 2px;
	//background-color: rgba(0,0,0,0.5);
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 20px;
	flex: 0 1 auto;
	width: 100%;
}

.creditheading
{
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#playing
{
	//align-content: stretch;
	border-width: 2px;
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

@media all and (orientation:landscape) 
{
	#playing
	{
		max-width: 50%;
	}
}

#content > div
{
	margin-left: auto;
	margin-right: auto;
	width: 67%;
}

@media all and (orientation:portrait) 
{
	#content div
	{
		width: 95%;
	}
}

#navigation
{
	min-height: 0;
	display: flex;
	flex-direction: row;
	font-size: 1.5em;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 20px;
}

#about
{
	font-size: 120%;
	text-align: left;
	white-space: pre-wrap;
}

@media all and (orientation:portrait) 
{
	#about
	{
		font-size: 150%;
	}
}

#logo img
{
	height: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.large
{
	font-size: 150%;
	line-height: 150%;
}

.sep
{
	font-family: Sans-Serif;
	font-size: 100%;
}

table
{
	padding-bottom: 5px;
	padding-top: 5px;
}

table tr
{
	vertical-align: top;
}

table tr td
{
	padding-left: 20px;
}

#textlogo
{
	padding-bottom: 24px;
}

@media all and (orientation:portrait)
{
	#textlogo img
	{
		height: 48px;
	}
}

#textlogo img
{
	height: 24px;
}

.info
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(38,38,39,0.8);
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
 	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	pointer-events: none;
}

.thumbnail
{
	flex: 1 1 auto;
	//min-width: 0; min-height: 0;
	position: relative
}

.thumbnail:hover .info
{
	opacity: 1;
	visibility: visible;
}

.info:hover
{
	opacity: 1;
	visibility: visible;
}

.thumbnailtitle
{
	position: relative; 
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#pages
{
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
}

ul
{
	list-style: none;
}

li::before
{
	//content: "•";
	content: "o";
        background: -webkit-linear-gradient(30deg, #905f26, #faf2a0, #905f26);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 120%;
}

a:hover
{
        background: -webkit-linear-gradient(30deg, #905f26, #faf2a0, #905f26);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
