/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 13. 8. 2024, 11:40:10
    Author     : vacla
*/

  body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            font-weight: 300;
        }

        header {
            display: flex;
            justify-content: space-between;
            padding: 30px 40px;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
		
		.photo {
		    position: relative;
		    background-image: url("../images/vstup.jpg");
		    background-repeat: no-repeat;
		    background-position: center center;
		    background-size: cover;
			height: 40vh;
			color: #fff;
			padding: 10px;
		}

        header .logo img {
            display: flex;
            height: 70px;
            margin-left: 150px;
            margin-top: 15px;
        }

        header nav ul {
            list-style: none;
            display: flex;
            margin-right: 150px;
            padding: 0;
			padding-top: 20px;
        }

        header nav ul li {
            margin-left: 20px;
        }

        header nav ul li a {
            text-decoration: none;
            color: #000;
            font-weight: 300;
       
        }

       /* .talent {
            display: flex;
            justify-content: space-between;
            padding: 80px 150px;
            background-color: #f7f7f7;
        }*/
               .talent {
            display: flex;
            justify-content: space-between;
            padding: 10px 170px;
            background-color: #f7f7f7;
        }

        .talent-content {
            flex: 1;
            padding: 0px;
        }

        .talent h2 {
            font-size: 2rem;
            margin-bottom: 40px;
            font-weight: 600;
        }

        .talent p {
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .talent button {
            background-color: red;
            color: #fff;
            border: none;
            padding: 20px 30px;
            font-size: 1rem;
            cursor: pointer;
            transition-duration: 0.4s;
        }
        .talent button:hover {
            background-color: #000000;
            color: #fff;
        }
        .tiles {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            padding: 50px;
			padding-left: 170px;
			padding-right: 170px;

        }
        .tile {
            position: relative;
            background-size: cover;
            background-position: center;
            height: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background 0.3s ease;
        }

        .tile h2 {
            position: absolute;
            bottom: 10px;
            left: 10px;
            margin: 0;
            /*background-color: rgba(0, 0, 0, 0.5);*/
            padding: 5px 10px;
        }
        
        
        
        
        .tile01 { background-image: url('../images/tym.jpg'); }
        .tile02 { background-image: url('../images/acko_s_fanousky.jpg'); }

        .tile1 { background-image: url('../images/dorost.jpg'); }
        .tile2 { background-image: url('../images/starsi_zaci.jpg'); }
        .tile3 { background-image: url('../images/mladsi_zaci.jpg'); }
        .tile4 { background-image: url('../images/starsi_pripravka.jpg'); }
        .tile5 { background-image: url('../images/mladsi_pripravka.jpg'); }
        .tile6 { background-image: url('../images/skolicka.jpg'); }

        footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 40px 20px;
        }

        footer .f {
            margin-bottom: 10px;
        }

        footer h2 {
            margin-bottom: 10px;
        }

        footer p {
            margin: 10px 0;
        }

        footer .social a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
        }
        .sponsors {
            text-align: center;
        }
        
        .sponsor-logos {
            display: flex;
            justify-content: center; 
            align-items: center; 
            gap: 40px;
            margin-top: 20px;
        }
        
        .sponsor-logos img {
            max-width: 120px; 
            height: auto; 
            padding: 10px;
            background-color: #fff; 
            border-radius: 5px; 
        }
    
		 
		
		/* Mobilni verze */
        @media (max-width: 768px) {
            header {
                flex-direction: column;
                align-items: center;
                padding: 20px;
            }

            header .logo img {
                margin-left: 0;
                margin-top: 0;
                height: 60px;
            }

            header nav ul {
                flex-direction: column;
                margin-right: 0;
                padding-top: 10px;
				text-align: center;
            }

            header nav ul li {
                margin-left: 0;
                margin-top: 10px;
            }

            .talent {
                flex-direction: column;
                padding: 40px 20px;
            }

            .talent-content {
                padding: 20px;
            }

            .talent h2 {
                font-size: 1.5rem;
                margin-bottom: 20px;
            }

            .talent p {
                margin-bottom: 15px;
            }

            .talent button {
                padding: 15px 20px;
                font-size: 0.9rem;
            }

            .image {
                padding: 20px;
                margin-top: 20px;
            }

            footer {
                padding: 20px 10px;
            }

            footer .social a {
                display: block;
                margin: 5px 0;
            }
            
            
            
            
        }
        
        
         login {
            
            justify-content: space-between;
            padding: 30px 40px;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        
        .volejbal {
		    position: relative;
		   
			padding: 10px;
		}