body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: whitesmoke;
}

.recepty,
.maso {
    padding: 40px 10%;
    overflow: auto;
    background-color: white;
}

.bulky,
.dresing {
    padding: 40px 10%;
    overflow: auto;
}

footer {
    background-color: black;
    text-align: center;
    padding: 5px;
}

header {
    overflow: auto;
}

.menu {
    background-color: black;
    color: whitesmoke;
    font-weight: bold;
    margin: 0;
    padding: 0;  
    position: fixed;
    width: 100%;
    text-align: center;
}

.menu a {
    display: inline-block;
    text-align: center;
    padding: 25px 2%;
    text-decoration: none;
    color: whitesmoke;
}

.menu a:hover,
.menu a:focus,
.menu a:active,
.recepty a:hover,
.recepty a:focus,
.recepty a:active  {
    color: silver;
}


a {
    font-weight: bold;
    color: grey;
}

.recepty a {
    padding: 10px;
    margin: 10px;
    background-color: black;
    color: whitesmoke;
    font-weight: bold;
    text-decoration: none;
    border: 4px solid silver;
    font-size: 0.9em;
    display: inline-block;
    
}

.menu img {
  padding: 10px 20px 10px 10%; 
  float: left;
}
.recepty img {
    float: right;
    box-shadow: 0 3px 5px gray;
    border: 2px solid black;
    margin: 40px 0 40px 70px;  
}


.bulky img,
.maso img {
    float: right;
    box-shadow: 0 3px 5px gray;
    border: 2px solid black;
    margin: 0 0 40px 70px;
}


h2 {
    font-family: 'Coiny', cursive;
    color: black;
    font-size: 50px;
}

h3 {
    font-family: 'Coiny', cursive;
    color: black;
    font-size: 40px; 
}

h4 {
    font-family: 'Coiny', cursive;
    color: black;
    font-size: 30px;   
}

h5 {
    font-family: 'Coiny', cursive;
    color: black;
    font-size: 20px; 
}


@media only screen and (max-width: 850px) {
    .menu a {
     padding: 2vw;
    }
    .menu img {
    padding: 10px;
    }
    
    .recepty img,
    .bulky img,
    .maso img {
        float: none;
    }
 
 .menu img {
     display: none;  
     }
 }
