body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(#fff9f7, #e7bda5); 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}


/*Navbar */
.nav-item a:hover{
	color:#d86d2d;
} 

.nav-item{
	margin-right:20px;
}

.navbar-toggler{
	margin-right:15px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-custom {
  background-color: white;
}

.navbar-nav .nav-link {
  color: black;
  font-weight: bold;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-item {
    display: block;
    width: 100%;
  }
}
/*Navbar vége*/

 
 
 .carousel-inner img {
  width: 100%;
  height: 600px;
  object-fit: cover; 
}
 
#page-container {
  position: relative;
  min-height: 100vh;
}  
  
 .container{
    margin-bottom: 25px;
 }
	
  
 h3{
	margin: 25px 0px;
 }
  
 #kalkGomb {
	margin: 20px auto;
 }
  
#valasz{
	visibility:hidden;
}

#cim1{
	text-align:center;
	margin-top:30px;
	margin-bottom:7%;
	font-weight:bold;
	color: black;
	font-family:EB Garamond;
}

#cim2{
	text-align:center;
	margin-top:30px;
	margin-bottom:5%;
	font-weight:bold;
	color: black;
	font-family:EB Garamond;
}

.ft{
   position:sticky;
   top:100%;
   background-color:white;
}
  
.kikapcs{
	text-align: center;
	color: black;
}

#rkep{
	border: 2px solid brown;
	box-shadow:12px 12px 5px #ccc;
	width:49%;
	cursor:pointer;
}

#plakat {
    display: block;
    margin: 20px auto;
    border: 2px solid brown;
    box-shadow: 8px 8px 5px #818181;
    width: 30%;
    cursor: pointer;
}

#leiras{
	font-family:Georgia;
	margin-top:30px; 
	text-align:justify;
	font-size:125%;
}

#elvalaszto1{
    margin: 0 auto;
    width:75%;
	margin-top:10%;
    text-align:center;
    color:black;
}

#elvalaszto2{
    margin: 0 auto;
    width:75%;
	margin-top:10%;
    text-align:center;
    color:black;
}

.copy{
	color: white;
}

#nyt{
	margin:0 auto;
	width:65%;
}

#gmap{
	width:100%;
	height:450px;
	margin-bottom:25px;
}





/* Kép felnagyító kezdete*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Modal (csak akkora, mint a kép) */
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

/* Modal tartalma */
.modal-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(100, 100, 100, 0.6); /* Szürkés átlátszó háttér */
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

/* Nagyított kép */
.modal-content img {
	max-width: 90vw;
	max-height: 90vh;
	border-radius: 5px;
}

/* Bezáró gomb a kép jobb felső sarkában, a kereten belül */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	background:none;
	border:none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	/*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);*/
}
/*Felnagyító vége*/




/*Mobilos nézet*/
@media (max-width: 768px) {
  .carousel-inner img {
    height: 250px; 
 }
  
  #elvalaszto1{
    margin: 0 auto;
    width:75%;
	margin-top:25%;
    text-align:center;
    color:black;
  }
  
  #elvalaszto2{
	margin: 0 auto;
    width:75%;
	margin-top:20%;
    text-align:center;
    color:black; 
  }
  
  #nyt{
	margin:0 auto;
	width:95%;
  }
  
  #gmap{
	  width:100%;
	  height:300px;
	  margin-bottom:15px;
  }
  
  #leiras{
	font-family:Georgia;
	margin-top:30px; 
	font-size:90%;
	text-align:justify;
  }
  
  #plakat {
    display: block;
    margin: 20px auto;
    border: 2px solid brown;
    box-shadow: 8px 8px 5px #818181;
    width: 50%;
    cursor: pointer;
	}
   
}



