body{
    font-family: "Oswald", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(../img/pozadí.jpg);
    scroll-behavior: smooth;
}

.overeni{
    background-color: rgba(56, 55, 55, 0.15);
    width: 100vh;
    height: auto;
    color: rgb(216, 8, 8);
    border-radius: 10px;
    margin-top: 43vh;
    margin-left: 50vh;
}

.wiliam{
    width: 500px;
    height: auto;
    margin-left: 23%;
    margin-top: 5%;
}

.overeniV2{
    justify-content: center;
    align-items: center;
    display: flex;
}

.overeniV2 img{
    height: 100px;
    width: auto;
    margin: 15px;
}

.overeniV2 input{
    background-color: rgba(56, 55, 55, 0.15);
    color: rgb(216, 8, 8);
    margin: 15px;
}

.overeniV2 button{
    color: rgb(216, 8, 8);
    background-color: rgba(56, 55, 55, 0.15);
    width: 15vh;
    height: 5vh;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

.pozadi-video{
    width: auto;
    height: 100vh;
    background-image: linear-gradient(rgba(56, 55, 55, 0.15)),rgba(56, 55, 55, 0.15);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav{
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 8%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.navbar .logo{
    width: 100px;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin-left: 100px;
}

.navbar ul li a{
    text-decoration: none;
    color: rgb(216, 8, 8);
    font-size: 20px;
    padding-left: 80px;
}

.background-image {
    position: absolute;
    top: 20%;
    left: 42%;
    opacity: 65%;
    width: 350px;
    height: 350px;
    background-image: url('images/hlavniobrazek.png'); 
    background-size: cover;
    z-index: 1; /
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
}

.video-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(216, 8, 8);
    font-size: 5em;
    text-align: center;
    z-index: 1; 
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.stranka2{
    height: 50%;
}

.nadpis-galerie{
    color: rgb(216, 8, 8);
    font-size: 5em;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
    margin-left: 42%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.GALERIE{

}

.wrapper2{
    margin: 150px auto;
    width: 70%;
    padding-top: 15%;
    
}

.wrapper{
    margin: 150px auto;
    width: 70%;
    
}

.img1{
    max-width: 320px;
    float: left;
    border: 3px solid rgb(216, 8, 8);
  
    margin-right: 15px;
}

.img2{
    max-width: 320px;
    float: right;
    border: 3px solid rgb(216, 8, 8);
 
    margin-right: 15px;
}

.text-box{
    color: #f5f5f5;
}

.text-box h2{
    font-size: 42px;
}

.text-box h3{
    font-size: 25px;
    color: rgb(216, 8, 8);
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.text-box p{
    font-size: 16px;
}


.INFORMACE{
    color: rgb(216, 8, 8);
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
    padding: 10%;
    font-size: 5em;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.text-1{
    font-size: 1em;
    color: rgb(216, 8, 8);
    scroll-behavior: smooth;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.ukazky{
    color: rgb(216, 8, 8);
    padding-top: 10%;
    padding-left: 47%;
    font-size: 42px;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.img-galery{
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.img-galery img{
    width: 100%;
    cursor: pointer;
}

.img-galery img:hover{
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(56, 55, 55, 0.15);
}

.full-img{
    width: 100%;
    height: 100vh;
    background:rgba(0, 0, 0, 9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img{
    width: 90%;
    max-width: 500px;
    z-index: 100;
}

.full-img span{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 100;
}

.kontakt{
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: black;
    padding-left: 45%;
    
}

.kontaktV2{
    color: rgb(216, 8, 8);
    font-size: 42px;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.kontaktV3{
    color: rgb(216, 8, 8);
    font-size: 20px;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

.copyright{
    color: #f5f5f5;
    padding-left: 40%;
    background-color: transparent;
    text-shadow: 12px -25px 20px #fff, black -10px 22px 18px;
}

@media (max-width: 576px) {
    .copyright {
        padding-left: 5%;
        font-size: 12px; 
    }
}
