body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: black;
}

.pozadi{
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url("photos/3.gif");
    background-size:cover;
    background-repeat: no-repeat;
    background-color: rgb(16, 116, 119);
    filter: blur(3px) brightness(0.5) saturate(1.5);
    /*
    background-image: url("photos/1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-color: gold;
    filter: blur(3px) brightness(0.5) saturate(2);
    */
    

}

.navMenu{
    position: relative;
    width: 106%;
    height: 100px;
    left: -3%;
    top: 1px;
    margin: auto;
    /*border: 1px solid rgb(30, 128, 145);*/
    border-radius: 24px;
    background-color: rgb(17, 16, 16);
    box-shadow: 0px 0px 20px 1px rgba(2, 54, 78, 0.507) inset;
    text-align: center;
    display: flex;
    gap: 10%;
    justify-content: center;
    padding: 10px 10% 10px 0%;

}

.navMenuBorder{
    position: relative;
    width: 100%;
    top: 20px;
    height: 122px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(56,173,49,1) 24%, rgba(12,136,100,1) 50%, rgba(10,91,177,1) 73%, rgba(15,158,187,1) 100%);
    /*animation: moveGradient 5s linear infinite;*/
    animation: none;
    background-size: 500% 100%;

}

.menu{
    font-size: 24px;
    font-family: "Big Shoulders", sans-serif;
    text-decoration: none;
    align-self: center;
    width: 20%;
    color: white;
    transition: 0.5s ease;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.368);
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.181);

}

.menu::after {
    content: ""; /* Obsah je prázdný (slouží jen jako vizuální efekt) */
    position: absolute;
    left: 20%;
    bottom: -15px;
    width: 60%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  
.menu:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nazevDiv{
    position: relative;
    --background-color: white;
    width: 100%;
    margin-top: 10%;
    min-height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    
}

.nazev{
    left: 0px;
    color: rgb(28, 131, 172);
    text-shadow: 0px 0px 6px rgba(7, 121, 74, 0.712);
    text-decoration: overline;
    font-size: 175px;
    font-family: "Big shoulders", sans-serif;
    transition: 0.15s ease;
}

.nazev:hover{
    scale: 1.01;
}

.nazev::after{
    content: "Flowsense";
    font-size: 170px;
    font-family: "Big shoulders", sans-serif;
    position: absolute;
    margin-top: 2px;
    left: 0px;
    text-decoration: overline;
    letter-spacing: 2px;
    color: rgb(17, 16, 16);
    width: 100%;
    height: 200px;
}

.pozadi2{
    position: absolute;
    background-color: black;
    width: 100%;
    top: 100%;
    min-height: 40%;
    color: white;
    box-shadow: 0px 0px 30px 5px rgb(0, 0, 0);

    
}

.nadpis{
    position: relative;
    font-family: "Big Shoulders", sans-serif;
    margin: 0;
    top: 20px;
    left: 60px;
    margin-bottom: 25px;
    
}

.nadpisDiv{
    background-color: rgb(35, 72, 87);
    position: relative;
    top: 20px;
    width: 80%;
    left: 10%;
    padding: 10px;
    box-shadow: 10px 10px rgb(192, 192, 192);
    transition: 0.1s ease-in-out;
}

.nadpisDiv:hover{
    box-shadow: 0px 0px 10px 2px rgba(141, 205, 255, 0.432);
}

.spodekFooter{
    width: 100%;
    min-height: 50px;
    position: absolute;
    top: 150%;
    background-color: black;
    text-align: center;
    display: flex;
    justify-content: center;
}

.spodekH4{
    color: white;
    font-size: 20px;
    text-shadow: 0px 0px 20px white;
}

@media screen and (max-height: 670px) {
    
}

@media screen and (max-width: 800px) {
    .nazev{
        font-size: 95px;
    }

    .nazev::after{
        font-size: 90px;
        margin-top: 3px;
        letter-spacing: 2px;
    }

    
}

/*
@keyframes moveGradient{
    0%{
        background: linear-gradient(90deg, rgba(0,0,0,1) , rgba(1,0,20,1), rgba(9,9,121,1), rgba(10,91,177,1), rgba(42,139,179,1), rgba(18,176,208,1));
    }

    20%{
        background: linear-gradient(90deg, rgba(18,176,208,1), rgba(0,0,0,1), rgba(1,0,20,1), rgba(9,9,121,1), rgba(10,91,177,1), rgba(42,139,179,1));
    }

    40%{
        background: linear-gradient(90deg, rgba(42,139,179,1), rgba(18,176,208,1), rgba(0,0,0,1), rgba(1,0,20,1), rgba(9,9,121,1), rgba(10,91,177,1));
    }

    60%{
        background: linear-gradient(90deg, rgba(10,91,177,1), rgba(42,139,179,1), rgba(18,176,208,1), rgba(0,0,0,1), rgba(1,0,20,1), rgba(9,9,121,1));
    }

    80%{
        background: linear-gradient(90deg, rgba(9,9,121,1), rgba(10,91,177,1), rgba(42,139,179,1), rgba(18,176,208,1), rgba(0,0,0,1), rgba(1,0,20,1));
    }

    100%{
        background: linear-gradient (90deg, rgba(1,0,20,1), rgba(9,9,121,1), rgba(10,91,177,1), rgba(42,139,179,1), rgba(18,176,208,1), rgba(0,0,0,1));
    }
}
*/
