body{
background: #EDDD53;
background: linear-gradient(313deg,rgba(237, 221, 83, 1) 30%, rgba(30, 110, 169, 1) 81%);
font-family: "Cal Sans", sans-serif;
}
h1{
	color: white;
	text-align: center;
	font-size: 75px;
}
h2{
    font-size:50px;   /* poznámka */
} 
h3{
text-decoration: blink;

}

h20{
    font-size: 30px;
   line-height: 40px;
	text-align:left;
}



.hlavni{
max-width: 1280px;
margin: auto;
border: 3px solid black;
background: rgba(255,255,255,0.4);
color: black;
border-radius : 25px 25px;
}
div.menu{
 display: flex;
flex-wrap: wrap;
justify-content: center ;
 align-items: center;
  background-color:white; 
      position: relative;
       border-radius:5%
}

div.obsah{


}
div.menu a{
width: 200px;
height: 40px;
background:#1E6EA9;
color: black;
font-size: 20px;
display:block;
text-decoration:none;
line-height: 40px;
text-align:center;
margin:3px;
transition: 0.5s;
border-radius : 25px;
}
div.menu a:hover{
letter-spacing:7px;
background:#EDDD53;
transition:0,5s ease;


}



p{
    color: white;
    font-size: 25px;
    max-width: 1280px;
    margin: auto;
    padding: 30px;
}
ul{
font-size: 1,3rem;
color: white;
line-height: 30px;
letter-spacing: 2px;
list-style-image:url(IMG/odrazka1.png);
}
ul ul{
font-size: 1,3rem;
color: pink;
line-height: 30px;
letter-spacing: 2px;
list-style-image:url(IMG/odrazka2.png);
}
ul ul ul{
font-size: 1,3rem;
color: black;
line-height: 30px;
letter-spacing: 2px;
list-style-image:url(IMG/odrazka3.png);
}
img.mini{
float: left;
border: 5px solid white;
margin:15px;
rotate: 5deg;
}
.galerie{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width:1280px;
}



img.galerie{
border: 5px solid white;
margin:3px;


}
img.galerie:hover{
border: 5px solid #EDDD53;
border-radius:5%;
transition:0.5s;

      transform: scale(1.1);


}
span{
    color:blue;
    font-weight:900;
}











    .menu a, .dropbtn {
      float: left;
      display: block;
      color:red;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      background-color:white;
      cursor: pointer;
      border:none;
      
    }

    .menu a:hover, .dropbtn:hover {
      letter-spacing:7px;
      
    }

    .dropdown {
      float: left;
      position: relative;
    }

    .dropdown-content {
      display:none;
      position: absolute;
      top: 100%;
      left: 0;
    transform: translateX(6%);
      width:auto;
      max-height: 200px;
      overflow:hidden;
      transition: max-height 3s ease;
      z-index: 9999;
      text-align: center;
      padding: 0; /* Zrušení okrajů kolem celého seznamu */
   
     
    }

    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      transition: background-color 0.3s ease, color 0.3s ease;
    
    }

    .dropdown-content a:hover {
  
  background: #1E6EA9; /* světlé pozadí při najetí */
  color: white; /* změna barvy textu při najetí */

      
    }

    .dropdown:hover .dropdown-content {
      max-height: 500px; /* dostatečná výška pro obsah */
        display: block;

    }
   
   
   
   
   

   
   
   
   
   
   
   
   
