body {background-color: black;}


header {
background-image: url(Pictures/meeting_red.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
background-position: center;
align-content: center;
justify-content: center;
flex-direction: column;
text-align: center;
height: 100vh;
position: static;

}

.nadpis {

font-size: 15vh;

}

.podnadpis {

color: rgb(0, 0, 0);


}


main {

    display: block;
    unicode-bidi: isolate;

}

.detektivpart {

display: flex;
align-items: center;
justify-content: center;
background-color: rgba(22, 0, 0, 0.634);
height: 100px;
width: 50%;
color: rgb(221, 0, 0);
margin: 40px auto;
font-size: 25px;
}


.monolog {

width: 200px;
display: flex;
margin: 50px auto;
padding-left: 750px;
justify-content: center;
text-align: center;
background-color: rgba(0, 0, 0, 0.73);
border-radius: 5%;
box-shadow: 10px 5px 10px rgb(42, 0, 0), -10px -20px 10px rgb(162, 3, 3);
padding-right: 50px;
box-sizing: border-box;










}


.text {

color: bisque;
justify-content: left;
margin-left: 5px;
margin-right: 200px;
position: relative;
font-size: xx-large;
text-justify:left;



}



h2 {

text-shadow: 20ch;
color: rgb(85, 84, 84);
font-family:'Times New Roman', Times, serif


}

.obrazek {

    flex-grow: 3;
    justify-content: space-around;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: 50px;
    margin-top: 50px;
    margin-right: 750px;
    margin-bottom: 50px;
    margin-left: -135px;
    position: relative;
    
    


}





.podezreli {

    width: 200px;
    display: flex;
    margin: 50px auto;
    padding-left: 750px;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.73);
    border-radius: 5%;
    box-shadow: 10px 5px 10px rgb(42, 0, 0), -10px -20px 10px rgb(162, 3, 3);
    padding-right: 50px;
    box-sizing: border-box;
    
    




}


.obrazky {

display: flexbox;
flex-direction: row;
flex-wrap: wrap;
    



}



.edited1 {
 

color: aliceblue;
padding-top: 20px;
flex-grow: 2;
flex-shrink: 1;
flex-basis: 0%;
margin-left: -290%;
margin-right: 5%;
margin-top: 10%;



}


.edited2 {

color: aliceblue;
padding-top: 20px;
flex-grow: 2;
flex-shrink: 1;
flex-basis: 0%;
margin-left: -85%;
margin-right: 5%;
margin-top: -142%;




}

.edited3 {


    color: aliceblue;
    padding-top: 20px;
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-left: -85%;
    margin-right: 5%;
    
    
    



}

.edited4 {

    color: aliceblue;
    padding-top: 20px;
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-left: -205%;
    margin-right: 80%;
    margin-top: -155%;
    margin-bottom: 10%;
    



}




@media (max-width: 768px) {


}

.container {

display: flex;
flex-wrap: wrap;
flex-direction: column;

}




.vysetreni {

max-width: 600px;
margin: 50px auto;
padding: 20px;
background-color: maroon;
color: beige;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-radius: 8px;



}

h3 {

text-align: center;
color: rgb(19, 0, 0);


}

form {

display: flex;
flex-direction: column;


}

label {

margin-top: 15px;
font-weight: bold;


}

input, textarea, select, button {

margin-top: 5px;
padding: 10px;
font-size: 16px;
border: 2px solid #bc2626;
border-radius: 3px;


}

button:hover {

background-color: darkred;


}

button {

margin-top: 20px;
background-color: black;
color: bisque;
border: none;
cursor: pointer;


}

textarea {

resize: vertical;


}

#footer {

padding: 20px 0;
padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;


}

.wrapper_row {

background-color: rgb(150, 3, 3);



}


.fl_center {

margin: auto 500px;
color: rgb(0, 0, 0);
font-weight: bold;


}

.obr_vysetreni {

display: flex;
justify-content: center;
gap: 10px;
padding: 20px;

}

.obr_vysetreni img {

 max-width: 500px;
 height: auto;
 border: 2px solid black;
 border-radius: 8px;
 transition: transform 0.3s ease;



}


.obr_vysetreni img:hover {

transform: scale(1.1);
border-color: #bc2626;


}

.next_lvl {

background-image: url(Pictures/memory.webp);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
flex-direction: column;



}