body {
    margin: 0;
    font-family: Arial, sans-serif;
}

@media (min-width: 1000px) {
    /* Banner (fullscreen obrázek) */
    .main {
        height: 100vh;
        background-image: url('img/kapybara.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(0, 255, 149);
        text-align: center;
        font-family: 'main', sans-serif;
    }
    
    .main h1 {
        font-size: 64px;
        margin: 0;
        padding: 0;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    }
    
    .main p {
        font-size: 32px;
        margin-top: 10px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    }
    
    /* Top bar */
    .top-bar {
        background-color: #333;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-family: 'text' ,sans-serif;
    }
    
    .top-bar nav ul {
        list-style: none;
        margin: 0;
        padding: 15px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    .top-bar nav ul li {
        display: inline;
    }
    
    .top-bar nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 19px;
        padding: 5px 10px;
        transition: background-color 0.3s;
    }
    
    .top-bar nav ul li a:hover {
        background-color: #555;
        border-radius: 5px;
    }
    
    /*pozadi*/
    .pozadi {
        background-image: url(img/pozadi.jpg);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-attachment: fixed;   
    }
    
    /* Obsah */
    .content {
        padding: 20px;
        margin: 20px auto;
        background-color: rgba(14, 17, 17, 0.713);
        width: 50%;
        color: whitesmoke;
        border-radius: 15px;
        border-style: solid;
        border-color: black;
        box-sizing: border-box;
        font-family: 'text' ,sans-serif;
    }
    
    .content b {
        color: rgb(0, 255, 149);
    }
    
    .content a {
        color: aqua;
    }
    
    .content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .content p {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    /* galerie */
    #galerie {
        margin: 20px auto;
        max-width: 90%;
        text-align: center;
        font-family: "text", sans-serif;
    }
    
    #galerie h2 {
        margin-bottom: 10px;
        font-size: 40px;
        color: whitesmoke;
    }
    
    #galerie a {
        display: block;
        margin-bottom: 20px;
        color: aqua;
        text-decoration: none;
        font-size: 16px;
    }
    
    .galerie-header{
        background-color: rgba(14, 17, 17, 0.713);
        border-radius: 15px;
        border-style: solid;
        border-color: black;
        margin-bottom: 2%;
    }
    
    .gallery-container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    
    .gallery-item {
        flex: 1;
        margin: 0 10px;
    }
    
    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    
    /* footer */
    footer {
        background: rgb(7, 7, 7, 1);
        color: white;
        text-align: center;
        margin-top: 2%;
        padding: 1%;
        padding-bottom: 2%;
        width: 100%;
        box-sizing: border-box;
    }
}

/*-----------------------------------------*/

@media (max-width: 1000px) {
        /* Banner (fullscreen obrázek) */
        .main {
            height: 100vh;
            background-image: url('img/kapybara.jpg');
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: rgb(0, 255, 149);
            text-align: center;
            font-family: "main", sans-serif;
        }
        
        .main h1 {
            font-size: 64px;
            margin: 0;
            padding: 0;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        }
        
        .main p {
            font-size: 24px;
            margin-top: 10px;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        }
        
        /* Top bar */
        .top-bar {
            background-color: #333;
            color: white;
            padding: 10px 0;
            text-align: center;
            font-family: "text", sans-serif;
        }
        
        .top-bar nav ul {
            list-style: none;
            margin: 0;
            padding: 15px;
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        
        .top-bar nav ul li {
            display: inline;
        }
        
        .top-bar nav ul li a {
            color: white;
            text-decoration: none;
            font-size: 32px;
            padding: 5px 10px;
            transition: background-color 0.3s;
        }
        
        .top-bar nav ul li a:hover {
            background-color: #555;
            border-radius: 5px;
        }
        
        /*pozadi*/
        .pozadi {
            background-image: url(img/pozadi.jpg);
            background-size: cover; 
            background-position: center; 
            background-repeat: no-repeat; 
            background-attachment: fixed;   
        }
        
        /* Obsah */
        .content {
            padding: 20px;
            margin: 20px auto;
            background-color: rgba(14, 17, 17, 0.713);
            width: 90%;
            color: whitesmoke;
            border-radius: 15px;
            border-style: solid;
            border-color: black;
            box-sizing: border-box;
            font-family: "text", sans-serif;
        }
        
        .content b {
            color: rgb(0, 255, 149);
        }
        
        .content a {
            color: aqua;
        }
        
        .content h2 {
            font-size: 40px;
            margin-bottom: 20px;
        }
        
        .content p {
            font-size: 19px;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        /* galerie */
        #galerie {
            margin: 20px auto;
            max-width: 90%;
            text-align: center;
            font-family: "text", sans-serif;
        }
        
        #galerie h2 {
            margin-bottom: 10px;
            font-size: 40px;
            color: whitesmoke;
        }
        
        #galerie a {
            display: block;
            margin-bottom: 20px;
            color: aqua;
            text-decoration: none;
            font-size: 16px;
        }
        
        .galerie-header{
            background-color: rgba(14, 17, 17, 0.713);
            border-radius: 15px;
            border-style: solid;
            border-color: black;
            margin-bottom: 2%;
        }
        
        .gallery-container {
            display: block;
            justify-content: center;
            gap: 20px;
        }
        
        .gallery-item {
            flex: 1;
            margin: 3% 10px;
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }
        
        /* footer */
        footer {
            background: rgb(7, 7, 7, 1);
            color: white;
            text-align: center;
            margin-top: 2%;
            padding: 1%;
            padding-bottom: 2%;
            width: 100%;
            box-sizing: border-box;
        }
}

@font-face {
    font-family: 'main';
    src: url(Font/Itim-Regular.ttf);
}
@font-face {
    font-family: 'text';
    src: url(Font/DynaPuff-VariableFont_wdth\,wght.ttf);
}