/* 
    Created on : 11. 3. 2024, 12:32:33
    Author     : Petr Lahovský
*/

@media only screen and (max-width: 900px) {
    table {
        margin-left: 10px;
        margin-right:10px;
    }
    
    article {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        border: 1px solid white;
        background-color: white;
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px;
        padding-top: 0px;
        font-size: 15px;
    }
    
    h1 {
        font-size: 35px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    .kmail {
        font-size: 15px;
    }
    
    .jmenohlava {
        font-size: 10px;
    }
    
    a {
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: white;
        background-color: #ef6534;
        text-decoration: none;
        padding: 0px 8px;
        text-align: center;
        display: inline-block;
        margin: 2px 1px;
        border-radius: 8px;
    }
    
    menu {
        justify-content: center;    
        display: inline-block;
        margin-bottom: 2px;
        line-height: 1.5em;
        padding-left: 0px;
    }
    
    .nad-veta {
        justify-content: center;
        text-align: center;
    }
}
