html,body{
height:100%;
margin:0;
font-family: "Times New Roman", Times, serif;
}

header{
background-color: #2f9452;
font-size: 50px;
justify-content:center;
align-items:center;
color:white;
font-family: "Times New Roman", Times, serif;
border-bottom:1px solid white;
text-align: center;
}
.fejlec{
display:flex;
justify-content:center;
text-align: center;
font-size:28px;
background-color: #2f9452;

}
.kozepe{
font-size:20px;
flex-grow:1;
display:flex;
justify-content:center;
align-items:center;
text-align: center;
flex-direction: column;
margin-top: 50px;
}
.tamogato{
  display:flex;
  justify-content:center;
  text-align: center;
  font-size:28px;
  color:black;
  width:  auto;
  height: 10%;
}
.lablec{
display:flex;
justify-content:center;
text-align: center;
font-size:15px;
border-top:1px #257441;
background-color: #2f9452;
color: white;
}
.fent:link, .fent:visited{
text-decoration: none;
color: white;
padding: 5px;
margin-left:5px;
margin-right:5px;
background-color: #2f9452;
}
.fent:hover, .fent:active{
text-decoration: none;
color: white;
padding: 5px;
margin-left:5px;
margin-right:5px;
background-color: #257441;
}


.fa {
padding: 20px;
  font-size: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
}

/* Facebook */
.fa-facebook {
  background: #004d99;
  color: white;
}
div{text-align:left}

.szelekKap{
  margin-top: 100px;
  margin-bottom:400px;
  font-size:30px;
  
}

@media(max-width:769px){
.fejlec{flex-direction: column;}
}


/*----A LENYÍLÓ MENÜ-----*/

/* Style The Dropdown Button */
.dropbtn {
  background-color: #2f9452;
  color: white;
  padding: 5px;
  font-size: 28px;
  border: none;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  justify-content:center;
text-align: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	justify-content:center;
	text-align: center;
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  justify-content:center;
text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #257441}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #257441;
}

/*------------------Képgaléria---------------*/
.gallery
{
	margin:10px 20px;
}
.gallery img{
	width:230px;
	padding:5px;
}
.gallery img:hover{
	transform:scale(1.1);
}
