@charset "utf-8";
/* CSS Document */
body{
    margin:0;
	padding: 0;
    font-family:Kanit, sans-serif;
	font-weight: 300;
 }
H2 {
	font-weight: 400;	
}
.pozadihlava {
	width: 100%;
	background: url("pozadi2.jpg") no-repeat center center;
	max-height: 700px;
	color: aliceblue;
	margin: auto;
}
.logo {
	margin: auto;
	max-width: 1200px;
	min-height: 300px;
	padding-top: 200px;
	
}
.objednavejte {
	margin: auto;
	max-width: 600px;
	min-height: 100px;
	padding-top: 100px;
	text-align: center;
	
	
}
.button {
	margin: auto;
	max-width: 180px;
	background-color: #E10003;
	border:5px solid #E10003;
	border-radius: 25px;
	text-align: center;
	font-size: 20px;
	
}
.mustr {
	margin: auto;
	max-width: 1200px;
	
		
}
.benefity {
	margin: auto;
	max-width: 1200px;
	display: grid;
	padding-top: 50px;
	margin: auto;
	text-align: center;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:10px;
	grid-template-areas: 
		"benefit1 benefit2 benefit3 benefit4"
		
}
.benefit1 {
	grid-area:benefit1;
}
.benefit2 {
	grid-area:benefit2;
}
.benefit3 {
	grid-area:benefit3;
}
.benefit4 {
	grid-area:benefit4;
}

.peceme {
	width: 100%;
	background: url("peceme.jpg") no-repeat center center;
	min-height: 570px;
	color: aliceblue;
	margin:30px  auto;
	padding-top: 80px;
}
.pecemeokraj {
	max-width: 1200px;
	margin: auto;
}

.sortiment {
	padding: 30px 15px 30px 15px;
	max-width: 600px;
	height: 450px;
	background-color: #fff;
	opacity: 0.7;
	text-align: center;
	color: #000;
	font-size: 20px;
	
}
.galeriecukrovi {
	max-width: 1200px;
	margin: auto;
}
.objednavka {
	max-width: 1200px;
	color: red;
	font-size: 25pt;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	z-index: 0;
	background-color: white;
	
}

.spodek {
	width: 100%;
	position: relative;
	z-index: 100;
	height: 519px;
	margin-left: 0px;
	background: url("spodek2.jpg") no-repeat center center;
	background-size: 100%;
}
.kontakt {
	margin: auto;
	max-width: 1200px;
	color: #fff;
	padding: 30px;
}
.popisnytext {
	margin: auto;
	max-width: 1160px;
	padding: 20px;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
}
a {
	color: #fff;
	text-decoration: none;
}
strong {
	font-weight: 500;
}

}

/* TABLET MEDIA */
@media screen and (max-width:1024px){
.pozadihlava {
	background: url("pozadi1024.jpg") no-repeat center center;
	max-height: 437px;
	}
.logo {
		max-width: 800px;
		min-height: 80px;
		padding-top: 100px;
	}		
	
.objednavejte {
		min-height: 100px;
		padding-top: 50px;
	}
.logo img {
		max-width: 500px;
	}

	
}	
	
/*MOBIL*/
@media screen and (max-width:690px) {
	
	.logo {
		text-align: center;
		min-height: 200px;
		padding-top: 100px;
		padding-left: 0px;
	}
	.logo img {
		max-width: 300px;

	}
	.objednavejte {
		padding-top: 65px;
	}
	.benefity {
		grid-template-areas: 
		"benefit1 benefit1 benefit1 benefit1"
		"benefit2 benefit2 benefit2 benefit2"
		"benefit3 benefit3 benefit3 benefit3"
		"benefit4 benefit4 benefit4 benefit4"
	}
	

}