body
{
	height: 100vh;
	width: 99vw;
	margin: 0px;
	overflow: hidden;
}

.logo
{
	max-height: 20vh;
}

#title
{
	display: none;
}

.column
{
	flex: 50%;
}

.column>img
{
	max-width: 95%;
}

.row
{
	display: flex;
}

.background
{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: radial-gradient(circle, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
	z-index: -1;
}

.button
{
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.3em 0.3em 0;
	border-radius: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	box-sizing: border-box;
	text-decoration: none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	background-color: #FFFFFF;
}

a.button:hover
{
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}

.button.active
{
	background-color: #333333;
	border-color: #333333;
	color: #FFFFFF;
}

#title
{
	display: flex;
	height: 7vh;
}

a.active:hover
{
	cursor: default;
}

a.cardShow.active img:hover
{
	cursor: default;
}

a.cardShow img:hover
{
	cursor: pointer;
}

.header
{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.content
{
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 80vh;
}

.separator
{
	height: 1vh;
}

.separator_small
{
	height: 0vh;
}

@media screen and (max-height: 500px)
{
	.content
	{
		height: 75vh;
	}
	
	.separator
	{
		height: 9vh;
	}
	
	.card
	{
		width: 75%;
		max-height: 75%;
	}
}

@media screen and (max-height: 750px)
{
	.content
	{
		height: 75vh;
	}
	
	.separator
	{
		height: 3vh;
	}
	
	.card
	{
		width: 75%;
		max-height: 75%;
	}
}

.card
{
	padding:0.3em 1.2em;
	margin:0 0.3em 0.3em 0;
	border-radius: 0.5em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
	overflow: auto;
}

.horseCard
{
	padding:0.3em 1.2em;
	margin:0 0.3em 0.3em 0;
	border-radius: 0.5em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
	overflow: auto;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}

div.video
{
	position:relative;
	padding-top:56.25%;
}

iframe.video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

blockquote
{
  font-style: normal;
  font-size: 16px;
  margin-left: 32px;
  font-family: Consolas, "Times New Roman", Verdana;
  border-left: 4px solid #CCC;
  padding-left: 8px;
}

dt
{
	font-weight: bold;
}

.horseCard>img
{
	float: left;
	width: 45%;
	border: 0.5em solid #FFF;
}
