@import url('https://fonts.googleapis.com/css?family=League+Spartan');

body
{
	margin: 0px;
}
.photo_column
{
	float: left;
	width: 33%;
}
.thumbnail_frame
{
	padding: 8px;
}
.thumbnail
{
	cursor: pointer;
	width: 100%;
	object-fit: contain;
}
.galleryheader
{
	height: 50px;
	width: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #888888aa;
	box-shadow: 0px 3px 3px #88888888;
}
.canvas
{
	padding-left:20px;
	padding-right:20px;
}
.notavailableyet
{
	width: 100%;
        padding-top: 20%;
        font-size: 3vw;
	font-weight: bolder;
	font-family: League Spartan,Verdana;
	text-align: center;
        display: block;
}

.bibsearchform
{
	float: right;
	vertical-align: middle;
}
.bibsearch
{
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url('/assets/search.svg');
	background-size: 30px, 50px;
	background-repeat: no-repeat;
	background-position: right;
	outline: 0px solid transparent !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 30px;
	font-size: 100%;
	font-family: League Spartan,Verdana;
	text-align: right;
	color: black;
	vertical-align: middle;
}
.bibsearch:focus, .bibsearch:active
{
	background-image: url('/assets/search_inverted.svg');
	background-color: rgba(0,0,0,1.0);
	border: 1px solid rgba(0,0,0,1.0);
	color: white;
	text-shadow: none;
}
.rightbuttons
{
	cursor: pointer;
	vertical-align: middle;
	height: 49px;
	padding: 0px;
	padding-left: -1px;
}

.racelogo
{
	float: left;
	height: 44px;
	padding: 3px 3px;
	vertical-align: middle;
}

.previewBox
{
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
}
.previewControls
{
	cursor:pointer;
	float:right;
}
.previewControl
{
	width: 25px;
	height: 25px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	opacity: 0.5;
}

.initialSearchBox
{
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 101;
	text-align: center;
}
.initialSearch
{
	border: 1px solid lightgrey;
	font-size: 170%;
	max-width: 100%;
	font-family: League Spartan,Verdana;
	text-align: center;
	vertical-align: middle;
}
.initialSearchLinks
{
	text-decoration: none;
	color: black;
	font-family: League Spartan,Verdana;
}
.clubSearchLinks
{
	font-size: 65%;
	text-decoration: none;
	color: black;
	font-family: League Spartan,Verdana;
}

@media only screen and (pointer:coarse) and (min-width: 1280px)
{
	.previewControl
	{
		width: 50px;
		height: 50px;
	}
}
@media only screen and (pointer:coarse) and (max-width: 1200px)
{
	.previewControl
	{
		width: 50px;
		height: 50px;
	}
	.galleryheader
	{
		height:100px;
	}
	.racelogo
	{
		padding-top: 33px;
		height:44px;
	}
	.rightbuttons
	{
		height:100px;
		padding-left:10px;
	}
	.bibsearch
	{
		font-size:150%;
		padding-right:45px;
		background-size:contain;
	}
}