body {
  padding: 0;
  margin: 0; 
  font-family: 'Cyntho Next', sans-serif;
  background-color: #26150e;
}
body p{
  font-family: Thin;
  font-size: 20px;
}
.kontent{
  max-width: 1350px;
  margin: 0 auto;
}
header{
  background-image: url(./grafika-home-page/home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 830px;
  margin: 0;
}
.uvod{
  border-bottom: solid 3px white;
  clear: both;
}
header img{ 
  margin-right: 15px;
  float: left;
}
header nav{
  float: left;
  width: 930px;
  margin: 25px 0px 25px 25px;
  font-family: Thin;

}
header nav ul{
  float: left;
  width: 440px;
}
header nav ul li{
  display: inline-block;
}
header nav ul li a{
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  margin-right: 20px;
}
header nav ul li a:hover{
  color: rgb(255, 136, 0);
}
.poptejte{
  float: right;
  margin-top: 10px;
}
h3{
  margin:15px;
}
.uvodtext{
  color: white;
  font-size: 26px;
  height: 200px;
  margin-top: 130px;
}
header p{
  color: white;
  max-width: 500px;
}
header h2{
  text-align: center;
  margin: 0;
  color: white;
  margin-top: 100px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.flexbox1{
  margin: 25px auto;
  display: flex;
  gap: 15px;
  max-width: 1350px;
  justify-content: center;
}
.flexbox1 .box{
  background-color: white;
  max-width: 284px;
  max-height: 284px;
  align-self: center;
}
.flexbox1 .box:hover{
  border-bottom: 15px solid rgb(255, 136, 0);
  height: 264px;
}
.stred1{
  padding: 100px 0;
  background-color: rgb(239, 233, 227);
}
.item1{
  max-height: 540px;
  padding-top: 100px;
  text-align: justify;
  max-width: 400px;
}
.item1 h2{
  font-size: 40px;
}
.item1 h4{
  color: orange;
  font-size: 26px;
}
.item2{
  padding-top: 50px;
  height: 159px;
  text-align: center;
  background-color: white;
}
.item2 H3{
  text-transform: uppercase;
  font-weight: bold;
}
.item2 a,.item1 a, .stred2 a, .poptejte{
  color: black;
  background-color: rgb(250, 188, 19);
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.item2 a,.item1 a, .stred2 a{
  margin-top: 30px;
}
.item3{
  height: 416px;
  background-image: url(./grafika-home-page/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.item4{
  max-height: 640px;
  background-image: url(./grafika-home-page/02.jpg);
  background-size: cover;
}

.item1{grid-area: popis;}
.item2{grid-area: eshop;}
.item3{grid-area: boby;}
.item4{grid-area: kava;}

.grid-container{
  display: grid;
  margin: 100px auto;
  max-width: 1350px;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 
  "popis eshop kava"
  "popis boby kava"
  "popis boby kava";
}
.stred2{
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("grafika-home-page/coffee-6632533.jpg");
  background-size: cover;
  text-align: center;
  padding: 70px;
}
.stred2 H2{
  font-size: 65px;
  color: white;
}
.stred2 p{
  max-width: 700px;
  margin: 0 auto;
  color: white;
}
.stred3{
  background-color: rgb(239, 233, 227);
  padding: 50px;
  padding-bottom: 20px;
  font-size: 36px;
}
.stred3 h2{
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.flexbox2{
  margin: 25px auto;
  display: flex;
  gap: 15px;
  max-width: 1350px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox2 .box{
  align-self: center;
}
footer{
  padding: 30px;
  max-width: 1350px;
  margin: 0 auto;
}
footer img{
  max-width: 250px;
  float: left;
}
.texty{
  max-width:  250px;
  margin-top: 100px;
  color: white;
  position: absolute;
}
.flexbox3{
  display: flex;
  float: right;
  padding-bottom: 35px;
}
.flexbox3 .box{
  color: white;
  margin-right: 170px ;
}
.flexbox3 .box h4{
  text-transform: uppercase;
}
.konec{
  max-width: 1350px;
  color: white;
}
.podminky{
  margin-left: 250px;
}
