/*@media (max-width: 960px)*/ 
nav ul     { display: none; }
nav select { display: inline-block; }


.pomocny{
  height: 800px;
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(images/hromadnavylepsena.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Roboto', sans-serif;
  /*background-attachment: fixed;*/} 

.uvod{  
  color:white;
  font-size: 21px;
  text-align: center;
  font-family: 'Pacifico', cursive;
  margin:250px 0 0 0;
} 

.basen{
  font-size: 10px;
  padding:20px 0 0 0;
  font-family: 'Roboto', sans-serif;
}
  
.hrusky{
  max-height: 40px;
  max-width: 40px;
}

.body{
  margin: 0;
  padding: 50px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.body h2{
  font-family: 'Pacifico', cursive;
  font-size: 25px; 
}

.map{
  position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  
}
/*.map iframe{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}*/

.body img{
  max-width: 55%;
  max-height: auto;
}

.video{
  width: 100%;
  height: auto;
}

@media (min-width: 500px){

  .menu a:hover,
  .menu a:focus,
  .menu a:active {
	color: white;}

  .uvod{
    margin: 175px;
  }
  .hlavnivtipek{
    font-size:30px;
    margin:0px;
  }
  .basen{
    font-size: 14px;
    padding:20px;
  }

  nav select {
    display: none;
  }

  nav ul{
    display: flex;
  }

  .menu{
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .menu li{
    display:flex;
    list-style: none; 
 
}
  .menu a{
    display:flex;
    color:rgba(255, 255, 255, 0.644);
    font-weight: bold;
    font-size: 13px;
    padding: 10px 10px;
    margin: 5px 15px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    
}
.body{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);

}

@media (min-width: 1000px){

  .uvod{
    margin: 155px;
  }
  .hlavnivtipek{
    font-size:40px;
    margin:0px;
  }
  .basen{
    font-size: 14px;
    padding:20px;
  }
  .pomocny{
    background-color: #f5f5f5;
  }
 
  .body{
    width:960px;
    background-color: white;
    margin: auto;
    position: relative;
    bottom:20px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  }

  .proc{
  padding: 0px 100px;
  margin: 0px 50px;
  }

  .kde,
  .kdy,
  .program,
  .nocleh,
  .info{
  padding: 20px 80px;
  margin: 20px 30px;
  }

  .program{
    display: flex;
    flex-wrap: wrap;
  }
  .program h2{
    flex:100%;
  }

  .program img{
    max-width: 50%;
  }
  .program img,
  .prog {
    flex: 1 1 50%;
    padding: 0 0 50px 0;
  }

  .info{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .info h2{
    flex: 100%;
  }

  .info img{
    max-width: 50%;
  }
  .info img,
  .inf{
    flex: 1 50%;
  }
  
  .prog {
    text-align: left;
  }


