@font-face {
	font-family: TriviaSeznam;
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/TriviaSeznam.eot');
	src: url('../fonts/TriviaSeznam.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/TriviaSeznam.woff') format('woff'),
		 url('../fonts/TriviaSeznam.ttf') format('truetype'), 
		 url('../fonts/TriviaSeznam.svg#svgFontName') format('svg');
}
@font-face {
	font-family: TriviaSeznam;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/TriviaSeznam-Bold.eot');
	src: url('../fonts/TriviaSeznam-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/TriviaSeznam-Bold.woff') format('woff'),
		 url('../fonts/TriviaSeznam-Bold.ttf') format('truetype'), 
		 url('../fonts/TriviaSeznam-Bold.svg#svgFontName') format('svg');
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	font-size: 81.25%;
}

@media only screen and (min-width: 576px) {
	html, body {
		font-size: 93.75%;
	}
}

@media only screen and (min-width: 768px) {
	html, body {
		font-size: 93.75%;
	}
}

@media only screen and (min-width: 992px) {
	html, body {
		font-size: 100%;
	}
}

body {
	font-family: TriviaSeznam, arial, helvetica, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 24/16;
	background-color: #f8f8f8;
	color: #000;
	cursor: default;
	display: flex;
	flex-direction: column;
	height: 100vh; 
	margin: 0;
}


/* 
	Obarveni pri vyberu textu mysi
*/

::selection {
	background: #cc0000;
	color: #fff;
}
::-moz-selection {
	background: #cc0000;
	color: #fff;
}
::-webkit-selection {
	background: #cc0000;
	color: #fff;
}

h1 {
	position: absolute;
	top:-99999px;
	left:-99999px;
	width:1px;
	height:1px;
	overflow: hidden;
}

h2 {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 2rem;
}

p {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5rem;
	margin: 1rem;
	padding:0;
}

main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	max-width: 100%;
}

.content {
	text-align: center;
	margin: 1rem;
}

footer {
	min-height: 4rem; 
	color: #6d6d6d;
	text-align: center;
}