body{
  margin: 25px;
  
   background: rgb(0,168,255);
    background-attachment:fixed;
    background-size: cover;
   font-family: "Playwrite DE Grund", cursive;
   
   
{
    font-size: 16px;
    background-color: lightblue;
}

/* Pro tablety */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    body {
        font-size: 14px;
        background-color: lightgreen;
    }
}

/* Pro mobily */
@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
        background-color: lightcoral;
    }

   
   
   
   
   
	}
    }
h1,h2{
  font-size: 1.5rem;
  text-align: center;
  margin: 0px;
 
  }
h2{
font-size: 2rem;

}  
p{
  padding: 10px;
  padding-right: 25px;
  margin: 5px;
  font-size: 1rem;
  
  }
.cely_web{
  max-width: 999px;
  margin: auto;

  
  }
.hlavicka{
  width: 100%;
  font-size: 0px;
  position: relative;
  
  

  }
.hlavicka img{width: 100%	

}
.menu{
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;

   
  
  }
.menu a {
  color: black;
  background: #e3f2fd;  
 
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  line-height: 60px;
  width: 40%;
  padding: 15px 0;
  margin: 15px;
  height: 50px;
  border-radius: 5px;
  transition: 2s;
}
.menu a:hover {
  background-color: #0d47a1;
  color: white;
  transition: 0.5s linear 0s;
}
.menu a.active {
  background: #0d47a1;
  color: white;
}
 .paticka{
  background-color: rgba(13,71,161,0.5);
   border-radius: 20px 20px 20px 20px;
  color: white;
  font-size: 1rem;
  overflow: hidden; 
   display: flex;
   justify-content: center; 
  
}
.paticka div{
  float: left;
  text-align: center;
  width: 50%;
  height: 40px;
  
  
		   

}


   fieldset{
      background-color:  rgb(255,255,255);
      border-radius: 20px 20px 20px 20px;
	  border: none;
	  padding-right: 20px; 
	  margin-top: 30px;
	  color: black;
}  

}

legend{
     color: white;
		  
	
}


@media (max-width: 600px) {
  .obsah img {
    width: 90%; 
    margin-top: 0; 
  }
}

@media screen and (max-width: 799px) {
  h1{font-size: 2rem}
  .menu a{width: 50%;}
  .menu a:nth-child(1),a:nth-child(2) {
  border-bottom: 1px dotted silver;
}
  }

@media screen and (max-width: 599px) {
  h1{font-size: 1.5rem}
  h2{font-size: 1.2rem}
  .menu a{width: 100%;border-bottom: 1px dotted silver}
  }
}






