﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: black;
	border: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Lora', serif;
}
.cookies{
    width: 100%;
    background-color: rgba(152, 118, 91, 0.9);
    z-index: 2;
    position: fixed;
    bottom: 0;
    padding: 0.5rem 2rem;
}
.cleaner{
	clear: both;
}
header{
	background-image: url('../obrazky/template.jpg');
	max-width: 100%;
	height: auto;
	background-size: cover;
    padding: 15px;
}
@font-face {
    font-family: h1;
    src: url("Elaris_Regular.ttf");
}@font-face {
    font-family: h3;
    src: url("files/Fontfabric-UniNeueLight.ttf");
}
h1,h2{
	font-family: h1;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 40px;
}
hr{
	width: 50px;
	height: 3px;
	margin: auto;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 10px;
}
nav{
	display: none;
}
.container-hneda, .container-zluta{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
	height: auto;
	background-size: cover;
	padding: 20px;
}
.container-hneda{
	background-image: url('../obrazky/template-hneda.jpg');
}
.container-zluta{
	background-image: url('../obrazky/template-zluta.jpg');
}
p > b{
	margin-right: 5px;
}
.container-hneda hr{
	margin-top: 10px;
	height: 1.5px;
}
.container-zluta hr{
	margin-top: 10px;
	height: 1.5px;
}
.obrazky img{
	width: 100px;
	height: 75px;
	padding: 3px;
	background-size: cover;
}
img:hover{
  opacity: 0.8;
}
.oddelit{
	margin-top: 15px;
	margin-bottom: 10px;
}
footer{
	background-image: url('../obrazky/template-zluta.jpg');
	width: 100%;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 768px){
	h1{
		font-size: 80px;
		padding-top: 15px;
	}
	h2{
		font-size: 60px;
		padding-bottom: 20px;
	}
	hr{
		width: 50px;
		height: 4px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.container-hneda, .container-zluta{
		padding: 30px 35px;
	}
	h3{
		font-size: 22px;
	}
	nav{
		display: inline-block;
	}
	nav ul li{
		float: left;
		border-right: 2px solid black;
	}
	nav ul li:last-child{
		float: right;
		border-right: none;
	}
	nav ul li a{
		font-size: 20px;
		margin: 8px;
	}
	nav ul li a:hover{
		font-weight: 700;
	}
	.container-hneda hr{
		margin-top: 15px;
		height: 2px;
	}
	.container-zluta hr{
		margin-top: 15px;
		height: 2px;
	}
	.obrazky img{
	width: 150px;
	height: 112.5px;
	padding: 4px;
	}
	address{
		font-size: 18px;
	}
	iframe{
		width: 400px;
		height: 300px;
		padding-top: 15px;
	}
}
/* TADY JE BRAKPOINT PRO MENŠÍ PC OD 992PX*/
@media only screen and (min-width: 992px) {
	h1{
		font-size: 95px;
	}
	h2{
		font-size: 75px;
	}
	nav ul li a{
		font-size: 23px;
	}
	h3{
		font-size: 26px;
	}
	p{
		font-size: 20px;
	}
	.obrazky img{
		width: 180px;
		height: 135px;
		padding: 5px;
	}
	iframe{
		float: right;
		width: 450px;
		height: 350px;
	}
	address{
		float: left;
		font-size: 20px;
		padding-top: 10%;
		padding-left: 10%;
	}
	#kontakt{
		width: 800px;
		margin: auto;	
	}
}
/* TADY JE BRAKPOINT PRO VĚTŠÍ PC OD 1200PX*/

@media only screen and (min-width: 1200px){
	h1{
		font-size: 130px;
		margin-top: 15px;
	}
	h2{
		font-size: 100px;
		margin-bottom: 15px;
	}
	hr{
		margin-top: 20px;
		margin-bottom: 25px;
	}
	nav ul li a{
		padding: 4px;
	}
	iframe{
		float: right;
		width: 500px;
		height: 400px;
	}
	address{
		float: left;
		font-size: 20px;
		margin-left: auto; margin-right: auto;
	}
	
	.container-hneda, .container-zluta{
		padding: 45px 50px;
	}
	.obrazky img{
		width: 200px;
		height: 150px;
		padding: 5px;
	}
	#kontakt{
		width: 900px;
		margin: auto;	
	}
	.obrazky{
		width: 80%;
		margin: auto;
	}
	address{
		font-size: 22px;
		line-height: 33px;
	}
}
@media only screen and (min-width: 1920px){
	h1{
		font-size: 150px;
	}
	h2{
		font-size: 120px;
	}
	hr{
		height: 4px;
	}
	nav ul li a{
		padding: 6px;
	}
	h3{
		font-size: 30px;
	}
	p{
		font-size: 20px;
	}
	.container-hneda hr{
		margin-top: 15px;
		height: 2px;
	}
	.container-zluta hr{
		margin-top: 15px;
		height: 2.5px;
	}
	.obrazky img{
		width: 230px;
		height: 172.5px;
		padding: 5px;
	}
	
}
