body {
    
    font-family: Arial, sans-serif;
    margin: 0;
    
    background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.4)), url("../images/Iveta-pozadi.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}


header{
    z-index: 200;
    /*position: fixed;*/
    width: 100%;
    height: 120px;
    /*border: 1px solid black;*/
}

header h1{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    color: rgba(22, 35, 136, 0.8);
    font-size: 110px;  
    letter-spacing: 5px;
    text-shadow: 8px 8px 10px grey;
    -webkit-text-stroke: white 1.6px;
    
}

form{
    position: fixed;
    top: 30px;
    right: 100px;
}


nav{
    position: fixed;
    top: 60px;
    left: 10px;
}

nav .pocetPhoto{
    padding: 10px 5px 10px 5px;
    text-align: center;
    font-size: 12px;
    
}

.pocetFotek{
    color: #FAE847;
}



.menu {
    z-index: 100;
    background-color: #333;
    color: #fff;
    padding-left: 5px;
    width: 145px;
    border: 2px solid red;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.menu ul li {
    position: relative;
   
}

.menu ul li a {
    display: block;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
}


.menu ul li:hover > ul {
    display: block;
    border: 2px solid blue;
}

.menu ul li:hover {
    background-color: darkgoldenrod;
    border: 2px solid blue;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #444;
    min-width: 140px;
}

.menu ul ul li {
    position: relative;
}

.menu ul ul li a {
    padding: 3px 10px;
}

.menu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #555;
    min-width: 120px;
}

#content{
    z-index: 90;
    width: 85%;
    position: relative;
    left: 150px;
}

.podstranka{
    background-color: azure;
    padding: 20px;
    border: 2px solid brown;
   border-radius: 15px;
}

/*  ------ galerie ------ */


main{
  position: relative;
  display: inline-block;
 }

.galerie{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 94%;
    margin-left: 5%;
}

.nadpis{
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    color: brown;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-text-stroke: white 1px;
    letter-spacing: 5px;
    text-shadow: 8px 8px 10px grey;
}


.picture img{
  margin: 5px;
  padding: 5px; /*  5% */
  border: 2px solid blue;
  border-radius: 5px;
  height: 20vh;
  background-color: beige;
}

main img:hover{
  box-shadow: 10px 10px 10px grey;
  background-color: rgb(174, 214, 241);
}



.video img{
  margin: 5px;
  padding: 5px; /*  5% */
  border: 2px solid rgb(179, 13, 96);
  border-radius: 5px;
  height: 20vh;
  background-color: beige;
}