body {
	background-image: url("./kepek/háttér_zm.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Elephant, germania-one, Georgia, Times, Times New Roman;
	 }


div.menu {
  display: flex;
  justify-content: center;
  align-items: center;
         }

.responsive-iframe {
  width: 45%; /* Választhatod a megfelelő szélességet */
  height: 45%; /* Választhatod a megfelelő magasságot */
                   }
	



/*Lista formázások*/
.divlista {
	width: 70%;
	margin: auto;
	}

.lista {
   
	margin-left: 25%;
	list-style-image: url("./kepek/lista_nyil.gif");
	font-family: cutive, Georgia, Times, Times New Roman;
    font-size: 25px;
	font-weight: bolder;
	color: rgba(39,8,142,1.00);
		}

h1{
	align-items: center;
	font-family: Elephant, germania-one, Georgia, Times, Times New Roman;
    font-size: 45px;
	color: rgba(16,40,81,1.00);
	text-shadow: 0 0 2px #33cccc, 0 0 4px #0000FF
	
  }

h2{
	align-items: center;
	font-family: Elephant, germania-one, Georgia, Times, Times New Roman;
    font-size: 40px;
	color: rgba(10,37,99,1.00)  ;
  }

p{
	align-items: center;
	font-family: Elephant, germania-one, Georgia, Times, Times New Roman;
    font-size: 20px;
	color: rgba(10,37,99,1.00);
}

p.elerhetoseg{
	align-items: center;
	font-family: Elephant, germania-one, Georgia, Times, Times New Roman;
    font-size: 28px;
	color: rgba(10,37,99,1.00);
}



/* Képek stílusai*/
* {
  box-sizing:border-box;
}

/*body {
	margin: 0px;  
  }*/

/* A rács: Négy egyenlő oszlop, amelyek egymás mellett lebegnek */
.column {
  float: left;
  width: 25%;
  padding: 5px;
}

/* képek stílusa a rácson belül */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
  border: 1px solid #ddd;
  border-radius: 4px;
  }

.column img:hover {
  opacity: 1;
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }

/* Tiszta úszók az oszlopok után */
.row:after {
  content: "";
  display: table;
  clear: both;
  }

/* A bővülő képtároló */
.container {
  position:relative;
  width:95%;
  height:95%;
  display: none;
}

/* Képszöveg bővítése */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Zárható gomb a kibontott képen belül */
.closebtn {
  /*position: absolute;*/
  position:absolute;
  top: 10px;
  right: 20px;
  color:aqua;
  font-size: 60px;
  cursor:pointer;
}

/*Képek stílusai vége*/