body {
    font-family: 'Roboto', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1d1d1d ;
    color: aliceblue;
    
}

.header {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    padding: 10px 20px; 
    background-color: #2a2a2a; 
}

.main-heading {
    font-size: 2.5em; 
    color: #ff921e;
    margin: 0; 
    margin-left: 25%;
    text-align: center
}

.menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 15px;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.menu a:hover {
    background-color: #ff921e;
    color: black;
}


h3{
    margin-top: 10%;
    margin-left: 25%;
    color: #ff921e;
    font-size: 2.5em;
}
.text{
    margin-left: 25%;
    margin-right: 38%;

}

.fotka {
    margin-top: 0; 
    padding-top: 0;
    background-image: url(hora.jpg);
    padding-bottom: 10%;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: center; 
    color: white;
    width: 100%;
}
.client {
    display: flex;
    align-items: flex-start; 
    gap: 20px; 
    margin-bottom: 15px; 
}


.dohromady {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    margin-left: 25%;
    margin-right: 20%;
}

.cast1, .cast2, .cast3 {
    flex: 1; 
    padding: 20px;
    border-radius: 10px; 
    text-align: center;
    
}
h2{
   
    text-align: center;
    color: #ff921e;
}

footer {
   background-color:#2a2a2a; 
   color: aliceblue;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 1%;

}
.obrazek{
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    margin-top: 10px; 
}
.obraz1{
    width: 80%; 
    height: 60%; 
    margin-left: 10%;
}
.informace{
 color: #ff921e;
}
.orange-button {
    background-color: #ff921e; 
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.orange-button:hover {
    background-color: #e07c18; 
}
.main-heading {
    font-size: 3em; 
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #ff921e, #ffd700); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
    margin-top: 20px;
    animation: pulse 2s infinite; 
    margin-right: 10%;
}
.jmeno{
    color: #ff921e;
}




@media (max-width: 768px) {
    .header {
        flex-direction: column; 
        align-items: center; 
    }

    .main-heading {
        margin-bottom: 10px;
        text-align: center; 
        font-size: 2em; 
    }
    .menu ul {
        justify-content: center; 
        flex-direction: column; 
    }

    .menu li {
        margin: 5px 0; 
    }

    .menu a {
        text-align: center; 
        padding: 10px;
    }
    .fotka {
        padding-bottom: 40%; 
        background-attachment: scroll; 
        background-image: url(mensiii.jpg);
    }
    .dohromady {
        flex-direction: column; 
        gap: 10px; 
        margin-left: 20%;
    }
    .obrazek{
        width: 30px; 
        height: 50px; 
        border-radius: 50%;
    }
    .main-heading {
        font-size: 1.5em; 
    }

    .menu a {
        font-size: 0.9em; 
    }

    .text {
        font-size: 0.8em; 
}
    h3{
        font-size: 0.9em;
    }
}
@media (max-width: 480px) {
    .menu {
        padding: 5%;
    }

    .nadpis {
        margin-left: 5%; 
        font-size: 1.2em; 
        
    }
    

}

      
  