body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

img {
	width: 100%;
}

#navigation h1.nav-header {
	padding: 0 15px;
	margin-bottom: 0;
}

#navigation a.nav-header {
	padding: 5px 15px;
	font-weight: bold;
}

#navigation ul.uk-nav {
	padding: 15px 0;
}

#navigation p {
	padding-bottom: 10px;
}

#navigation li.language-select select {
	float: right;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content img.header {
	margin-bottom: 20px;
}

#content ul {
	list-style-type: square;
}

#content li.done {
	color: #008000;
	text-decoration: line-through;
}

#content div.images div, #content div.trailers div {
	padding-bottom: 25px;
}

#content p.images-text, #content p.trailers-text {
	margin-top: -15px;
}

#content .iframe-container {
	position: relative;
	/* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
	padding-bottom: 56.5%;
}

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

@media ( max-width : 767px) {
	h2 {
		margin-top: 25px;
	}
}

.tournament {
	background-image: url("/tournament-background/");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.tournament body {
	font-size: 18pt;
	padding: 0;
	margin: 0;
}
.tournament h1,
.tournament h2,
.tournament h3 {
	margin: 0;
}
.tournament h1 {
	font-size: 2.25em;
	text-align: center;
}
.tournament h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}	
.tournament h3 {
	font-size: 1em;
	margin-top: 0.5em;
}
.tournament hgroup h3 {
	text-align: center;
}
.tournament p {
	margin: 0 0 0.25em 0;
}
.fvriosa {
	font-family: myFvriosa, sans-serif;
	color: white;
	text-shadow: 0.05em 0.05em 0 black, 0.05em 0.05em 0.1em black, 0 0 0.1em black;
	line-height: 1.5em;
}
.smudge {
	font-family: mySmudgeStick, sans-serif;
	color: white;
	text-shadow: 0.05em 0.05em 0 black, 0.05em 0.05em 0.1em black, 0 0 0.1em black;
	line-height: 1.1em;
}
.tournament header img,
.tournament footer img {
	display: block;
	width: 60ch;
	max-width: 90vw;
	margin: auto;
}
.tournament footer {
	margin-top: 2em;
}
ul.infos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	padding: 0;
	margin:0;
}
ul.infos > li {
	display: block;
	width: 600px;
	max-width: 100vw;
	padding: 0;
	margin:0;
}
.tournament :link {
	color: #e0e0ff;
}
.tournament :visited {
	color: #e8e0ff;
}
.tournament .box {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0.5em;
}
.tournament main a img {
	display: inline-block;
	height: 1.5em;
	width: auto;
	margin: 0 0.25em;
	vertical-align: bottom;
}
@font-face {
	font-family: myFvriosa;
	src: local("Fvriosa"), url(/oilcatz@trialoftwo.slothsoft.net/static/fonts/Fvriosa);
}
@font-face {
	font-family: mySmudgeStick;
	src: local("SmudgeStick"), url(/oilcatz@trialoftwo.slothsoft.net/static/fonts/SmudgeStick);
}