		body {
            margin: 0;
            padding: 0;
            position: relative;
            font-family: 'Raleway', sans-serif;
            color: #F8F9FA; /* Jemně našedlá bílá, moderní vzhled */
        }
		.container {
		    width: 100%;
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
		}
		.inner-container {
			padding: 50px;
		    display: flex;
		    flex-direction: column; /* Změní směr zarovnání na vertikální */
		    justify-content: center; /* Zarovná obsah odshora */
		    align-items: center; /* Stále uprostřed vodorovně */
			width: 100%;
			height: 100%;
		}
		.inner-container-left {
			padding: 50px;
		    display: flex;
		    flex-direction: column; /* Změní směr zarovnání na vertikální */
		    justify-content: center; /* Zarovná obsah odshora */
		    align-items: center; /* Stále uprostřed vodorovně */
			width: 100%;
			height: 100%;
		}
		.section1 {
		    height: auto; /* Výška sekce dle potřeby */
		    position: relative;
			flex-direction: row; /* Vedle sebe */
		    justify-content: center;
		    align-items: center;
		    text-align: center;
			display: flex;
            top: 0;
            left: 0;
		    width: 100%;
			background: url('img/background2.jpg') no-repeat center center fixed;
			background-size: cover;
			z-index: 1;
		}
		.section2 {
		    height: auto; /* Výška sekce dle potřeby */
            position: relative;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
			display: flex;
            top: 0;
            left: 0;
            width: 100%;
            background: #F8F9FA;
		}
		.section3 {
		    height: auto; /* Výška sekce dle potřeby */
            position: relative;
			display: flex;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 20, 30, 1); /* Velmi tmavý modročerný odstín */
		}
		.section4 {
		    height: auto; /* Výška sekce dle potřeby */
            position: relative;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
			display: flex;
            top: 0;
            left: 0;
            width: 100%;
            background: white;
		}
		.left-half, .right-half {
		    top: 0;
		    width: 50%;
		    height: 100%;
			z-index: 20;		
		}
		.left-half {
		    left: 0;
		    background: rgba(0, 20, 30, 1); /* Velmi tmavý modročerný odstín */
		    display: flex;
		    justify-content: center;
		    align-items: left;
		    text-align: left;
		}
		.right-half {
		    left: 50%;
		    background: rgba(255, 255, 255, 0); /* Průhledné */
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
		}
		.center {
		    background: rgba(255, 255, 255, 0); /* Průhledné */
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
			flex-direction: column; /* Pod sebou */
		}
		.center-row {
		    background: rgba(255, 255, 255, 0); /* Průhledné */
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
			flex-direction: row; /* Pod sebou */
			gap: 40px;
		}
		.center-top {
		    background: url('img/IMG_1346.jpeg') no-repeat center center fixed;
		    background-size: cover; /* Obrázek vyplní celý monitor */
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    text-align: center;
		    flex-direction: column; /* Pod sebou */
		    width: 100vw;
		    height: 100vh;
			z-index: 20;
		}
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); /* Ztmavení o 70% */
            z-index: 10;
        }
        .logo {
            width: 90%;
            height: auto;
		    object-fit: contain; /* Zabrání deformaci obrázku */
		    flex-shrink: 0;
        }
		.profil {
		    width: 200px;
		    height: auto;
		    object-fit: contain; /* Zabrání deformaci obrázku */
		    flex-shrink: 0;
		    border-radius: 200px; /* Zaoblené rohy */
		    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Jemný stín */
		}
		.box1 {
			background: rgba(0, 20, 30, 1);
			padding: 30px;
			border-radius: 40px;
			box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	    	display: inline-block; /* Pro zobrazení inline prvku */
		    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* Přidán background */
		}
		.box5, .box6, .box7 {
		    justify-content: center;
		    align-items: center;
		    text-align: center;
	    	display: inline-block; /* Pro zobrazení inline prvku */
		}
		.box1:hover {
		   	transform: scale(1.1); /* Zvětšení o 10 % */
			background: #ff5f4d
		}
		.phone {
			margin: 20px 0px;
			font-size: 60px;
            font-weight: 700;
            text-transform: uppercase;
		    display: inline-block; /* Pro zobrazení inline prvku */
		    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Plynulý přechod */
		}
		.phone:hover {
		    transform: scale(1.1); /* Zvětšení o 10 % */
			color: #ff5f4d	
		}
        h1 {
            font-size: 60px;
            font-weight: 700;
            text-transform: uppercase;
        }
        h2 {
            font-size: 52px;
            font-weight: 300;
            text-transform: uppercase;
        }
        h3 {
            font-size: 28px;
            font-weight: 300;
        }	
        h4 {
            font-size: 22px;
            font-weight: 600;
        }	
		p {
		    font-family: 'Raleway', sans-serif; /* Stejný font jako ostatní text */
		    font-size: 18px; /* Stejná velikost jako H2 (případně uprav) */
		    font-weight: 300; /* Lehké písmo, podobné H2 */
		    color: #F8F9FA; /* Stejná barva textu */
		    line-height: 1.4; /* Zvýšené řádkování pro lepší čitelnost */
		}
		a {
		    text-decoration: none; /* Odstraní podtržení */
		    color: inherit; /* Použije výchozí barvu textu */
		    outline: none; /* Odstraní obrys při kliknutí */
		}
		.section2 h1, .section2 h2, .section2 h3, .section2 h4, .section2 p, .section2 a{ 
			color: rgba(0, 20, 30, 1); /* Velmi tmavý modročerný odstín */
		}
		
		/* Menší velikosti pro mobilní telefony (max-width: 868px) */
		@media screen and (max-width: 868px) {
		    h1 {
		        font-size: 32px;
		    }
		    h2 {
		        font-size: 26px;
		    }
		    h3 {
		        font-size: 22px;
		    }
		    h4 {
		        font-size: 18px;
		    }
		
		/* Nastavení pro mobilní zařízení – pod sebou */
		    .section1 {
		        flex-direction: column; /* Pod sebou */
		    }

		    .left-half, .right-half {
		        width: 100%; /* Zabírají celou šířku */
		    }
			
		    .logo {
		        width: 300px; /* Menší logo na mobilu */
		        height: auto; /* Zachová poměr stran */
		    }
			.inner-container {
				padding: 10px;
			    display: flex;
			    flex-direction: column; /* Změní směr zarovnání na vertikální */
			    justify-content: flex-start; /* Zarovná obsah odshora */
			    align-items: center; /* Stále uprostřed vodorovně */
				width: auto;
				height: auto;
			}
			.section1 {
					background: url('img/post7.jpg') no-repeat center center fixed;
				}
			.phone {
				font-size: 32px;
				margin: 5px 0px;
			}
			.phone a {
			 	font-size: 32px;
			}
			.hover-effect {
			   	font-size: 32px;
			}
			.center-row {
			flex-direction: column; /* Pod sebou */
			}
			.left-half {
			    align-items: center;
			    text-align: center;
			}
		}