.header{
    background-color: darkred;
    padding-bottom: 3%;
    width: 100%;
    padding-top: 3%;
    
    
 }
 .header img {
 width: 78px;
 height: 100px;
 }

 .Nadpis{
    width: 34%; 
 }
 .Dodatek{
   margin-right: 0%;
   width: 34%; 
 }
 .menu ul{
    display: flex;
    text-decoration: none;  
    color: aliceblue;
    background-color: black;
    width: 100%;
    display: flex;
    padding-left: 0%;
    margin-top: 0%;
 }
 .menu a:hover {
  background-color: green;
 }
 .menu a {
   text-decoration: none;
   color: aliceblue;
   margin-left: 0%;
   margin-right: 3%;
   padding: 1%;
     
 }
.content{
   text-align: center;
    
}
.paticka{
    background-color: darkred; 
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.paticka img{
    width: 26px;
    height: 30px;
}

.choreo3{
    width: 200px;
    height: 160px;
    margin-right: 2%;
    border: 5px solid black;
}
.stadion{
    width: 200px;
    height: 160px;
    border: 5px solid black;
}
.tým{
    width: 200px;
    height: 160px;
    margin-right: 2%;
    border: 5px solid black;
}
.Mistr{
    width: 200px;
    height: 160px;
    border: 5px solid black;
    margin-right: 2%;
}
.choreo1{
    width: 200px;
    height: 160px;
    border: 5px solid black;
    margin-right: 2%;
}
.choreo2{
    width: 200px;
    height: 160px;
    border: 5px solid black;
}
.obrazek{
    padding-bottom: 3%;
    text-align: center;
}
body {
    background-image: url(cerrnocerveny.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }
 @media (max-width: 600px){
    .paticka{
    width: 100%;
 }
}